Enum Class ElgaSections
- All Implemented Interfaces:
Serializable,Comparable<ElgaSections>,Constable,org.projecthusky.common.enums.CodedMetadataEnumInterface,org.projecthusky.common.enums.TranslatedEnumInterface,org.projecthusky.common.enums.ValueSetEnumInterface
public enum ElgaSections
extends Enum<ElgaSections>
implements org.projecthusky.common.enums.ValueSetEnumInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
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(org.projecthusky.common.enums.LanguageCode languageCode) Gets the display name defined by the language param.static ElgaSectionsGets 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.static ElgaSectionsReturns the enum constant of this class with the specified name.static ElgaSections[]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
-
BRIEFTEXT
-
ABBEM
-
BEILAGEN
-
CLINICAL_INFORMATION
-
DISCHARGE_MEDICATION
-
ALLERGIES
-
CHIEF_COMPLAINT
-
ALERT
-
HISTORY_OF_PAST_ILLNESS
-
LABORATORIES_STUDIES
-
TREATMENT_PLAN
-
PROBLEM_LIST
-
HISTORY_OF_IMMUNIZATIONS
-
-
Field Details
-
BRIEFTEXT_CODE
- See Also:
-
ABBEM_CODE
- See Also:
-
BEILAGEN_CODE
- See Also:
-
CLINICAL_INFORMATION_CODE
- See Also:
-
ALERT_CODE
- See Also:
-
DISCHARGE_MEDICATION_CODE
- See Also:
-
ALLERGIES_CODE
- See Also:
-
CHIEF_COMPLAINT_CODE
- See Also:
-
VALUE_SET_ID
- See Also:
-
VALUE_SET_NAME
- 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 interfaceorg.projecthusky.common.enums.ValueSetEnumInterface- Returns:
- the code system identifier
-
getCodeSystemName
Gets the code system name.Liefert den Code System Namen.- Specified by:
getCodeSystemNamein interfaceorg.projecthusky.common.enums.ValueSetEnumInterface- Returns:
- the code system identifier
-
getCodeValue
Gets the actual Code as stringLiefert den eigentlichen Code als String- Specified by:
getCodeValuein interfaceorg.projecthusky.common.enums.ValueSetEnumInterface- 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 interfaceorg.projecthusky.common.enums.TranslatedEnumInterface- 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 interfaceorg.projecthusky.common.enums.ValueSetEnumInterface- Returns:
- the value set identifier
-
getValueSetName
Gets the value set name.Liefert den Value Set Namen.- Specified by:
getValueSetNamein interfaceorg.projecthusky.common.enums.ValueSetEnumInterface- Returns:
- the value set name
-