GET ClinicalUpdates/Overview/Charts
Get a list of Chart entries that match the criteria.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DateTimeUtcMin | date |
None. |
|
DateTimeUtcMax | date |
None. |
|
GroupID | integer |
None. |
|
SubGroupIDs | Collection of integer |
None. |
|
Data | Collection of ClinicalUpdateData |
None. |
|
BUID | integer |
None. |
|
NoteTypes | Collection of integer |
None. |
|
DocumentFormNames | Collection of string |
None. |
|
IncidentTypes | Collection of integer |
None. |
|
IncidentSeverities | Collection of integer |
None. |
|
InfectionTypes | Collection of integer |
None. |
|
ClientIDs | Collection of integer |
None. |
|
CarePlanNames | Collection of string |
None. |
|
ChartFormNames | Collection of string |
None. |
|
HazardTypes | Collection of integer |
None. |
|
OutOfRangeFormEntriesOnly | boolean |
None. |
|
IncludeMarkedInError | boolean |
None. |
|
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.CreatedInError |
boolean |
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. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
Body Parameters
None.
Response Information
Resource Description
List of ClinicalUpdatesClientChartDTO
Collection of ClinicalUpdatesClientChartDTOName | Description | Type | Additional information |
---|---|---|---|
ClientID | integer |
None. |
|
FormID | integer |
None. |
|
FormName | string |
None. |
|
Title | string |
None. |
|
SubForms | Collection of ClinicalUpdatesClientChartSubFormDTO |
None. |