Enum QicoreDiagnosticorderPrecondition
- java.lang.Object
-
- java.lang.Enum<QicoreDiagnosticorderPrecondition>
-
- org.hl7.fhir.dstu2016may.model.codesystems.QicoreDiagnosticorderPrecondition
-
- All Implemented Interfaces:
Serializable,Comparable<QicoreDiagnosticorderPrecondition>
public enum QicoreDiagnosticorderPrecondition extends Enum<QicoreDiagnosticorderPrecondition>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1The diagnostic test was or should be performed after the patient has engaged in physical activity_2The diagnostic test was or should be performed while the patient is at rest_3The diagnostic test was or should be performed after the patient operationNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QicoreDiagnosticorderPreconditionfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static QicoreDiagnosticorderPreconditionvalueOf(String name)Returns the enum constant of this type with the specified name.static QicoreDiagnosticorderPrecondition[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final QicoreDiagnosticorderPrecondition _1
The diagnostic test was or should be performed after the patient has engaged in physical activity
-
_2
public static final QicoreDiagnosticorderPrecondition _2
The diagnostic test was or should be performed while the patient is at rest
-
_3
public static final QicoreDiagnosticorderPrecondition _3
The diagnostic test was or should be performed after the patient operation
-
NULL
public static final QicoreDiagnosticorderPrecondition NULL
added to help the parsers
-
-
Method Detail
-
values
public static QicoreDiagnosticorderPrecondition[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (QicoreDiagnosticorderPrecondition c : QicoreDiagnosticorderPrecondition.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static QicoreDiagnosticorderPrecondition valueOf(String name)
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
-
fromCode
public static QicoreDiagnosticorderPrecondition fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-