Uses of Interface
org.openehealth.ipf.commons.audit.types.CodedValueType
Packages that use CodedValueType
Package
Description
-
Uses of CodedValueType in org.openehealth.ipf.commons.audit.codes
Classes in org.openehealth.ipf.commons.audit.codes that implement CodedValueTypeModifier and TypeClassDescriptionenumAudit Active Participant Role ID Code as specified in http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_402 1.2.840.10008.6.1.905enumAudit Source Type Codes as originally specified in https://tools.ietf.org/html/rfc3881#section-5.4 and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2 This value set is a literal part of the audit schema, ie.e. no other codes may be used.enumAudit Event ID Code as specified in http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_400 1.2.840.10008.6.1.903enumAudit Event Type Code as specified in http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_401 1.2.840.10008.6.1.904 and http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_403 1.2.840.10008.6.1.906enumMedia Type Code as specified in http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_405 1.2.840.10008.6.1.908enumAudit Participant Object ID Type Code as specified in http://dicom.nema.org/medical/dicom/current/output/html/part16.html#sect_CID_404 1.2.840.10008.6.1.907enumPurpose of Use codes from XSPA -
Uses of CodedValueType in org.openehealth.ipf.commons.audit.marshal.dicom
Methods in org.openehealth.ipf.commons.audit.marshal.dicom with parameters of type CodedValueTypeModifier and TypeMethodDescriptionprotected org.jdom2.ElementDICOM2016a.codedValueType(String tagName, CodedValueType codedValue) -
Uses of CodedValueType in org.openehealth.ipf.commons.audit.types
Classes in org.openehealth.ipf.commons.audit.types with type parameters of type CodedValueTypeModifier and TypeInterfaceDescriptioninterfaceEnumeratedCodedValue<T extends CodedValueType>Represents an EnumeratedValueSet and serves as delegate to a CodedValueType.Subinterfaces of CodedValueType in org.openehealth.ipf.commons.audit.typesModifier and TypeInterfaceDescriptioninterfaceSpecification of the role(s) the user plays when performing the event, as assigned in role-based access control security.interfaceThe Audit Source Type values specify the type of source where an event originated.interfaceEnumeratedCodedValue<T extends CodedValueType>Represents an EnumeratedValueSet and serves as delegate to a CodedValueType.interfaceinterfaceinterfaceinterfaceThe Participant Object ID Type describes the identifier that is contained in Participant Object ID.interfaceClasses in org.openehealth.ipf.commons.audit.types that implement CodedValueTypeModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.openehealth.ipf.commons.audit.types that return CodedValueTypeMethods in org.openehealth.ipf.commons.audit.types with parameters of type CodedValueTypeModifier and TypeMethodDescriptionstatic ActiveParticipantRoleIdActiveParticipantRoleId.of(CodedValueType codedValueType) static AuditSourceAuditSource.of(CodedValueType codedValueType) static EventIdEventId.of(CodedValueType codedValueType) static EventTypeEventType.of(CodedValueType codedValueType) static MediaTypeMediaType.of(CodedValueType codedValueType) static ParticipantObjectIdTypeParticipantObjectIdType.of(CodedValueType codedValueType) static PurposeOfUsePurposeOfUse.of(CodedValueType codedValueType) Constructors in org.openehealth.ipf.commons.audit.types with parameters of type CodedValueTypeModifierConstructorDescriptionActiveParticipantRoleIdImpl(CodedValueType codedValueType) AuditSourceImpl(CodedValueType codedValueType) EventIdImpl(CodedValueType codedValueType) EventTypeImpl(CodedValueType codedValueType) MediaTypeImpl(CodedValueType codedValueType) ParticipantObjectIdTypeImpl(CodedValueType codedValueType) PurposeOfUseImpl(CodedValueType codedValueType)