Class XdsPHIImportBuilder

java.lang.Object
org.openehealth.ipf.commons.audit.event.DelegatingAuditMessageBuilder<T,D>
org.openehealth.ipf.commons.ihe.core.atna.event.IHEAuditMessageBuilder<T,org.openehealth.ipf.commons.audit.event.DataImportBuilder>
org.openehealth.ipf.commons.ihe.core.atna.event.PHIImportBuilder<XdsPHIImportBuilder>
org.openehealth.ipf.commons.ihe.xds.core.audit.event.XdsPHIImportBuilder
All Implemented Interfaces:
org.openehealth.ipf.commons.audit.event.AuditMessageBuilder<XdsPHIImportBuilder>, org.openehealth.ipf.commons.audit.model.Validateable

public class XdsPHIImportBuilder extends org.openehealth.ipf.commons.ihe.core.atna.event.PHIImportBuilder<XdsPHIImportBuilder>
Since:
3.5
Author:
Christian Ohr
  • 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

    Constructors
    Constructor
    Description
    XdsPHIImportBuilder(org.openehealth.ipf.commons.audit.AuditContext auditContext, org.openehealth.ipf.commons.ihe.core.atna.AuditDataset auditDataset, org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, org.openehealth.ipf.commons.audit.codes.EventActionCode eventActionCode, org.openehealth.ipf.commons.audit.types.EventType eventType, org.openehealth.ipf.commons.audit.types.PurposeOfUse... purposesOfUse)
     
    XdsPHIImportBuilder(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsAuditDataset auditDataset, org.openehealth.ipf.commons.audit.codes.EventActionCode eventActionCode, org.openehealth.ipf.commons.audit.types.EventType eventType, org.openehealth.ipf.commons.audit.types.PurposeOfUse... purposesOfUse)
     
    XdsPHIImportBuilder(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsAuditDataset auditDataset, org.openehealth.ipf.commons.audit.types.EventType eventType, org.openehealth.ipf.commons.audit.types.PurposeOfUse... purposesOfUse)
     
  • Method Summary

    Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.event.PHIImportBuilder

    addImportedEntity, addImportedEntity, setPatient

    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, validate

    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

    • XdsPHIImportBuilder

      public XdsPHIImportBuilder(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsAuditDataset auditDataset, org.openehealth.ipf.commons.audit.types.EventType eventType, org.openehealth.ipf.commons.audit.types.PurposeOfUse... purposesOfUse)
    • XdsPHIImportBuilder

      public XdsPHIImportBuilder(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsAuditDataset auditDataset, org.openehealth.ipf.commons.audit.codes.EventActionCode eventActionCode, org.openehealth.ipf.commons.audit.types.EventType eventType, org.openehealth.ipf.commons.audit.types.PurposeOfUse... purposesOfUse)
    • XdsPHIImportBuilder

      public XdsPHIImportBuilder(org.openehealth.ipf.commons.audit.AuditContext auditContext, org.openehealth.ipf.commons.ihe.core.atna.AuditDataset auditDataset, org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator eventOutcomeIndicator, String eventOutcomeDescription, org.openehealth.ipf.commons.audit.codes.EventActionCode eventActionCode, org.openehealth.ipf.commons.audit.types.EventType eventType, org.openehealth.ipf.commons.audit.types.PurposeOfUse... purposesOfUse)
  • Method Details