Uses of Class
org.hl7.fhir.r4b.model.CarePlan
-
Packages that use CarePlan Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of CarePlan in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CarePlan Modifier and Type Method Description protected CarePlanJsonParser. parseCarePlan(com.google.gson.JsonObject json)protected CarePlanXmlParser. parseCarePlan(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type CarePlan Modifier and Type Method Description protected voidJsonParser. composeCarePlan(String name, CarePlan element)protected voidRdfParser. composeCarePlan(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CarePlan element, int index)protected voidXmlParser. composeCarePlan(String name, CarePlan element)protected voidXmlParser. composeCarePlanElements(CarePlan element)protected voidJsonParser. composeCarePlanProperties(CarePlan element)protected booleanXmlParser. parseCarePlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan res)protected voidJsonParser. parseCarePlanProperties(com.google.gson.JsonObject json, CarePlan res) -
Uses of CarePlan in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type CarePlan Modifier and Type Method Description voidCarePlan. copyValues(CarePlan dst)
-