Uses of Class
org.hl7.fhir.r4.model.ChargeItem
-
Packages that use ChargeItem Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ChargeItem in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type ChargeItem Modifier and Type Method Description protected voidJsonParser. composeChargeItem(String name, ChargeItem element)protected voidRdfParser. composeChargeItem(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. composeChargeItemInner(ChargeItem element)protected ChargeItem.ChargeItemPerformerComponentJsonParser. parseChargeItemChargeItemPerformerComponent(com.google.gson.JsonObject json, ChargeItem owner)protected ChargeItem.ChargeItemPerformerComponentXmlParser. parseChargeItemChargeItemPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner)protected booleanXmlParser. parseChargeItemChargeItemPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner, ChargeItem.ChargeItemPerformerComponent res)protected voidJsonParser. parseChargeItemChargeItemPerformerComponentProperties(com.google.gson.JsonObject json, ChargeItem owner, ChargeItem.ChargeItemPerformerComponent res)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.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ChargeItem Modifier and Type Field Description protected List<ChargeItem>ChargeItem. partOfTargetThe actual objects that are the target of the reference (ChargeItems can be grouped to larger ChargeItems covering the whole set.)Methods in org.hl7.fhir.r4.model that return types with arguments of type ChargeItem Modifier and Type Method Description List<ChargeItem>ChargeItem. getPartOfTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type ChargeItem Modifier and Type Method Description voidChargeItem. copyValues(ChargeItem dst)
-