GET api/CCDA/{id}/Digest?startDate={startDate}&endDate={endDate}

Retrieves a sha256 checksum for the CDA for the specified patient

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the specified inmate

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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.