
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 voidJsonParser.composeEvidenceVariableCategoryComponent(String name, EvidenceVariable.EvidenceVariableCategoryComponent element) protected voidRdfParser.composeEvidenceVariableCategoryComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EvidenceVariable.EvidenceVariableCategoryComponent element, int index) protected voidXmlParser.composeEvidenceVariableCategoryComponent(String name, EvidenceVariable.EvidenceVariableCategoryComponent element) protected voidXmlParser.composeEvidenceVariableCategoryComponentElements(EvidenceVariable.EvidenceVariableCategoryComponent element) protected voidJsonParser.composeEvidenceVariableCategoryComponentProperties(EvidenceVariable.EvidenceVariableCategoryComponent element) protected booleanXmlParser.parseEvidenceVariableCategoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceVariable.EvidenceVariableCategoryComponent res) protected voidJsonParser.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.categoryA 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) voidEvidenceVariable.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)