
Uses of Class
org.hl7.fhir.r5.model.EvidenceVariable.EvidenceVariableCategoryComponent
Packages that use EvidenceVariable.EvidenceVariableCategoryComponent
-
Uses of EvidenceVariable.EvidenceVariableCategoryComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EvidenceVariable.EvidenceVariableCategoryComponentModifier and TypeMethodDescriptionJsonParser.parseEvidenceVariableCategoryComponent
(com.google.gson.JsonObject json) XmlParser.parseEvidenceVariableCategoryComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EvidenceVariable.EvidenceVariableCategoryComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeEvidenceVariableCategoryComponent
(String name, EvidenceVariable.EvidenceVariableCategoryComponent element) protected void
RdfParser.composeEvidenceVariableCategoryComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EvidenceVariable.EvidenceVariableCategoryComponent element, int index) protected void
XmlParser.composeEvidenceVariableCategoryComponent
(String name, EvidenceVariable.EvidenceVariableCategoryComponent element) protected void
XmlParser.composeEvidenceVariableCategoryComponentElements
(EvidenceVariable.EvidenceVariableCategoryComponent element) protected void
JsonParser.composeEvidenceVariableCategoryComponentProperties
(EvidenceVariable.EvidenceVariableCategoryComponent element) protected boolean
XmlParser.parseEvidenceVariableCategoryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceVariable.EvidenceVariableCategoryComponent res) protected void
JsonParser.parseEvidenceVariableCategoryComponentProperties
(com.google.gson.JsonObject json, EvidenceVariable.EvidenceVariableCategoryComponent res) -
Uses of EvidenceVariable.EvidenceVariableCategoryComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EvidenceVariable.EvidenceVariableCategoryComponentModifier and TypeFieldDescriptionEvidenceVariable.category
A grouping for ordinal or polychotomous variables.Methods in org.hl7.fhir.r5.model that return EvidenceVariable.EvidenceVariableCategoryComponentModifier and TypeMethodDescriptionEvidenceVariable.addCategory()
EvidenceVariable.EvidenceVariableCategoryComponent.copy()
EvidenceVariable.getCategoryFirstRep()
EvidenceVariable.EvidenceVariableCategoryComponent.setNameElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type EvidenceVariable.EvidenceVariableCategoryComponentMethods in org.hl7.fhir.r5.model with parameters of type EvidenceVariable.EvidenceVariableCategoryComponentModifier and TypeMethodDescriptionEvidenceVariable.addCategory
(EvidenceVariable.EvidenceVariableCategoryComponent t) void
EvidenceVariable.EvidenceVariableCategoryComponent.copyValues
(EvidenceVariable.EvidenceVariableCategoryComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type EvidenceVariable.EvidenceVariableCategoryComponentModifier and TypeMethodDescriptionEvidenceVariable.setCategory
(List<EvidenceVariable.EvidenceVariableCategoryComponent> theCategory)