
Uses of Enum
org.hl7.fhir.dstu2.model.Condition.ConditionVerificationStatus
Packages that use Condition.ConditionVerificationStatus
-
Uses of Condition.ConditionVerificationStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Condition.ConditionVerificationStatusModifier and TypeFieldDescriptionprotected Enumeration
<Condition.ConditionVerificationStatus> Condition.verificationStatus
The verification status to support the clinical status of the condition.Methods in org.hl7.fhir.dstu2.model that return Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.getVerificationStatus()
Returns the enum constant of this type with the specified name.Condition.ConditionVerificationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Condition.ConditionVerificationStatusMethods in org.hl7.fhir.dstu2.model with parameters of type Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.setVerificationStatus
(Condition.ConditionVerificationStatus value) Condition.ConditionVerificationStatusEnumFactory.toCode
(Condition.ConditionVerificationStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.setVerificationStatusElement
(Enumeration<Condition.ConditionVerificationStatus> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Condition.ConditionVerificationStatusModifierConstructorDescriptionCondition
(Reference patient, CodeableConcept code, Enumeration<Condition.ConditionVerificationStatus> verificationStatus)