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
public class OpenEhrAuditDataset extends Object implements Serializable
Base class for openEHR audit dataset- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenEhrAuditDataset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPatientParticipantObjectIds(Collection<String> patientParticipantObjectIds)StringgetEventOutcomeDescription()org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicatorgetEventOutcomeIndicator()org.springframework.http.HttpMethodgetMethod()Set<String>getPatientParticipantObjectIds()StringgetSourceParticipantNetworkId()StringgetSourceParticipantUserId()StringgetUniquePatientParticipantObjectId()booleanhasPatientParticipantObjectIds()booleanhasUniqueParticipantObjectIds()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)
-
-
-
Method Detail
-
getEventOutcomeIndicator
public org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator getEventOutcomeIndicator()
-
setEventOutcomeIndicator
public void setEventOutcomeIndicator(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator eventOutcomeIndicator)
-
getEventOutcomeDescription
public String getEventOutcomeDescription()
-
setEventOutcomeDescription
public void setEventOutcomeDescription(String eventOutcomeDescription)
-
getMethod
public org.springframework.http.HttpMethod getMethod()
-
setMethod
public void setMethod(org.springframework.http.HttpMethod method)
-
getSourceParticipantUserId
public String getSourceParticipantUserId()
-
setSourceParticipantUserId
public void setSourceParticipantUserId(String sourceParticipantUserId)
-
getSourceParticipantNetworkId
public String getSourceParticipantNetworkId()
-
setSourceParticipantNetworkId
public void setSourceParticipantNetworkId(String sourceParticipantNetworkId)
-
setPatientParticipantObjectIds
public void setPatientParticipantObjectIds(Set<String> patientParticipantObjectIds)
-
addPatientParticipantObjectIds
public void addPatientParticipantObjectIds(Collection<String> patientParticipantObjectIds)
-
hasPatientParticipantObjectIds
public boolean hasPatientParticipantObjectIds()
-
getUniquePatientParticipantObjectId
public String getUniquePatientParticipantObjectId()
-
hasUniqueParticipantObjectIds
public boolean hasUniqueParticipantObjectIds()
-
-