Enum Class ElgaObservationInterpretation
java.lang.Object
java.lang.Enum<ElgaObservationInterpretation>
org.projecthusky.cda.elga.generated.artdecor.enums.ElgaObservationInterpretation
- All Implemented Interfaces:
Serializable,Comparable<ElgaObservationInterpretation>,Constable,CodedMetadataEnumInterface,TranslatedEnumInterface,ValueSetEnumInterface
@Generated("org.ehealth_connector.codegenerator.ch.valuesets.UpdateValueSets")
public enum ElgaObservationInterpretation
extends Enum<ElgaObservationInterpretation>
implements ValueSetEnumInterface
no designation found for language ENGLISH
no designation found for language GERMAN
no designation found for language FRENCH
no designation found for language ITALIAN
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAbnormaldecreasedHighhigh off scaleincreasedIndeterminateIntermediateLowlow off scaleNegativenormaloutside thresholdPositiveResistentSusceptible -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCode for Abnormalstatic final StringCode for decreasedstatic final StringCode for Highstatic final StringCode for high off scalestatic final StringCode for increasedstatic final StringCode for Indeterminatestatic final StringCode for Intermediatestatic final StringCode for Lowstatic final StringCode for low off scalestatic final StringCode for Negativestatic final StringCode for normalstatic final StringCode for outside thresholdstatic final StringCode for Positivestatic final StringCode for Resistentstatic final StringCode for Susceptiblestatic final StringIdentifier of the value set Identifikator für das Value Setstatic final StringName of the value set Name des Value Sets -
Method Summary
Modifier and TypeMethodDescriptionGets the code system identifier. Liefert den Code System Identifikator.Gets the code system name. Liefert den Code System Namen.Gets the actual Code as string Liefert den eigentlichen Code als StringgetDisplayName(LanguageCode languageCode) Gets the display name defined by the language param.Gets the Enum with a given code Liefert den Enum anhand eines gegebenen codesGets the value set identifier. Liefert den Value Set Identifikator.Gets the value set name. Liefert den Value Set Namen.static booleanisEnumOfValueSet(String enumName) Checks if a given enum is part of this value set. Prüft, ob der angegebene enum Teil dieses Value Sets ist.static booleanisInValueSet(String codeValue) Checks if a given code value is in this value set. Prüft, ob der angegebene code in diesem Value Set vorhanden ist.Returns the enum constant of this class with the specified name.static ElgaObservationInterpretation[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.projecthusky.common.enums.TranslatedEnumInterface
getDisplayNameMethods inherited from interface org.projecthusky.common.enums.ValueSetEnumInterface
getCD, getCD, getCE, getCE, getCode, getCode, getCodedString, getIpfCode, isContainedIn, isEqualTo, name
-
Enum Constant Details
-
ABNORMAL
Abnormal -
DECREASED
decreased -
HIGH
High -
HIGH_OFF_SCALE
high off scale -
INCREASED
increased -
INDETERMINATE
Indeterminate -
INTERMEDIATE
Intermediate -
LOW
Low -
LOW_OFF_SCALE
low off scale -
NEGATIVE
Negative -
NORMAL
normal -
OUTSIDE_THRESHOLD
outside threshold -
POSITIVE
Positive -
RESISTENT
Resistent -
SUSCEPTIBLE
Susceptible
-
-
Field Details
-
ABNORMAL_CODE
Code for Abnormal- See Also:
-
DECREASED_CODE
Code for decreased- See Also:
-
HIGH_CODE
Code for High- See Also:
-
HIGH_OFF_SCALE_CODE
Code for high off scale- See Also:
-
INCREASED_CODE
Code for increased- See Also:
-
INDETERMINATE_CODE
Code for Indeterminate- See Also:
-
INTERMEDIATE_CODE
Code for Intermediate- See Also:
-
LOW_CODE
Code for Low- See Also:
-
LOW_OFF_SCALE_CODE
Code for low off scale- See Also:
-
NEGATIVE_CODE
Code for Negative- See Also:
-
NORMAL_CODE
Code for normal- See Also:
-
OUTSIDE_THRESHOLD_CODE
Code for outside threshold- See Also:
-
POSITIVE_CODE
Code for Positive- See Also:
-
RESISTENT_CODE
Code for Resistent- See Also:
-
SUSCEPTIBLE_CODE
Code for Susceptible- See Also:
-
VALUE_SET_ID
Identifier of the value setIdentifikator für das Value Set- See Also:
-
VALUE_SET_NAME
Name of the value setName des Value Sets- See Also:
-
-
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
-
getEnum
Gets the Enum with a given codeLiefert den Enum anhand eines gegebenen codes- Parameters:
code-code- Returns:
- the enum
-
isEnumOfValueSet
Checks if a given enum is part of this value set.Prüft, ob der angegebene enum Teil dieses Value Sets ist.- Parameters:
enumName-enumName- Returns:
- true, if enum is in this value set
-
isInValueSet
Checks if a given code value is in this value set.Prüft, ob der angegebene code in diesem Value Set vorhanden ist.- Parameters:
codeValue-code- Returns:
- true, if is in value set
-
getCodeSystemId
Gets the code system identifier.Liefert den Code System Identifikator.- Specified by:
getCodeSystemIdin interfaceValueSetEnumInterface- Returns:
- the code system identifier
-
getCodeSystemName
Gets the code system name.Liefert den Code System Namen.- Specified by:
getCodeSystemNamein interfaceValueSetEnumInterface- Returns:
- the code system identifier
-
getCodeValue
Gets the actual Code as stringLiefert den eigentlichen Code als String- Specified by:
getCodeValuein interfaceValueSetEnumInterface- Returns:
- the code
-
getDisplayName
Gets the display name defined by the language param. If there is no english translation, the default display name is returned.Liefert display name gemäss Parameter, falls es keine Englische Übersetzung gibt, wird der default-Name zurückgegeben.- Specified by:
getDisplayNamein interfaceTranslatedEnumInterface- Parameters:
languageCode- the language code to get the display name for- Returns:
- returns the display name in the desired language. if language not found, display name in german will returned
-
getValueSetId
Gets the value set identifier.Liefert den Value Set Identifikator.- Specified by:
getValueSetIdin interfaceValueSetEnumInterface- Returns:
- the value set identifier
-
getValueSetName
Gets the value set name.Liefert den Value Set Namen.- Specified by:
getValueSetNamein interfaceValueSetEnumInterface- Returns:
- the value set name
-