Get list of Media
GET {{baseUrl}}/api/v2/Media?patient=<integer>&departmentId=<integer>&category=prescription-card
Overview:
Retrieves a comprehensive list of all media files stored in the system including titles, descriptions, upload dates, and other metadata.
This is only supported by ATHENA.
Use Cases:
Retrieve Media Details: Obtain information on specific media
Access Imaging Data: Retrieve details of imaging
Query Document Information: Obtain details of documents
Review Audio Recordings: Access details of audio recordings
Examine Video Content: Retrieve information on videos
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the media. | |
departmentId | string | (Required) The department identifier associated with the media. | |
category | string | The category of the media. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
{}