Uses of Class
org.linuxforhealth.fhir.model.resource.ChargeItem
-
Packages that use ChargeItem Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of ChargeItem in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ChargeItem Modifier and Type Method Description ChargeItemChargeItem.Builder. build()Build theChargeItemMethods in org.linuxforhealth.fhir.model.resource with parameters of type ChargeItem Modifier and Type Method Description protected ChargeItem.BuilderChargeItem.Builder. from(ChargeItem chargeItem)protected voidChargeItem.Builder. validate(ChargeItem chargeItem) -
Uses of ChargeItem in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type ChargeItem Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, ChargeItem chargeItem)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, ChargeItem chargeItem)
-