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

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

Methods in org.dcm4che2.audit.message that return ParticipantObjectDescription
 ParticipantObjectDescription ParticipantObjectDescription.addAccession(java.lang.String accno)
           
 ParticipantObjectDescription ParticipantObjectDescription.addMPPS(java.lang.String iuid)
           
 ParticipantObjectDescription ParticipantObjectDescription.addSOPClass(ParticipantObjectDescription.SOPClass sopClass)
           
 ParticipantObjectDescription ParticipantObjectDescription.addStudy(java.lang.String suid)
           
 ParticipantObjectDescription ParticipantObjectDescription.setAnonymized(boolean anonymized)
           
 ParticipantObjectDescription ParticipantObjectDescription.setEncrypted(boolean encrypted)
           
 

Methods in org.dcm4che2.audit.message that return types with arguments of type ParticipantObjectDescription
 java.util.List<ParticipantObjectDescription> ParticipantObject.getParticipantObjectDescriptions()
           
 

Methods in org.dcm4che2.audit.message with parameters of type ParticipantObjectDescription
 ParticipantObject ParticipantObject.addParticipantObjectDescription(ParticipantObjectDescription desc)
           
 ParticipantObject DataImportMessage.addStudy(java.lang.String uid, ParticipantObjectDescription desc)
           
 ParticipantObject StudyDeletedMessage.addStudy(java.lang.String uid, ParticipantObjectDescription desc)
           
 ParticipantObject DataExportMessage.addStudy(java.lang.String uid, ParticipantObjectDescription desc)
           
 ParticipantObject ProcedureRecordMessage.addStudy(java.lang.String uid, ParticipantObjectDescription desc)
           
 ParticipantObject InstancesAccessedMessage.addStudy(java.lang.String uid, ParticipantObjectDescription desc)
           
static ParticipantObject ParticipantObject.createStudy(java.lang.String uid, ParticipantObjectDescription desc)
          Create a participant object with type code STUDY_INSTANCE_UID, and the specified description (which maybe null).
 



Copyright © 2011 dcm4che. All Rights Reserved.