Uses of Class
org.hl7.fhir.r4b.model.Condition
-
Packages that use Condition Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Condition in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Condition Modifier and Type Method Description protected ConditionJsonParser. parseCondition(com.google.gson.JsonObject json)protected ConditionXmlParser. parseCondition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Condition Modifier and Type Method Description protected voidJsonParser. composeCondition(String name, Condition element)protected voidRdfParser. composeCondition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Condition element, int index)protected voidXmlParser. composeCondition(String name, Condition element)protected voidXmlParser. composeConditionElements(Condition element)protected voidJsonParser. composeConditionProperties(Condition element)protected booleanXmlParser. parseConditionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res)protected voidJsonParser. parseConditionProperties(com.google.gson.JsonObject json, Condition res) -
Uses of Condition in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type Condition Modifier and Type Method Description voidCondition. copyValues(Condition dst)
-