Uses of Class
org.hl7.fhir.r4b.model.PlanDefinition
-
Packages that use PlanDefinition Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of PlanDefinition in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return PlanDefinition Modifier and Type Method Description protected PlanDefinitionJsonParser. parsePlanDefinition(com.google.gson.JsonObject json)protected PlanDefinitionXmlParser. parsePlanDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type PlanDefinition Modifier and Type Method Description protected voidJsonParser. composePlanDefinition(String name, PlanDefinition element)protected voidRdfParser. composePlanDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, PlanDefinition element, int index)protected voidXmlParser. composePlanDefinition(String name, PlanDefinition element)protected voidXmlParser. composePlanDefinitionElements(PlanDefinition element)protected voidJsonParser. composePlanDefinitionProperties(PlanDefinition element)protected booleanXmlParser. parsePlanDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition res)protected voidJsonParser. parsePlanDefinitionProperties(com.google.gson.JsonObject json, PlanDefinition res) -
Uses of PlanDefinition in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type PlanDefinition Modifier and Type Method Description voidPlanDefinition. copyValues(PlanDefinition dst)
-