Package org.projecthusky.valueset.enums
Enum Class SourceSystemType
- All Implemented Interfaces:
Serializable
,Comparable<SourceSystemType>
,Constable
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.
.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUsing this source type, the HL7 FHIR interface to ART-DECOR will be used (e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceSystemType
Returns the enum constant of this class with the specified name.static SourceSystemType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
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
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 nameNullPointerException
- if the argument is null
-