Uses of Class
org.hl7.fhir.r5.model.ConditionDefinition
-
Packages that use ConditionDefinition Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ConditionDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConditionDefinition Modifier and Type Method Description protected ConditionDefinitionJsonParser. parseConditionDefinition(com.google.gson.JsonObject json)protected ConditionDefinitionXmlParser. parseConditionDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ConditionDefinition Modifier and Type Method Description protected voidJsonParser. composeConditionDefinition(String name, ConditionDefinition element)protected voidRdfParser. composeConditionDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConditionDefinition element, int index)protected voidXmlParser. composeConditionDefinition(String name, ConditionDefinition element)protected voidXmlParser. composeConditionDefinitionElements(ConditionDefinition element)protected voidJsonParser. composeConditionDefinitionProperties(ConditionDefinition element)protected booleanXmlParser. parseConditionDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConditionDefinition res)protected voidJsonParser. parseConditionDefinitionProperties(com.google.gson.JsonObject json, ConditionDefinition res) -
Uses of ConditionDefinition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ConditionDefinition Modifier and Type Method Description voidConditionDefinition. copyValues(ConditionDefinition dst)
-