
Uses of Class
org.hl7.fhir.r5.model.ChargeItem
Packages that use ChargeItem
-
Uses of ChargeItem in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ChargeItemModifier and TypeMethodDescriptionprotected 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 ChargeItemModifier and TypeMethodDescriptionprotected 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 that return ChargeItemModifier and TypeMethodDescriptionChargeItem.addAccount(Reference t) ChargeItem.addBodysite(CodeableConcept t) ChargeItem.addDefinitionCanonical(String value) ChargeItem.addDefinitionUri(String value) ChargeItem.addIdentifier(Identifier t) ChargeItem.addNote(Annotation t) ChargeItem.addPerformer(ChargeItem.ChargeItemPerformerComponent t) ChargeItem.addProduct(CodeableReference t) ChargeItem.addReason(CodeableConcept t) ChargeItem.addService(CodeableReference t) ChargeItem.addSupportingInformation(Reference t) ChargeItem.copy()ChargeItem.setAccount(List<Reference> theAccount) ChargeItem.setBodysite(List<CodeableConcept> theBodysite) ChargeItem.setCode(CodeableConcept value) ChargeItem.setCostCenter(Reference value) ChargeItem.setDefinitionCanonical(List<CanonicalType> theDefinitionCanonical) ChargeItem.setDefinitionUri(List<UriType> theDefinitionUri) ChargeItem.setEncounter(Reference value) ChargeItem.setEnteredDate(Date value) ChargeItem.setEnteredDateElement(DateTimeType value) ChargeItem.setEnterer(Reference value) ChargeItem.setIdentifier(List<Identifier> theIdentifier) ChargeItem.setNote(List<Annotation> theNote) ChargeItem.setOccurrence(DataType value) ChargeItem.setOverrideReason(CodeableConcept value) ChargeItem.setPerformer(List<ChargeItem.ChargeItemPerformerComponent> thePerformer) ChargeItem.setPerformingOrganization(Reference value) ChargeItem.setProduct(List<CodeableReference> theProduct) ChargeItem.setQuantity(Quantity value) ChargeItem.setReason(List<CodeableConcept> theReason) ChargeItem.setRequestingOrganization(Reference value) ChargeItem.setService(List<CodeableReference> theService) ChargeItem.setStatus(ChargeItem.ChargeItemStatus value) ChargeItem.setStatusElement(Enumeration<ChargeItem.ChargeItemStatus> value) ChargeItem.setSubject(Reference value) ChargeItem.setSupportingInformation(List<Reference> theSupportingInformation) ChargeItem.setTotalPriceComponent(MonetaryComponent value) ChargeItem.setUnitPriceComponent(MonetaryComponent value) protected ChargeItemChargeItem.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ChargeItem