
Package ca.uhn.fhir.jpa.term.loinc
Enum Class LoincUploadPropertiesEnum
- All Implemented Interfaces:
Serializable
,Comparable<LoincUploadPropertiesEnum>
,Constable
This enum is used to facilitate configurable filenames when uploading LOINC.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSorting agnostic. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoincUploadPropertiesEnum[]
Convert from Enum ordinal to Enum type. -
Method Summary
Modifier and TypeMethodDescriptionstatic LoincUploadPropertiesEnum
getCode()
static LoincUploadPropertiesEnum
Returns the enum constant of this class with the specified name.static LoincUploadPropertiesEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOINC_UPLOAD_PROPERTIES_FILE
Sorting agnostic. -
LOINC_XML_FILE
-
LOINC_MAPTO_FILE
-
LOINC_MAPTO_FILE_DEFAULT
-
LOINC_ANSWERLIST_FILE
-
LOINC_ANSWERLIST_FILE_DEFAULT
-
LOINC_ANSWERLIST_LINK_FILE
-
LOINC_ANSWERLIST_LINK_FILE_DEFAULT
-
LOINC_DOCUMENT_ONTOLOGY_FILE
-
LOINC_DOCUMENT_ONTOLOGY_FILE_DEFAULT
-
LOINC_FILE
-
LOINC_FILE_DEFAULT
-
LOINC_HIERARCHY_FILE
-
LOINC_HIERARCHY_FILE_DEFAULT
-
LOINC_IEEE_MEDICAL_DEVICE_CODE_MAPPING_TABLE_FILE
-
LOINC_IEEE_MEDICAL_DEVICE_CODE_MAPPING_TABLE_FILE_DEFAULT
public static final LoincUploadPropertiesEnum LOINC_IEEE_MEDICAL_DEVICE_CODE_MAPPING_TABLE_FILE_DEFAULT -
LOINC_IMAGING_DOCUMENT_CODES_FILE
-
LOINC_IMAGING_DOCUMENT_CODES_FILE_DEFAULT
-
LOINC_PART_FILE
-
LOINC_PART_FILE_DEFAULT
-
LOINC_PART_LINK_FILE
-
LOINC_PART_LINK_FILE_DEFAULT
-
LOINC_PART_LINK_FILE_PRIMARY
-
LOINC_PART_LINK_FILE_PRIMARY_DEFAULT
-
LOINC_PART_LINK_FILE_SUPPLEMENTARY
-
LOINC_PART_LINK_FILE_SUPPLEMENTARY_DEFAULT
-
LOINC_PART_RELATED_CODE_MAPPING_FILE
-
LOINC_PART_RELATED_CODE_MAPPING_FILE_DEFAULT
-
LOINC_RSNA_PLAYBOOK_FILE
-
LOINC_RSNA_PLAYBOOK_FILE_DEFAULT
-
LOINC_TOP2000_COMMON_LAB_RESULTS_SI_FILE
-
LOINC_TOP2000_COMMON_LAB_RESULTS_SI_FILE_DEFAULT
-
LOINC_TOP2000_COMMON_LAB_RESULTS_US_FILE
-
LOINC_TOP2000_COMMON_LAB_RESULTS_US_FILE_DEFAULT
-
LOINC_UNIVERSAL_LAB_ORDER_VALUESET_FILE
-
LOINC_UNIVERSAL_LAB_ORDER_VALUESET_FILE_DEFAULT
-
LOINC_CODESYSTEM_VERSION
-
LOINC_CODESYSTEM_MAKE_CURRENT
-
LOINC_ANSWERLIST_VERSION
-
LOINC_CONCEPTMAP_VERSION
-
LOINC_GROUP_FILE
-
LOINC_GROUP_FILE_DEFAULT
-
LOINC_GROUP_TERMS_FILE
-
LOINC_GROUP_TERMS_FILE_DEFAULT
-
LOINC_PARENT_GROUP_FILE
-
LOINC_PARENT_GROUP_FILE_DEFAULT
-
LOINC_CONSUMER_NAME_FILE
-
LOINC_CONSUMER_NAME_FILE_DEFAULT
-
LOINC_LINGUISTIC_VARIANTS_FILE
-
LOINC_LINGUISTIC_VARIANTS_FILE_DEFAULT
-
LOINC_LINGUISTIC_VARIANTS_PATH
-
LOINC_LINGUISTIC_VARIANTS_PATH_DEFAULT
-
LOINC_DUPLICATE_FILE_DEFAULT
-
LOINC_ANSWERLIST_DUPLICATE_FILE_DEFAULT
-
LOINC_ANSWERLIST_LINK_DUPLICATE_FILE_DEFAULT
-
-
Field Details
-
values
Convert from Enum ordinal to Enum type. Usage:LoincUploadPropertiesEnum loincUploadPropertiesEnum = LoincUploadPropertiesEnum.values[ordinal];
-
-
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
-
getCode
-
fromCode
-