Uses of Class
org.hl7.fhir.r5.model.EvidenceVariable
-
Packages that use EvidenceVariable Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of EvidenceVariable in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EvidenceVariable Modifier and Type Method Description protected EvidenceVariableJsonParser. parseEvidenceVariable(com.google.gson.JsonObject json)protected EvidenceVariableXmlParser. parseEvidenceVariable(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type EvidenceVariable Modifier and Type Method Description protected voidJsonParser. composeEvidenceVariable(String name, EvidenceVariable element)protected voidRdfParser. composeEvidenceVariable(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EvidenceVariable element, int index)protected voidXmlParser. composeEvidenceVariable(String name, EvidenceVariable element)protected voidXmlParser. composeEvidenceVariableElements(EvidenceVariable element)protected voidJsonParser. composeEvidenceVariableProperties(EvidenceVariable element)protected booleanXmlParser. parseEvidenceVariableContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceVariable res)protected voidJsonParser. parseEvidenceVariableProperties(com.google.gson.JsonObject json, EvidenceVariable res) -
Uses of EvidenceVariable in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type EvidenceVariable Modifier and Type Method Description voidEvidenceVariable. copyValues(EvidenceVariable dst)
-