
Uses of Enum Class
org.hl7.fhir.dstu3.model.Condition.ConditionVerificationStatus
Packages that use Condition.ConditionVerificationStatus
-
Uses of Condition.ConditionVerificationStatus in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Condition.ConditionVerificationStatusModifier and TypeFieldDescriptionprotected Enumeration<Condition.ConditionVerificationStatus> Condition.verificationStatusThe verification status to support the clinical status of the condition.Methods in org.hl7.fhir.dstu3.model that return Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.getVerificationStatus()Returns the enum constant of this class with the specified name.Condition.ConditionVerificationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.ConditionVerificationStatusEnumFactory.fromType(PrimitiveType<?> code) Condition.getVerificationStatusElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.setVerificationStatus(Condition.ConditionVerificationStatus value) Condition.ConditionVerificationStatusEnumFactory.toCode(Condition.ConditionVerificationStatus code) Condition.ConditionVerificationStatusEnumFactory.toSystem(Condition.ConditionVerificationStatus code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Condition.ConditionVerificationStatusModifier and TypeMethodDescriptionCondition.setVerificationStatusElement(Enumeration<Condition.ConditionVerificationStatus> value)