Enum Iti66Options

java.lang.Object
java.lang.Enum<Iti66Options>
org.openehealth.ipf.commons.ihe.fhir.iti66.Iti66Options
All Implemented Interfaces:
Serializable, Comparable<Iti66Options>, java.lang.constant.Constable, TransactionOptions<Class<? extends FhirProvider>>, FhirTransactionOptions

public enum Iti66Options extends Enum<Iti66Options> implements FhirTransactionOptions
Since:
4.1
  • Enum Constant Details

    • STRICT

      public static final Iti66Options STRICT
      Strict MHD 3.2.0 Resource Provider
    • LENIENT

      public static final Iti66Options LENIENT
      Lenient MHD 3.2.0 Resource Provider, supporting some search parameters from STU3 versions
    • LIST

      public static final Iti66Options LIST
      MHD 4.2.1 Resource Provider, supporting querying List resources
    • COMPATIBILITY

      public static final Iti66Options COMPATIBILITY
      MHD 3.2.0 and 4.2.1 Resource Provider, supporting both DocumentManifest and List resources
  • Method Details

    • values

      public static Iti66Options[] 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 Iti66Options 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<Class<? extends FhirProvider>> getSupportedThings()
      Specified by:
      getSupportedThings in interface TransactionOptions<Class<? extends FhirProvider>>