Package org.ehrbase.rest.openehr.audit
Class CompositionAuditDataset
- java.lang.Object
-
- org.ehrbase.rest.openehr.audit.OpenEhrAuditDataset
-
- org.ehrbase.rest.openehr.audit.CompositionAuditDataset
-
- All Implemented Interfaces:
Serializable
public class CompositionAuditDataset extends OpenEhrAuditDataset
OpenEhrAuditDatasetused for Composition audit messages- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompositionAuditDataset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompositionUri()StringgetTemplateId()booleanhasCompositionUri()voidsetCompositionUri(String compositionUri)voidsetTemplateId(String templateId)-
Methods inherited from class org.ehrbase.rest.openehr.audit.OpenEhrAuditDataset
addPatientParticipantObjectIds, getEventOutcomeDescription, getEventOutcomeIndicator, getMethod, getPatientParticipantObjectIds, getSourceParticipantNetworkId, getSourceParticipantUserId, getUniquePatientParticipantObjectId, hasPatientParticipantObjectIds, hasUniqueParticipantObjectIds, setEventOutcomeDescription, setEventOutcomeIndicator, setMethod, setPatientParticipantObjectIds, setSourceParticipantNetworkId, setSourceParticipantUserId
-
-