O3 Framework / getAttachmentsUrl
getAttachmentsUrl(
patientUuid,includeEncounterless,encounterUuid?):string
Defined in: packages/framework/esm-emr-api/src/attachments.ts:73
Builds the attachment search URL for a patient. Used by getAttachments and useAttachments
so both request (and cache under) the same key.
string
The UUID of the patient whose attachments should be fetched.
boolean
Whether to include attachments that are not associated
with any encounter. Ignored when encounterUuid is set.
string
When set, restricts the search to attachments on this encounter.
string