java.lang.Object
java.lang.Enum<XdsEventTypeCode>
org.openehealth.ipf.commons.ihe.xds.core.audit.codes.XdsEventTypeCode
All Implemented Interfaces:
Serializable, Comparable<XdsEventTypeCode>, java.lang.constant.Constable, CodedValueType, EnumeratedCodedValue<EventType>, EnumeratedValueSet<EventType>, EventType

public enum XdsEventTypeCode extends Enum<XdsEventTypeCode> implements EventType, EnumeratedCodedValue<EventType>
EventTypes for the XDS transactions in this module
Since:
3.5
Author:
Christian Ohr
  • Enum Constant Details

    • RegistryStoredQuery

      public static final XdsEventTypeCode RegistryStoredQuery
    • DistributeDocumentSetOnMedia

      public static final XdsEventTypeCode DistributeDocumentSetOnMedia
    • CrossGatewayQuery

      public static final XdsEventTypeCode CrossGatewayQuery
    • CrossGatewayRetrieve

      public static final XdsEventTypeCode CrossGatewayRetrieve
    • ProvideAndRegisterDocumentSetB

      public static final XdsEventTypeCode ProvideAndRegisterDocumentSetB
    • RegisterDocumentSetB

      public static final XdsEventTypeCode RegisterDocumentSetB
    • RetrieveDocumentSet

      public static final XdsEventTypeCode RetrieveDocumentSet
    • RetrieveValueSet

      public static final XdsEventTypeCode RetrieveValueSet
    • MultiPatientStoredQuery

      public static final XdsEventTypeCode MultiPatientStoredQuery
    • UpdateDocumentSet

      public static final XdsEventTypeCode UpdateDocumentSet
    • RegisterOnDemandDocumentEntry

      public static final XdsEventTypeCode RegisterOnDemandDocumentEntry
    • RemoveMetadata

      public static final XdsEventTypeCode RemoveMetadata
    • CrossCommunityFetch

      public static final XdsEventTypeCode CrossCommunityFetch
    • CrossGatewayDocumentProvide

      public static final XdsEventTypeCode CrossGatewayDocumentProvide
    • RemoveDocuments

      public static final XdsEventTypeCode RemoveDocuments
    • RestrictedUpdateDocumentSet

      public static final XdsEventTypeCode RestrictedUpdateDocumentSet
    • QueryPharmacyDocuments

      public static final XdsEventTypeCode QueryPharmacyDocuments
    • RetrieveImagingDocumentSet

      public static final XdsEventTypeCode RetrieveImagingDocumentSet
    • CrossGatewayRetrieveImagingDocumentSet

      public static final XdsEventTypeCode CrossGatewayRetrieveImagingDocumentSet
  • Method Details

    • values

      public static XdsEventTypeCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static XdsEventTypeCode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public EventType getValue()
      Specified by:
      getValue in interface EnumeratedValueSet<EventType>