Package org.projecthusky.common.enums
Enum Class ObservationInterpretation
- All Implemented Interfaces:
Serializable,Comparable<ObservationInterpretation>,Constable,CodedMetadataEnumInterface,TranslatedEnumInterface,ValueSetEnumInterface
public enum ObservationInterpretation
extends Enum<ObservationInterpretation>
implements ValueSetEnumInterface
The Enum containing the supported ObservationInterpretation
codes.
Codesystem: HL7 ObservationInterpretation (OID:
2.16.840.1.113883.5.83).
Domaine de valeurs pour « Code
dinterprétation »
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAbnormal Anormal Anormalement AnormalmenteAbnormal alert Anormal alarmierend Alerte anormale Allarme anomaloHigh Hoch Haut AltoHigh alert Hoch alarmierend Alerte haut Allarme altoIntermediate Intermediär Intermédiaire IntermedioLow Tief Bas BassoLow alert Tief alarmierend Alerte bas Allarme bassoNegative Negativ Négatif NegativoNormal Normal Normal NormalePositive Positiv Positif PositivoResistant Resistent Résistant ResistenteSusceptible Sensibel Sensible SensitivoSusceptible-dose dependent Sensibel (dosierungsabhängig) Sensible (en fonction du dosage) Sensitivo (dose-dipendente) -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@NonNull StringGets the code system id. Liefert die code system id.Gets the code system name. Liefert code system name.Gets the actual Code as string Liefert den eigentlichen Code als StringGets the display name. Liefert display name.@NonNull StringgetDisplayName(@Nullable LanguageCode languageCode) Gets the display name defined by the language param.static ObservationInterpretationGets the Enum with a given code Liefert den Enum anhand eines gegebenen codes@NonNull StringGets the value set identifier.@NonNull StringGets the value set name.static booleanisEnumOfValueSet(String enumName) Checks if a given enum is part of this value set. Prüft, ob der gegebene 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 gegebene code in diesem Value Set vorhanden ist.static ObservationInterpretationReturns the enum constant of this class with the specified name.static ObservationInterpretation[]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.ValueSetEnumInterface
getCD, getCD, getCE, getCE, getCode, getCode, getCodedString, getIpfCode, isContainedIn, isEqualTo, name
-
Enum Constant Details
-
ABNORMAL
AbnormalAnormalAnormalementAnormalmente -
ABNORMAL_ALERT
Abnormal alertAnormal alarmierendAlerte anormaleAllarme anomalo -
HIGH
HighHochHautAlto -
HIGH_ALERT
High alertHoch alarmierendAlerte hautAllarme alto -
LOW
LowTiefBasBasso -
LOW_ALERT
Low alertTief alarmierendAlerte basAllarme basso -
NORMAL
NormalNormalNormalNormale -
POS
PositivePositivPositifPositivo -
NEG
NegativeNegativNégatifNegativo -
SUSCEPTIBLE
SusceptibleSensibelSensibleSensitivo -
SUSCEPTIBLE_DOSE_DEPENDENT
Susceptible-dose dependentSensibel (dosierungsabhängig)Sensible (en fonction du dosage)Sensitivo (dose-dipendente) -
RESISTANT
ResistantResistentRésistantResistente -
INTERMEDIATE
IntermediateIntermediärIntermédiaireIntermedio
-
-
Field Details
-
CODE_SYSTEM_NAME
Name of the Code SystemName des Codes Systems- See Also:
-
CODE_SYSTEM_OID
Identifier of the Code SystemIdentifikator für das Code System- 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 gegebene 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 gegebene code in diesem Value Set vorhanden ist.- Parameters:
codeValue-
code- Returns:
- true, if is in value set
-
getCodeSystemName
Gets the code system name.Liefert code system name.- Specified by:
getCodeSystemNamein interfaceValueSetEnumInterface- Returns:
- the code system name
-
getCodeSystemId
Gets the code system id.Liefert die code system id.- Specified by:
getCodeSystemIdin interfaceValueSetEnumInterface- Returns:
- the code system id
-
getCodeValue
Gets the actual Code as stringLiefert den eigentlichen Code als String- Specified by:
getCodeValuein interfaceValueSetEnumInterface- Returns:
- the code
-
getDisplayName
Gets the display name.Liefert display name.- Specified by:
getDisplayNamein interfaceTranslatedEnumInterface- Returns:
- the display name
-
getDisplayName
Gets the display name defined by the language param. If language is unknow, german name is returnedLiefert display name gemäss Parameter, falls die Sprache unbekannt ist, wird standartmässig deutsch geliefert.- 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
Description copied from interface:ValueSetEnumInterfaceGets the value set identifier.- Specified by:
getValueSetIdin interfaceValueSetEnumInterface- Returns:
- the value set identifier.
-
getValueSetName
Description copied from interface:ValueSetEnumInterfaceGets the value set name.- Specified by:
getValueSetNamein interfaceValueSetEnumInterface- Returns:
- the value set name.
-