GET CarePlans/ResponseCode
Get carePlanResponseCodes 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. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
CarePlanResponseCodeIDs |
Filter by CarePlanResponseCodeIDs |
Collection of integer |
None. |
CarePlanResponseCodeTableID |
Filter by CarePlanResponseCodeTableID |
integer |
None. |
ResponseCodeName |
Filter by ResponseCodeName |
string |
None. |
ResponseCode |
Filter by ResponseCode |
string |
None. |
ResponseCodeDescription |
Filter by ResponseCodeDescription |
string |
None. |
IsNotApplicable |
Filter by IsNotApplicable |
boolean |
None. |
SortOrder |
Filter by SortOrder |
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. |
MaxRows |
Limit number of rows |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of CarePlanResponseCodeDTOs
Collection of CarePlanResponseCodeDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanResponseCodeID |
Care Plan Response Code ID |
integer |
None. |
CarePlanResponseCodeTableID |
Care Plan Response Code Table ID |
integer |
None. |
ResponseCodeName |
Response Code Name |
string |
None. |
ResponseCode |
Response Code |
string |
None. |
ResponseCodeDescription |
Response Code Description |
string |
None. |
IsNotApplicable |
Is Not Applicable |
boolean |
None. |
SortOrder |
Sort Order |
integer |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |