PatientNotes
PUT api/Patient/{systemID}/PatientNotes/ReactivatePatientNote?patientID={patientID}¬eID={noteID}
Reactivate patient note for patient.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| systemID | The SystemID of the pharmacy system. |
Define this parameter in the request URI. |
| patientID | Unique ID of the patient account. [*Required] |
Define this parameter in the request URI. |
| noteID | Unique ID of patient note. [*Required - Always 8 Characters] |
Define this parameter in the request URI. |
Response Codes
- OK (200)
- NotFound (404)
- InternalServerError (500)
- BadRequest (400)