GET Clients/MedicationReconciliation
Get clientMedicationReconciliations 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. |
ClientMedicationReconciliations |
Filter by ClientMedicationReconciliationIDs |
Collection of integer |
None. |
ClientID |
Filter by ClientID |
integer |
None. |
IsFollowupRequired |
Filter by IsFollowupRequired |
boolean |
None. |
Comments |
Filter by Comments |
string |
None. |
Props |
Filter by Props |
Collection of Object |
None. |
RecordState |
Filter by RecordState |
ClinicalRecordState |
None. |
RecordStateReason |
Filter by RecordStateReason |
string |
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 ClientMedicationReconciliationDTOs
Collection of ClientMedicationReconciliationDTOName | Description | Type | Additional information |
---|---|---|---|
ClientMedicationReconciliationID |
Client Medication Reconciliation ID |
integer |
None. |
ClientID |
Client ID |
integer |
None. |
IsFollowupRequired |
Is Followup Required |
boolean |
None. |
Details |
Details |
Collection of ClientMedicationReconciliationDetailDTO |
None. |
Comments |
Comments |
string |
None. |
Props |
Props |
Collection of Object |
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. |