PUT Clients/CarePlanEntryItem/{clientCarePlanEntryID}/{carePlanItemID}?validateOnly={validateOnly}
Update clientCarePlanEntryItem
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientCarePlanEntryID |
ClientCarePlanEntryID of ClientCarePlanEntryItem to be updated |
integer |
Required |
carePlanItemID |
CarePlanItemID of ClientCarePlanEntryItem to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
ClientCarePlanEntryItem data
ClientCarePlanEntryItemDTOName | Description | Type | Additional information |
---|---|---|---|
ClientCarePlanEntryID |
Client Care Plan Entry ID |
integer |
None. |
CarePlanItemID |
Care Plan Item ID |
integer |
None. |
OriginalClientCarePlanEntryID |
Original Client Care Plan Entry ID |
integer |
None. |
Type |
Type |
CarePlanType |
None. |
ResponseType |
Response Type |
ClientCarePlanItemResponseType |
None. |
CarePlanResponseSubCodeID |
Care Plan Response Sub Code ID |
integer |
None. |
RecordState |
Record State |
ClinicalRecordState |
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. |
ClientCarePlanEntryItemNotes |
Client Care Plan Entry Item Notes |
Collection of ClientCarePlanEntryItemNoteDTO |
None. |
CarePlanItemName |
Care Plan Item Name |
string |
None. |
CarePlanItemCaption |
Care Plan Item Caption |
string |
None. |
CarePlanItemType |
Care Plan Item Type |
CarePlanItemType |
None. |
CarePlanItemCategoryID |
Care Plan Item Category ID |
integer |
None. |
ResponseSubCodeName |
Response Sub Code Name |
string |
None. |
ResponseSubCode |
Response Sub Code |
string |
None. |
ResponseSubCodeDescription |
Response Sub Code Description |
string |
None. |
ClientCarePlanID |
Client Care Plan ID |
integer |
None. |
CarePlanItemLinkID |
Care Plan Item Link ID |
integer |
None. |
ParentCarePlanItemLinkID |
Parent Care Plan Item Link ID |
integer |
None. |
IsDefault |
Is Default |
boolean |
None. |
IsRequired |
Is Required |
boolean |
None. |
IsPersonalized |
Is Personalized |
boolean |
None. |
IsFromRecommendation |
Is Generated From a FormScripting Recommendation This value is only used for initial validation of a careplanentry and the value of this field is NOT saved to the DB. |
boolean |
None. |
Summary |
Summary |
string |
None. |
CarePlanItemIsCustom | boolean |
None. |
|
CarePlanItemAnswerType | CarePlanItemAnswerType |
None. |
|
SortOrders |
Client Care Plan Entry Item Sort Orders |
Collection of ClientCarePlanEntryItemsSortOrderDTO |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |