GET PlanCare2Api/CareRegistration/AdlCards?clientId={clientId}
Gets the ADL Cards for the specified client
Requires 'Start' permission for function ADLCardOverview {6236CECC-0D36-4936-B5EF-F23BDD6A8D26}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
The clientId to obtain the ADL Cards for. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of requested ADL Cards for the specified client
Collection of ADLCard| Name | Description | Type | Additional information |
|---|---|---|---|
| ADLCardId |
The ADL Card id |
integer |
None |
| ActualDate |
The date the ADL Card was set to actual |
date |
None |
| HistoricalDate |
The date the ADL Card was set to historical |
date |
None |
| Status |
The status of the ADL Card |
ADLCardStatus |
None |
| StatusDescription |
The status of the ADL Card as text |
string |
None |
| TemplateName |
The name of the ADL Card template |
string |
None |
| MadeToDateBy |
The name of the relation that set the status of the ADL Card to actual |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.