java.lang.Object
java.lang.Enum<Iti31Options>
org.openehealth.ipf.commons.ihe.hl7v2.options.Iti31Options
All Implemented Interfaces:
Serializable, Comparable<Iti31Options>, java.lang.constant.Constable, TransactionOptions<String>, Hl7v2TransactionOptions

public enum Iti31Options extends Enum<Iti31Options> implements Hl7v2TransactionOptions
  • Enum Constant Details

    • BASIC

      public static final Iti31Options BASIC
    • INPATIENT_OUTPATIENT_ENCOUNTER_MANAGEMENT

      public static final Iti31Options INPATIENT_OUTPATIENT_ENCOUNTER_MANAGEMENT
    • PENDING_EVENT_MANAGEMENT

      public static final Iti31Options PENDING_EVENT_MANAGEMENT
    • ADVANCED_ENCOUNTER_MANAGEMENT

      public static final Iti31Options ADVANCED_ENCOUNTER_MANAGEMENT
    • TEMPORARY_PATIENT_TRANSFERS_TRACKING

      public static final Iti31Options TEMPORARY_PATIENT_TRANSFERS_TRACKING
    • HISTORIC_MOVEMENT_MANAGEMENT

      public static final Iti31Options HISTORIC_MOVEMENT_MANAGEMENT
    • MAINTAIN_DEMOGRAPHICS

      public static final Iti31Options MAINTAIN_DEMOGRAPHICS
  • Method Details

    • values

      public static Iti31Options[] 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 Iti31Options 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
    • getSupportedThings

      public List<String> getSupportedThings()
      Specified by:
      getSupportedThings in interface TransactionOptions<String>