GET Notes/Note
Get notes from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
IncludeError |
Include records where RecordState == RecordState.Error |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
NoteIDs |
Filter by NoteIDs |
Collection of integer |
None. |
NoteDateUtcMin |
Filter by NoteDateUtcMin |
date |
None. |
NoteDateUtcMax |
Filter by NoteDateUtcMax |
date |
None. |
Subject |
Filter by Subject |
string |
None. |
Contents |
Filter by Contents |
string |
None. |
CustomStatus |
Filter by CustomStatus |
string |
None. |
NoteTypeIDs |
Filter by Types |
ListCriteriaOfInt32 |
None. |
Entities |
Filter by Entities |
Collection of integer |
None. |
MaxRows |
Limit number of rows |
integer |
None. |
CreatedByUserID |
Filter by CreatedByUserID |
integer |
None. |
LastUpdatedByUserID |
Filter by LastUpdatedByUserID |
integer |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of NoteDTOs
Collection of NoteDTOName | Description | Type | Additional information |
---|---|---|---|
NoteID |
Note ID |
integer |
None. |
NoteDateUtc |
Note Date Utc |
date |
None. |
Subject |
Subject |
string |
None. |
Contents |
Contents |
string |
None. |
IsDraft |
Is Draft |
boolean |
None. |
CustomStatus |
Custom Status |
string |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
RecordStateReason |
Record State Reason |
string |
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. |
Entities |
Entities |
Collection of EntityNoteDTO |
None. |
Extensions |
Extensions |
Collection of FormDataExtensionDto |
None. |
NoteTypes |
Note Types |
Collection of NoteNoteTypeDTO |
None. |
FollowUpRequired |
Follow Up Required |
boolean |
None. |