Uses of Class
org.dcm4che2.audit.message.ParticipantObject.IDTypeCode

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

Fields in org.dcm4che2.audit.message declared as ParticipantObject.IDTypeCode
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.ACCOUNT_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.ENCOUNTER_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.ENROLLEE_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.GUARANTOR_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.MEDIAL_RECORD_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.NODE_ID
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.PATIENT_ID
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.REPORT_NAME
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.REPORT_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.SEARCH_CRITERIA
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.SOCIAL_SECURITY_NUMBER
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.SOP_CLASS_UID
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.STUDY_INSTANCE_UID
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.URI
           
static ParticipantObject.IDTypeCode ParticipantObject.IDTypeCode.USER_IDENTIFIER
           
 

Methods in org.dcm4che2.audit.message that return ParticipantObject.IDTypeCode
 ParticipantObject.IDTypeCode ParticipantObject.getParticipantObjectIDTypeCode()
           
 

Methods in org.dcm4che2.audit.message with parameters of type ParticipantObject.IDTypeCode
static ParticipantObject ParticipantObject.createAlertSubject(java.lang.String id, ParticipantObject.IDTypeCode idTypeCode, java.lang.String desc)
           
 

Constructors in org.dcm4che2.audit.message with parameters of type ParticipantObject.IDTypeCode
ParticipantObject(java.lang.String id, ParticipantObject.IDTypeCode idTypeCode)
          Create a participant object identified by the given id, of type specified by idTypeCode.
 



Copyright © 2011 dcm4che. All Rights Reserved.