Uses of Class
org.dcm4che2.audit.message.AuditSource

Packages that use AuditSource
org.dcm4che2.audit.message Provides classes for generating XML formated Audit Messages compliant to the "Audit Trail and Node Authentication (ATNA) Integration Profile" specified in the IHE IT Infrastructure Technical Framework, which itself utilizes RFC 3881 - Security Audit and Access Accountability Message XML Data Definitions for Healthcare Applications and its extension by DICOM Supplement 95: Audit Trail Messages
 

Uses of AuditSource in org.dcm4che2.audit.message
 

Fields in org.dcm4che2.audit.message with type parameters of type AuditSource
protected  java.util.ArrayList<AuditSource> AuditMessage.auditSources
           
 

Methods in org.dcm4che2.audit.message that return AuditSource
 AuditSource AuditMessage.addAuditSource(AuditSource sourceId)
           
 AuditSource AuditSource.addAuditSourceTypeCode(AuditSource.TypeCode code)
           
 AuditSource AuditSource.clearAuditSourceTypeCodes()
           
static AuditSource AuditSource.getDefaultAuditSource()
           
 AuditSource AuditSource.setAuditEnterpriseSiteID(java.lang.String id)
           
 

Methods in org.dcm4che2.audit.message that return types with arguments of type AuditSource
 java.util.List<AuditSource> AuditMessage.getAuditSources()
           
 

Methods in org.dcm4che2.audit.message with parameters of type AuditSource
 AuditSource AuditMessage.addAuditSource(AuditSource sourceId)
           
static void AuditSource.setDefaultAuditSource(AuditSource defAuditSource)
           
 



Copyright © 2011 dcm4che. All Rights Reserved.