Uses of Interface
org.openehealth.ipf.commons.audit.types.EnumeratedValueSet
Packages that use EnumeratedValueSet
Package
Description
-
Uses of EnumeratedValueSet in org.openehealth.ipf.commons.audit.codes
Classes in org.openehealth.ipf.commons.audit.codes that implement EnumeratedValueSetModifier 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.enumEvent Action codes as originally specified by https://tools.ietf.org/html/rfc3881#section-5.1 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, i.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.903enumEvent Outcome Indicator codes as originally specified by https://tools.ietf.org/html/rfc3881#section-5.1 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 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.908enumNetwork Access Point Type codes as originally specified in https://tools.ietf.org/html/rfc3881#section-5.3 and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2.enumParticipant Object Data Life Cycle as originally specified in https://tools.ietf.org/html/rfc3881#section-5.5 and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2.enumAudit 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.907enumParticipant Object Type codes as originally specified in https://tools.ietf.org/html/rfc3881#section-5.5 and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2.enumParticipant Object Type Role codes as originally specified in https://tools.ietf.org/html/rfc3881#section-5.5 and now maintained in http://dicom.nema.org/medical/dicom/current/output/html/part15.html#sect_A.5.1.2.enumPurpose of Use codes from XSPA -
Uses of EnumeratedValueSet in org.openehealth.ipf.commons.audit.marshal.dicom
Methods in org.openehealth.ipf.commons.audit.marshal.dicom with parameters of type EnumeratedValueSetModifier and TypeMethodDescriptionprotected voidDICOM2016a.conditionallyAddAttribute(org.jdom2.Element element, String attributeName, EnumeratedValueSet<?> value) -
Uses of EnumeratedValueSet in org.openehealth.ipf.commons.audit.types
Subinterfaces of EnumeratedValueSet in org.openehealth.ipf.commons.audit.typesModifier and TypeInterfaceDescriptioninterfaceEnumeratedCodedValue<T extends CodedValueType>Represents an EnumeratedValueSet and serves as delegate to a CodedValueType.Methods in org.openehealth.ipf.commons.audit.types with type parameters of type EnumeratedValueSetModifier and TypeMethodDescriptionstatic <T,E extends Enum<E> & EnumeratedValueSet<T>>
EEnumeratedValueSet.enumForCode(Class<E> clazz, Object code)