
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ConditionVerificationStatusEnum
Packages that use ConditionVerificationStatusEnum
-
Uses of ConditionVerificationStatusEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ConditionVerificationStatusEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<ConditionVerificationStatusEnum> Condition.getVerificationStatusElement()
Gets the value(s) for verificationStatus ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ConditionVerificationStatusEnumModifier and TypeMethodDescriptionCondition.setVerificationStatus
(ConditionVerificationStatusEnum theValue) Sets the value(s) for verificationStatus ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ConditionVerificationStatusEnumModifier and TypeMethodDescriptionCondition.setVerificationStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConditionVerificationStatusEnum> theValue) Sets the value(s) for verificationStatus () -
Uses of ConditionVerificationStatusEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ConditionVerificationStatusEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ConditionVerificationStatusEnum> ConditionVerificationStatusEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ConditionVerificationStatusEnumModifier and TypeMethodDescriptionReturns the enumerated value associated with this codeReturns the enum constant of this type with the specified name.static ConditionVerificationStatusEnum[]
ConditionVerificationStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.