Enum Class SourceSystemType

java.lang.Object
java.lang.Enum<SourceSystemType>
org.projecthusky.valueset.enums.SourceSystemType
All Implemented Interfaces:
Serializable, Comparable<SourceSystemType>, Constable

public enum SourceSystemType extends Enum<SourceSystemType>
This enum is used to configure the type of source of a ValueSet. This information is used to apply the interface corresponding to the source system. Note: TERMINOLOGIESERVER_SOAP and SWISS_MDI_SOAP are foreseen, but are not going to be implemented in the first release of dynamic value set handling.
Dieses Enum dient dazu, dass die Art der Quelle eines ValueSets konfiguriert werden kann. Anhand dieser Fallunterscheidung wird die, dem Quellsystem entsprechende Schnittstelle angewendet. Hinweis: TERMINOLOGIESERVER_SOAP und SWISS_MDI_SOAP sind vorgesehen, werden jedoch in der ersten Version dynamischen Value Set handlings nicht implementiert.
.
  • Enum Constant Details

    • ARTDECOR_FHIR

      public static final SourceSystemType ARTDECOR_FHIR
      Using this source type, the HL7 FHIR interface to ART-DECOR will be used (e.g. http://art-decor.org/fhir/3.0/ch-epr-/valueset).
      Bei Verwendung dieses Quellentyps wird die HL7 FHIR Schnittstelle zu ART-DECOR verwendet (z.B. http://art-decor.org/fhir/3.0/ch-epr-/valueset).
  • Method Details

    • values

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

      public static SourceSystemType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null