GET api/PatientHisoryNote?patientid={patientid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PatientHistoryNote| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | globally unique identifier |
None. |
|
| CategoryId | integer |
None. |
|
| Description | string |
None. |
|
| Patient | Patient |
None. |
|
| Category | Category |
None. |
|
| PatientHistory | Collection of PatientHistory |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.