Class DefaultPatientRecordEventBuilder
java.lang.Object
org.openehealth.ipf.commons.audit.event.DelegatingAuditMessageBuilder<DefaultPatientRecordEventBuilder,PatientRecordBuilder>
org.openehealth.ipf.commons.ihe.core.atna.event.IHEAuditMessageBuilder<DefaultPatientRecordEventBuilder,PatientRecordBuilder>
org.openehealth.ipf.commons.ihe.core.atna.event.PatientRecordEventBuilder<DefaultPatientRecordEventBuilder>
org.openehealth.ipf.commons.ihe.core.atna.event.DefaultPatientRecordEventBuilder
- All Implemented Interfaces:
AuditMessageBuilder<DefaultPatientRecordEventBuilder>
,Validateable
public class DefaultPatientRecordEventBuilder
extends PatientRecordEventBuilder<DefaultPatientRecordEventBuilder>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.core.atna.event.IHEAuditMessageBuilder
DOCUMENT_UNIQUE_ID, IHE_HOME_COMMUNITY_ID, QUERY_ENCODING, REPOSITORY_UNIQUE_ID, SERIES_INSTANCE_UNIQUE_ID, STUDY_INSTANCE_UNIQUE_ID, URN_IHE_ITI_XCA_2010_HOME_COMMUNITY_ID
Fields inherited from class org.openehealth.ipf.commons.audit.event.DelegatingAuditMessageBuilder
delegate
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPatientRecordEventBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) DefaultPatientRecordEventBuilder
(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.event.PatientRecordEventBuilder
addPatients, validate
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.event.IHEAuditMessageBuilder
addHumanRequestor, addSecurityResourceParticipantObject, addSecurityResourceParticipantObjects, addSwissW3CTraceContextIdParticipantObject, dicomDetails, documentDetails, getAuditContext, setLocalParticipant, setRemoteParticipant
Methods inherited from class org.openehealth.ipf.commons.audit.event.DelegatingAuditMessageBuilder
getMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.audit.event.AuditMessageBuilder
getMessages, getTypeValuePair, getTypeValuePair, getTypeValuePair, getTypeValuePair, self
-
Constructor Details
-
DefaultPatientRecordEventBuilder
public DefaultPatientRecordEventBuilder(AuditContext auditContext, AuditDataset auditDataset, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse) -
DefaultPatientRecordEventBuilder
public DefaultPatientRecordEventBuilder(AuditContext auditContext, AuditDataset auditDataset, EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, EventActionCode action, EventType eventType, PurposeOfUse... purposesOfUse)
-