Uses of Interface
org.openehealth.ipf.commons.audit.types.AuditSource
Packages that use AuditSource
Package
Description
-
Uses of AuditSource in org.openehealth.ipf.commons.audit
Methods in org.openehealth.ipf.commons.audit that return AuditSourceModifier and TypeMethodDescriptionAuditContext.getAuditSource()DefaultAuditContext.getAuditSource()Methods in org.openehealth.ipf.commons.audit with parameters of type AuditSourceModifier and TypeMethodDescriptionvoidDefaultAuditContext.setAuditSource(AuditSource auditSource) -
Uses of AuditSource in org.openehealth.ipf.commons.audit.codes
Classes in org.openehealth.ipf.commons.audit.codes that implement AuditSourceModifier and TypeClassDescriptionenumAudit Source Type Codes as originally specified in https://tools.ietf.org/html/rfc3881#section-5.4 and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2 This value set is a literal part of the audit schema, ie.e. no other codes may be used.Methods in org.openehealth.ipf.commons.audit.codes that return AuditSource -
Uses of AuditSource in org.openehealth.ipf.commons.audit.event
Methods in org.openehealth.ipf.commons.audit.event with parameters of type AuditSourceModifier and TypeMethodDescriptionBaseAuditMessageBuilder.setAuditSource(String sourceId, String enterpriseSiteId, AuditSource... typeCodes) Sets aAuditSourceIdentificationTypefor a given Audit Source ID, Audit Source Enterprise Site ID, and a list of audit source type codesBaseAuditMessageBuilder.setAuditSourceIdentification(String sourceID, String enterpriseSiteID, AuditSource... typeCodes) Create and add an Audit Source Identification to this audit event messageMethod parameters in org.openehealth.ipf.commons.audit.event with type arguments of type AuditSourceModifier and TypeMethodDescriptionBaseAuditMessageBuilder.setAuditSourceIdentification(String sourceID, String enterpriseSiteID, Collection<AuditSource> typeCodes) Create and add an Audit Source Identification to this audit event message -
Uses of AuditSource in org.openehealth.ipf.commons.audit.marshal.dicom
Methods in org.openehealth.ipf.commons.audit.marshal.dicom with parameters of type AuditSourceModifier and TypeMethodDescriptionprotected org.jdom2.ElementDICOM2016a.auditSourceType(AuditSource auditSourceType) protected org.jdom2.ElementDICOM2016c.auditSourceType(AuditSource auditSourceType) protected org.jdom2.ElementDICOM2017c.auditSourceType(AuditSource auditSourceType) -
Uses of AuditSource in org.openehealth.ipf.commons.audit.model
Methods in org.openehealth.ipf.commons.audit.model that return types with arguments of type AuditSourceModifier and TypeMethodDescriptionAuditSourceIdentificationType.getAuditSourceType()Code specifying the type of source. -
Uses of AuditSource in org.openehealth.ipf.commons.audit.types
Classes in org.openehealth.ipf.commons.audit.types that implement AuditSourceMethods in org.openehealth.ipf.commons.audit.types that return AuditSourceModifier and TypeMethodDescriptionstatic AuditSourcestatic AuditSourceAuditSource.of(CodedValueType codedValueType)