Uses of Interface
org.openehealth.ipf.commons.audit.types.EnumeratedValueSet

Packages that use EnumeratedValueSet
  • Uses of EnumeratedValueSet in org.openehealth.ipf.commons.audit.codes

    Modifier and Type
    Class
    Description
    enum 
    Audit 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.905
    enum 
    Audit 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.
    enum 
    Event 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.
    enum 
    Audit 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.903
    enum 
    Event 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.
    enum 
    Audit 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.906
    enum 
    Media 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.908
    enum 
    Network 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.
    enum 
    Participant 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.
    enum 
    Audit 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.907
    enum 
    Participant 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.
    enum 
    Participant 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.
    enum 
    Purpose of Use codes from XSPA
  • Uses of EnumeratedValueSet in org.openehealth.ipf.commons.audit.marshal.dicom

    Modifier and Type
    Method
    Description
    protected void
    DICOM2016a.conditionallyAddAttribute(org.jdom2.Element element, String attributeName, EnumeratedValueSet<?> value)
     
  • Uses of EnumeratedValueSet in org.openehealth.ipf.commons.audit.types

    Modifier and Type
    Interface
    Description
    interface 
    Represents an EnumeratedValueSet and serves as delegate to a CodedValueType.
    Methods in org.openehealth.ipf.commons.audit.types with type parameters of type EnumeratedValueSet
    Modifier and Type
    Method
    Description
    static <T, E extends Enum<E> & EnumeratedValueSet<T>>
    E
    EnumeratedValueSet.enumForCode(Class<E> clazz, Object code)