GET api/CCDA/{id}/TreatmentPlan?startDate={startDate}&endDate={endDate}
Gets the treatment plan portion of the CDA
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The InmateID |
string |
Required |
startDate |
Earliest date to get records from. Format: yyyy-MM-dd |
date |
None. |
endDate |
Latest date to get records from. Format: yyyy-MM-dd |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.