public interface DocumentRegRep extends AbstractActorInterface
Modifier and Type | Method and Description |
---|---|
RefList |
findDocumentsForPatientID(java.lang.String patientID)
This is the equivalent of a FindDocuments Stored Query.
|
java.lang.String |
getDocEntry(java.lang.String uuid)
Get full metadata (XML) for a DocumentEntry
|
DocumentContent |
getDocument(java.lang.String uniqueId)
Get contents of a document
|
asBoolean, asString, delete, describe, getConfig, getEvent, getEventIds, getId, isBoolean, setProperty, setProperty, update
asList, getPatientErrorMap, getPropertyNames, isList, isString, setPatientErrorMap, setProperty
getActorType, getEnvironmentName, getFullId, getUser, isFhir
RefList findDocumentsForPatientID(java.lang.String patientID) throws ToolkitServiceException
patientID
- - full patient id with Assigning AuthorityToolkitServiceException
java.lang.String getDocEntry(java.lang.String uuid) throws ToolkitServiceException
uuid
- - UUID of a DocumentEntryToolkitServiceException
DocumentContent getDocument(java.lang.String uniqueId) throws ToolkitServiceException
uniqueId
- - DocumentEntry.uniqueIdToolkitServiceException