Uses of Class
org.hl7.fhir.r5.model.EvidenceVariable.EvidenceVariableCategoryComponent
-
Uses of EvidenceVariable.EvidenceVariableCategoryComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseEvidenceVariableCategoryComponent
(com.google.gson.JsonObject json) XmlParser.parseEvidenceVariableCategoryComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionEvidenceVariable.category
A grouping for ordinal or polychotomous variables.Modifier and TypeMethodDescriptionEvidenceVariable.addCategory()
EvidenceVariable.EvidenceVariableCategoryComponent.copy()
EvidenceVariable.getCategoryFirstRep()
EvidenceVariable.EvidenceVariableCategoryComponent.setNameElement
(StringType value) Modifier and TypeMethodDescriptionEvidenceVariable.addCategory
(EvidenceVariable.EvidenceVariableCategoryComponent t) void
EvidenceVariable.EvidenceVariableCategoryComponent.copyValues
(EvidenceVariable.EvidenceVariableCategoryComponent dst) Modifier and TypeMethodDescriptionEvidenceVariable.setCategory
(List<EvidenceVariable.EvidenceVariableCategoryComponent> theCategory)