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

Packages that use CodeElement
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 CodeElement in org.dcm4che2.audit.message
 

Subclasses of CodeElement in org.dcm4che2.audit.message
static class ActiveParticipant.RoleIDCode
           
static class AuditEvent.ID
          Identifier for a specific audited event, e.g., a menu item, program, rule, policy, function code, application name, or URL.
static class AuditEvent.TypeCode
          Identifier for the category of event.
static class AuditSource.TypeCode
           
static class ParticipantObject.IDTypeCode
           
 

Methods in org.dcm4che2.audit.message that return CodeElement
 CodeElement CodeElement.setCodeSystem(java.lang.String codeSystem)
          Sets OID reference.
 CodeElement CodeElement.setCodeSystemName(java.lang.String codeSystemName)
          Sets name of the coding system.
 CodeElement CodeElement.setDisplayName(java.lang.String displayName)
          Sets the value to be used in displays and reports.
 CodeElement CodeElement.setOriginalText(java.lang.String originalText)
          Sets original Text Input value that was translated to this code.
 



Copyright © 2011 dcm4che. All Rights Reserved.