Package ca.uhn.fhir.model.dstu2.valueset
Enum SpecimenStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<SpecimenStatusEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Available
Code Value: available The physical specimen is present and in good condition.Display: Entered-in-error
Code Value: entered-in-error The specimen was entered in error and therefore nullified.Display: Unavailable
Code Value: unavailable There is no physical specimen because it is either lost, destroyed or consumed.Display: Unsatisfactory
Code Value: unsatisfactory The specimen cannot be used because of a quality issue such as a broken container, contamination, or too old. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SpecimenStatusEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: SpecimenStatus -
Method Summary
Modifier and TypeMethodDescriptionstatic SpecimenStatusEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic SpecimenStatusEnum
Returns the enum constant of this type with the specified name.static SpecimenStatusEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AVAILABLE
Display: Available
Code Value: available The physical specimen is present and in good condition. -
UNAVAILABLE
Display: Unavailable
Code Value: unavailable There is no physical specimen because it is either lost, destroyed or consumed. -
UNSATISFACTORY
Display: Unsatisfactory
Code Value: unsatisfactory The specimen cannot be used because of a quality issue such as a broken container, contamination, or too old. -
ENTERED_IN_ERROR
Display: Entered-in-error
Code Value: entered-in-error The specimen was entered in error and therefore nullified.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: SpecimenStatus- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-