Uses of Class
org.hl7.fhir.r4b.model.EvidenceVariable.EvidenceVariableCategoryComponent
-
Packages that use EvidenceVariable.EvidenceVariableCategoryComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of EvidenceVariable.EvidenceVariableCategoryComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return EvidenceVariable.EvidenceVariableCategoryComponent Modifier and Type Method Description protected EvidenceVariable.EvidenceVariableCategoryComponentJsonParser. parseEvidenceVariableCategoryComponent(com.google.gson.JsonObject json)protected EvidenceVariable.EvidenceVariableCategoryComponentXmlParser. parseEvidenceVariableCategoryComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of EvidenceVariable.EvidenceVariableCategoryComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type EvidenceVariable.EvidenceVariableCategoryComponent Modifier and Type Field Description protected List<EvidenceVariable.EvidenceVariableCategoryComponent>EvidenceVariable. categoryA grouping (or set of values) described along with other groupings to specify the set of groupings allowed for the variable.Methods in org.hl7.fhir.r4b.model that return EvidenceVariable.EvidenceVariableCategoryComponent Modifier and Type Method Description EvidenceVariable.EvidenceVariableCategoryComponentEvidenceVariable. addCategory()EvidenceVariable.EvidenceVariableCategoryComponentEvidenceVariable.EvidenceVariableCategoryComponent. copy()EvidenceVariable.EvidenceVariableCategoryComponentEvidenceVariable. getCategoryFirstRep()EvidenceVariable.EvidenceVariableCategoryComponentEvidenceVariable.EvidenceVariableCategoryComponent. setName(String value)EvidenceVariable.EvidenceVariableCategoryComponentEvidenceVariable.EvidenceVariableCategoryComponent. setNameElement(StringType value)EvidenceVariable.EvidenceVariableCategoryComponentEvidenceVariable.EvidenceVariableCategoryComponent. setValue(DataType value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type EvidenceVariable.EvidenceVariableCategoryComponent Modifier and Type Method Description List<EvidenceVariable.EvidenceVariableCategoryComponent>EvidenceVariable. getCategory()Methods in org.hl7.fhir.r4b.model with parameters of type EvidenceVariable.EvidenceVariableCategoryComponent Modifier and Type Method Description EvidenceVariableEvidenceVariable. addCategory(EvidenceVariable.EvidenceVariableCategoryComponent t)voidEvidenceVariable.EvidenceVariableCategoryComponent. copyValues(EvidenceVariable.EvidenceVariableCategoryComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type EvidenceVariable.EvidenceVariableCategoryComponent Modifier and Type Method Description EvidenceVariableEvidenceVariable. setCategory(List<EvidenceVariable.EvidenceVariableCategoryComponent> theCategory)
-