Uses of Class
org.eclipse.ohf.ihe.atna.audit.element.CodedValueType

Packages that use CodedValueType
org.eclipse.ohf.ihe.atna.audit.codes   
org.eclipse.ohf.ihe.atna.audit.element   
 

Uses of CodedValueType in org.eclipse.ohf.ihe.atna.audit.codes
 

Subclasses of CodedValueType in org.eclipse.ohf.ihe.atna.audit.codes
 class AuditActiveParticipantRoleID
           
static class AuditActiveParticipantRoleID.Application
          "DCM","110150", "Application"
static class AuditActiveParticipantRoleID.ApplicationLauncher
          "DCM","110151", "Application Launcher"
static class AuditActiveParticipantRoleID.Destination
          "DCM","110152", "Destination"
static class AuditActiveParticipantRoleID.DestinationMedia
          "DCM","110154", "Destination Media"
static class AuditActiveParticipantRoleID.Source
          "DCM","110153", "Source"
static class AuditActiveParticipantRoleID.SourceMedia
          "DCM","110155", "Source Media"
 class AuditEventID
          Audit Event ID codes from DICOM Supplement 95
static class AuditEventID.ApplicationActivity
          "DCM","110100","Application Activity"
static class AuditEventID.AuditLogUsed
          "DCM","110101","Audit Log Used"
static class AuditEventID.BeginTransferringDICOMInstances
          "DCM","110102","Being Transfering DICOM Instances"
static class AuditEventID.DICOMInstancesAccessed
          "DCM","110103","DICOM Instances Accessed"
static class AuditEventID.DICOMInstancesTransferred
          "DCM","110104","DICOM Instances Transferred"
static class AuditEventID.DICOMStudyDeleted
          "DCM","110105","DICOM Study Deleted"
static class AuditEventID.Export
          "DCM","110106","Export"
static class AuditEventID.Import
          "DCM","110107","Import"
static class AuditEventID.NetworkActivity
          "DCM","110108","Network Activity"
static class AuditEventID.OrderRecord
          "DCM","110109","Order Record"
static class AuditEventID.PatientRecord
          "DCM","110110","Patient Record"
static class AuditEventID.ProceedureRecord
          "DCM","110111","Proceedure Record"
static class AuditEventID.Query
          "DCM","110112","Query"
static class AuditEventID.SecurityAlert
          "DCM","110113","Security Alert"
static class AuditEventID.UserAuthentication
          "DCM","110114", "User Authentication"
 class AuditEventTypeCode
           
static class AuditEventTypeCode.ApplicationStart
           
static class AuditEventTypeCode.ApplicationStop
           
static class AuditEventTypeCode.Attach
           
static class AuditEventTypeCode.AuditRecordingStarted
           
static class AuditEventTypeCode.AuditRecordingStopped
           
static class AuditEventTypeCode.Detach
           
static class AuditEventTypeCode.EmergencyOverride
           
static class AuditEventTypeCode.HardwareConfiguration
           
static class AuditEventTypeCode.Login
           
static class AuditEventTypeCode.Logout
           
static class AuditEventTypeCode.NetworkConfiguration
           
static class AuditEventTypeCode.NodeAuthentication
           
static class AuditEventTypeCode.ObjectSecurityAttributesChanged
           
static class AuditEventTypeCode.SecurityConfiguration
           
static class AuditEventTypeCode.SecurityRolesChanged
           
static class AuditEventTypeCode.SoftwareConfiguration
           
static class AuditEventTypeCode.UseOfRestrictedFunction
           
static class AuditEventTypeCode.UserSecurityAttributesChanged
           
 class AuditParticipantObjectIDTypeCode
          Audit Paticiapnet Object ID Type Code from DICOM Supplement 95
static class AuditParticipantObjectIDTypeCode.NodeID
          "DCM","110182", "NodeID"
static class AuditParticipantObjectIDTypeCode.SOPClassUID
          "DCM","110181", "SOP Class UID"
static class AuditParticipantObjectIDTypeCode.StudyInstanceUID
          "DCM","110180", "Study Instance UID"
 class SecurityAlertTypeCode
          Security Alert Type Code from DICOM Supplement 95
static class SecurityAlertTypeCode.AuditRecordingStarted
          "DCM","110134", "Audit Recording Started"
static class SecurityAlertTypeCode.AuditRecordingStopped
          "DCM","110133", "Audit Recording Stopped"
static class SecurityAlertTypeCode.EmergencyOverride
          "DCM","110127", "Emergency Override"
static class SecurityAlertTypeCode.HardwareConfiguration
          "DCM","110130", "Hardware Configuration"
static class SecurityAlertTypeCode.NetworkConfiguration
          "DCM","110128", "Network Configuration"
static class SecurityAlertTypeCode.NodeAuthentication
          "DCM","110126", "Node Authentication"
static class SecurityAlertTypeCode.ObjectSecurityAttributedChanged
          "DCM","110135", "Object Security Attributed Changed"
static class SecurityAlertTypeCode.SecurityConfiguration
          "DCM","110129", "Security Configuration"
static class SecurityAlertTypeCode.SecurityRolesChanges
          "DCM","110136", "Security Roles Changes"
static class SecurityAlertTypeCode.SoftwareConfiguration
          "DCM","110131", "Software Configuration"
static class SecurityAlertTypeCode.UseOfRestrictedFunction
          "DCM","110132", "Use of Restricted Function"
static class SecurityAlertTypeCode.UserSecurityAttributesChanged
          "DCM","110137", "User Security Attributes Changed"
 

Uses of CodedValueType in org.eclipse.ohf.ihe.atna.audit.element
 

Methods in org.eclipse.ohf.ihe.atna.audit.element that return CodedValueType
 CodedValueType EventIdentificationType.getEventID()
           
 CodedValueType ParticipantObjectIdentificationType.getParticipantObjectIDTypeCode()
          Gets the value of the participantObjectIDTypeCode property.
 

Methods in org.eclipse.ohf.ihe.atna.audit.element with parameters of type CodedValueType
 void AuditSourceIdentificationType.setAuditSourceTypeCode(CodedValueType valueType)
           
 void EventIdentificationType.setEventID(CodedValueType value)
          Sets the value of the eventID property.
 void EventIdentificationType.setEventTypeCode(CodedValueType value)
           
 void ParticipantObjectIdentificationType.setParticipantObjectIDTypeCode(CodedValueType value)
          Sets the value of the participantObjectIDTypeCode property.
 void ActiveParticipantType.setRoleIDCode(CodedValueType value)