
Uses of Class
org.hl7.fhir.dstu3.model.ChargeItem
Packages that use ChargeItem
-
Uses of ChargeItem in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.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.composeChargeItemInner(ChargeItem element) JsonParser.parseChargeItemChargeItemParticipantComponent(com.google.gson.JsonObject json, ChargeItem owner) XmlParser.parseChargeItemChargeItemParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner) protected booleanXmlParser.parseChargeItemChargeItemParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner, ChargeItem.ChargeItemParticipantComponent res) protected voidJsonParser.parseChargeItemChargeItemParticipantComponentProperties(com.google.gson.JsonObject json, ChargeItem owner, ChargeItem.ChargeItemParticipantComponent 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.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ChargeItemModifier and TypeFieldDescriptionprotected 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.dstu3.model that return ChargeItemModifier and TypeMethodDescriptionChargeItem.addAccount(Reference t) ChargeItem.addBodysite(CodeableConcept t) ChargeItem.addDefinition(String value) ChargeItem.addNote(Annotation t) ChargeItem.addParticipant(ChargeItem.ChargeItemParticipantComponent t) ChargeItem.addReason(CodeableConcept t) ChargeItem.addService(Reference t) ChargeItem.addSupportingInformation(Reference t) ChargeItem.copy()ChargeItem.setAccount(List<Reference> theAccount) ChargeItem.setBodysite(List<CodeableConcept> theBodysite) ChargeItem.setCode(CodeableConcept value) ChargeItem.setContext(Reference value) ChargeItem.setContextTarget(Resource value) ChargeItem.setDefinition(List<UriType> theDefinition) ChargeItem.setEnteredDate(Date value) ChargeItem.setEnteredDateElement(DateTimeType value) ChargeItem.setEnterer(Reference value) ChargeItem.setEntererTarget(Resource value) ChargeItem.setFactorOverride(double value) ChargeItem.setFactorOverride(long value) ChargeItem.setFactorOverride(BigDecimal value) ChargeItem.setFactorOverrideElement(DecimalType value) ChargeItem.setIdentifier(Identifier value) ChargeItem.setNote(List<Annotation> theNote) ChargeItem.setOccurrence(Type value) ChargeItem.setOverrideReason(String value) ChargeItem.setOverrideReasonElement(StringType value) ChargeItem.setParticipant(List<ChargeItem.ChargeItemParticipantComponent> theParticipant) ChargeItem.setPerformingOrganization(Reference value) ChargeItem.setPerformingOrganizationTarget(Organization value) ChargeItem.setPriceOverride(Money value) ChargeItem.setQuantity(Quantity value) ChargeItem.setReason(List<CodeableConcept> theReason) ChargeItem.setRequestingOrganization(Reference value) ChargeItem.setRequestingOrganizationTarget(Organization value) ChargeItem.setService(List<Reference> theService) ChargeItem.setStatus(ChargeItem.ChargeItemStatus value) ChargeItem.setStatusElement(Enumeration<ChargeItem.ChargeItemStatus> value) ChargeItem.setSubject(Reference value) ChargeItem.setSubjectTarget(Resource value) ChargeItem.setSupportingInformation(List<Reference> theSupportingInformation) protected ChargeItemChargeItem.typedCopy()