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 String
Code for Abnormalstatic final String
Code for decreasedstatic final String
Code for Highstatic final String
Code for high off scalestatic final String
Code for increasedstatic final String
Code for Indeterminatestatic final String
Code for Intermediatestatic final String
Code for Lowstatic final String
Code for low off scalestatic final String
Code for Negativestatic final String
Code for normalstatic final String
Code for outside thresholdstatic final String
Code for Positivestatic final String
Code for Resistentstatic final String
Code for Susceptiblestatic final String
Identifier of the value set Identifikator für das Value Setstatic final String
Name 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 boolean
isEnumOfValueSet
(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 boolean
isInValueSet
(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, valueOf
Methods inherited from interface org.projecthusky.common.enums.TranslatedEnumInterface
getDisplayName
Methods 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:
getCodeSystemId
in interfaceValueSetEnumInterface
- Returns:
- the code system identifier
-
getCodeSystemName
Gets the code system name.Liefert den Code System Namen.- Specified by:
getCodeSystemName
in interfaceValueSetEnumInterface
- Returns:
- the code system identifier
-
getCodeValue
Gets the actual Code as stringLiefert den eigentlichen Code als String- Specified by:
getCodeValue
in 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:
getDisplayName
in 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:
getValueSetId
in interfaceValueSetEnumInterface
- Returns:
- the value set identifier
-
getValueSetName
Gets the value set name.Liefert den Value Set Namen.- Specified by:
getValueSetName
in interfaceValueSetEnumInterface
- Returns:
- the value set name
-