Package org.ehrbase.rest.openehr.audit
Class QueryAuditDataset
- java.lang.Object
-
- org.ehrbase.rest.openehr.audit.OpenEhrAuditDataset
-
- org.ehrbase.rest.openehr.audit.QueryAuditDataset
-
- All Implemented Interfaces:
Serializable
public class QueryAuditDataset extends OpenEhrAuditDataset
OpenEhrAuditDatasetused for Query audit messages- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryAuditDataset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQuery()StringgetQueryId()voidsetQuery(String query)voidsetQueryId(String queryId)-
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
-
-