public enum EnumCodeSystem extends java.lang.Enum<EnumCodeSystem>
| Enum Constant and Description |
|---|
IMMUNIZATION_MATERIAL_CODE_SYSTEM
This constant specifies value representation of immunization material code system
|
MEDICATIONS_ROUTE_CODE_SYSTEM
This constant specifies value representation of medications route code system
|
OID_ACTCODE
This constant specifies value representation of ACT code system
|
OID_ADMINISTRATIVE_GENDER
This constant specifies value representation of oid for administrative gender code system
|
OID_CONFIDENTIALITY
This constant specifies value representation of confidentiality code system
|
OID_CPT_4
This constant specifies value representation of CPT-4 system
|
OID_HL7
This constant specifies value representation of HL7 code system
|
OID_HL7_ACTCODE
This constant specifies value representation of HL7 code system
|
OID_HL7_ROUTE_OF_ADMINISTRATION
This constant specifies value representation of HL7 route of administration code system
|
OID_LOINC
This constant specifies value representation of LOINC code system
|
OID_NDC
This constant specifies value representation of NDC system
|
OID_OBSERVATION_INTERPRETATION_CODE_SYSTEM
This constant specifies value representation of observation interpretation code system
|
OID_PARTICIPATION_FUNCTION
This constant specifies value representation of participation function code system
|
OID_ROLE_CODE
This constant specifies value representation of role code system
|
OID_RXNORM
This constant specifies value representation of RXNORM code system
|
OID_SNOMED_CT
This constant specifies value representation of SNOMED-CT code system
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCodeSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCodeSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCodeSystem OID_LOINC
public static final EnumCodeSystem OID_CPT_4
public static final EnumCodeSystem OID_NDC
public static final EnumCodeSystem OID_HL7
public static final EnumCodeSystem OID_ACTCODE
public static final EnumCodeSystem OID_HL7_ACTCODE
public static final EnumCodeSystem OID_SNOMED_CT
public static final EnumCodeSystem OID_ADMINISTRATIVE_GENDER
public static final EnumCodeSystem MEDICATIONS_ROUTE_CODE_SYSTEM
public static final EnumCodeSystem IMMUNIZATION_MATERIAL_CODE_SYSTEM
public static final EnumCodeSystem OID_RXNORM
public static final EnumCodeSystem OID_OBSERVATION_INTERPRETATION_CODE_SYSTEM
public static final EnumCodeSystem OID_ROLE_CODE
public static final EnumCodeSystem OID_HL7_ROUTE_OF_ADMINISTRATION
public static final EnumCodeSystem OID_PARTICIPATION_FUNCTION
public static final EnumCodeSystem OID_CONFIDENTIALITY
public static EnumCodeSystem[] values()
for (EnumCodeSystem c : EnumCodeSystem.values()) System.out.println(c);
public static EnumCodeSystem valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()