GET Notes/Entity/{entityID}/{bUID}?noteID={noteID}
Get entityNote
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
entityID |
EntityID of EntityNote to be searched |
integer |
Required |
noteID |
NoteID of EntityNote to be searched |
integer |
Required |
bUID | string |
None. |
Body Parameters
None.
Response Information
Resource Description
EntityNoteDTO
EntityNoteDTOName | Description | Type | Additional information |
---|---|---|---|
EntityID |
Entity ID |
integer |
None. |
EntityType |
Entity Type |
EntityType |
None. |
NoteID |
Note ID |
integer |
None. |
NoteTypeID |
Note Type ID |
integer |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
CreatedByUserID |
Created By User ID |
integer |
None. |
LastUpdatedByUserID |
Last Updated By User ID |
integer |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |