Document Type - Inpatient Document
Document Type - Inpatient Document feature allows the user to view specific impatient documents.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get page from patient's inpatient admin document
GET
/v1/{practiceid}/patients/{patientid}/documents/inptadmin/{inptadminid}/pages/{pageid}
Retrieves a specific page from the specific inpatient admin document of the patient
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ required
practiceid
integer
practiceid
pageid
integer
pageid
inptadminid
integer
inptadminid
patientid
integer
patientid
filesize
string
The file size of the document being requested.
Output Parameters
Expand all
attachment
string
The image of the page in jpeg format.
Example Code