
Uses of Class
ca.uhn.fhir.model.dstu2.valueset.ConditionCategoryCodesEnum
-
Packages that use ConditionCategoryCodesEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of ConditionCategoryCodesEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ConditionCategoryCodesEnum Modifier and Type Method Description BoundCodeableConceptDt<ConditionCategoryCodesEnum>
Condition. getCategory()
Gets the value(s) for category ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ConditionCategoryCodesEnum Modifier and Type Method Description Condition
Condition. setCategory(ConditionCategoryCodesEnum theValue)
Sets the value(s) for category ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ConditionCategoryCodesEnum Modifier and Type Method Description Condition
Condition. setCategory(BoundCodeableConceptDt<ConditionCategoryCodesEnum> theValue)
Sets the value(s) for category () -
Uses of ConditionCategoryCodesEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ConditionCategoryCodesEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<ConditionCategoryCodesEnum>
ConditionCategoryCodesEnum. VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ConditionCategoryCodesEnum Modifier and Type Method Description static ConditionCategoryCodesEnum
ConditionCategoryCodesEnum. forCode(String theCode)
Returns the enumerated value associated with this codestatic ConditionCategoryCodesEnum
ConditionCategoryCodesEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConditionCategoryCodesEnum[]
ConditionCategoryCodesEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-