Package org.ehrbase.rest.openehr.audit
Class OpenEhrAuditDataset
java.lang.Object
org.ehrbase.rest.openehr.audit.OpenEhrAuditDataset
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompositionAuditDataset,QueryAuditDataset
Base class for openEHR audit dataset
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPatientParticipantObjectIds(Collection<String> patientParticipantObjectIds) org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicatororg.springframework.http.HttpMethodbooleanbooleanvoidsetAuditEnterpriseSiteId(String auditEnterpriseSiteId) voidsetEventOutcomeDescription(String eventOutcomeDescription) voidsetEventOutcomeIndicator(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator eventOutcomeIndicator) voidsetMethod(org.springframework.http.HttpMethod method) voidsetPatientParticipantObjectIds(Set<String> patientParticipantObjectIds) voidsetSourceParticipantNetworkId(String sourceParticipantNetworkId) voidsetSourceParticipantUserId(String sourceParticipantUserId)
-
Constructor Details
-
OpenEhrAuditDataset
public OpenEhrAuditDataset()
-
-
Method Details
-
getEventOutcomeIndicator
public org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator getEventOutcomeIndicator() -
setEventOutcomeIndicator
public void setEventOutcomeIndicator(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator eventOutcomeIndicator) -
getEventOutcomeDescription
-
setEventOutcomeDescription
-
getMethod
public org.springframework.http.HttpMethod getMethod() -
setMethod
public void setMethod(org.springframework.http.HttpMethod method) -
getSourceParticipantUserId
-
setSourceParticipantUserId
-
getSourceParticipantNetworkId
-
setSourceParticipantNetworkId
-
getPatientParticipantObjectIds
-
setPatientParticipantObjectIds
-
addPatientParticipantObjectIds
-
hasPatientParticipantObjectIds
public boolean hasPatientParticipantObjectIds() -
getUniquePatientParticipantObjectId
-
hasUniqueParticipantObjectIds
public boolean hasUniqueParticipantObjectIds() -
getAuditEnterpriseSiteId
-
setAuditEnterpriseSiteId
-