GET CarePlans/ItemCategory
Get carePlanItemCategories 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. |
CarePlanItemCategoryIDs |
Filter by CarePlanItemCategoryIDs |
Collection of integer |
None. |
CategoryName |
Filter by CategoryName |
string |
None. |
CategoryDescription |
Filter by CategoryDescription |
string |
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. |
Body Parameters
None.
Response Information
Resource Description
List of CarePlanItemCategoryDTOs
Collection of CarePlanItemCategoryDTOName | Description | Type | Additional information |
---|---|---|---|
CarePlanItemCategoryID |
Care Plan Item Category ID |
integer |
None. |
CategoryName |
Category Name |
string |
None. |
CategoryDescription |
Category Description |
string |
None. |
SortOrder |
Sort Order |
integer |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |