Uses of Class
org.hl7.fhir.r5.model.ChargeItem
-
Packages that use ChargeItem Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ChargeItem in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ChargeItem Modifier and Type Method Description protected ChargeItemJsonParser. parseChargeItem(com.google.gson.JsonObject json)protected ChargeItemXmlParser. parseChargeItem(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ChargeItem Modifier and Type Method Description protected voidJsonParser. composeChargeItem(String name, ChargeItem element)protected voidRdfParser. composeChargeItem(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ChargeItem element, int index)protected voidXmlParser. composeChargeItem(String name, ChargeItem element)protected voidXmlParser. composeChargeItemElements(ChargeItem element)protected voidJsonParser. composeChargeItemProperties(ChargeItem element)protected booleanXmlParser. parseChargeItemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem res)protected voidJsonParser. parseChargeItemProperties(com.google.gson.JsonObject json, ChargeItem res) -
Uses of ChargeItem in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ChargeItem Modifier and Type Method Description voidChargeItem. copyValues(ChargeItem dst)
-