
Uses of Class
org.hl7.fhir.dstu2.model.Money
Packages that use Money
-
Uses of Money in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MoneyModifier and TypeMethodDescriptionprotected MoneyJsonParser.parseMoney(com.google.gson.JsonObject json) protected MoneyXmlParser.parseMoney(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type MoneyModifier and TypeMethodDescriptionprotected voidJsonParser.composeMoney(String name, Money element) protected voidXmlParser.composeMoney(String name, Money element) protected voidJsonParser.composeMoneyInner(Money element) -
Uses of Money in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MoneyModifier and TypeFieldDescriptionprotected MoneyClaimResponse.AddedItemAdjudicationComponent.amountMonetary amount associated with the code.protected MoneyClaimResponse.AddedItemDetailAdjudicationComponent.amountMonetary amount associated with the code.protected MoneyClaimResponse.DetailAdjudicationComponent.amountMonetary amount associated with the code.protected MoneyClaimResponse.ItemAdjudicationComponent.amountMonetary amount associated with the code.protected MoneyClaimResponse.SubdetailAdjudicationComponent.amountMonetary amount associated with the code.protected MoneyPaymentReconciliation.DetailsComponent.amountAmount paid for this detail.protected MoneyAccount.balanceRepresents the sum of all credits less all debits associated with the account.protected MoneyClaimResponse.AddedItemComponent.feeThe fee charged for the professional service or product..protected MoneyClaimResponse.AddedItemsDetailComponent.feeThe fee charged for the professional service or product..protected MoneyClaim.DetailComponent.netThe quantity times the unit price for an additional service or product or charge.protected MoneyClaim.ItemsComponent.netThe quantity times the unit price for an additional service or product or charge.protected MoneyClaim.SubDetailComponent.netThe quantity times the unit price for an additional service or product or charge.protected MoneyContract.TermValuedItemComponent.netExpresses the product of the Contract Provision Valued Item unitQuantity and the unitPriceAmt.protected MoneyContract.ValuedItemComponent.netExpresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt.protected MoneyClaimResponse.paymentAdjustmentAdjustment to the payment of this transaction which is not related to adjudication of this transaction.protected MoneyClaimResponse.paymentAmountPayable less any payment adjustment.protected MoneyPaymentReconciliation.totalTotal payment amount.protected MoneyClaimResponse.totalBenefitTotal amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductible).protected MoneyClaimResponse.totalCostThe total cost of the services reported.protected MoneyClaimResponse.unallocDeductableThe amount of deductible applied which was not allocated to any particular service line.protected MoneyClaim.DetailComponent.unitPriceIf the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.protected MoneyClaim.ItemsComponent.unitPriceIf the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.protected MoneyClaim.SubDetailComponent.unitPriceThe fee for an additional service or product or charge.protected MoneyContract.TermValuedItemComponent.unitPriceA Contract Provision Valued Item unit valuation measure.protected MoneyContract.ValuedItemComponent.unitPriceA Contract Valued Item unit valuation measure.Methods in org.hl7.fhir.dstu2.model that return MoneyModifier and TypeMethodDescriptionBase.castToMoney(Base b) Money.copy()ClaimResponse.AddedItemAdjudicationComponent.getAmount()ClaimResponse.AddedItemDetailAdjudicationComponent.getAmount()ClaimResponse.DetailAdjudicationComponent.getAmount()ClaimResponse.ItemAdjudicationComponent.getAmount()ClaimResponse.SubdetailAdjudicationComponent.getAmount()PaymentReconciliation.DetailsComponent.getAmount()Account.getBalance()ClaimResponse.AddedItemComponent.getFee()ClaimResponse.AddedItemsDetailComponent.getFee()Claim.DetailComponent.getNet()Claim.ItemsComponent.getNet()Claim.SubDetailComponent.getNet()Contract.TermValuedItemComponent.getNet()Contract.ValuedItemComponent.getNet()ClaimResponse.getPaymentAdjustment()ClaimResponse.getPaymentAmount()PaymentReconciliation.getTotal()ClaimResponse.getTotalBenefit()ClaimResponse.getTotalCost()ClaimResponse.getUnallocDeductable()Claim.DetailComponent.getUnitPrice()Claim.ItemsComponent.getUnitPrice()Claim.SubDetailComponent.getUnitPrice()Contract.TermValuedItemComponent.getUnitPrice()Contract.ValuedItemComponent.getUnitPrice()protected MoneyMoney.typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type MoneyModifier and TypeMethodDescriptionAccount.setBalance(Money value) ClaimResponse.setPaymentAdjustment(Money value) ClaimResponse.setPaymentAmount(Money value) ClaimResponse.setTotalBenefit(Money value) ClaimResponse.setTotalCost(Money value) ClaimResponse.setUnallocDeductable(Money value) Claim.DetailComponent.setUnitPrice(Money value) Claim.ItemsComponent.setUnitPrice(Money value) Claim.SubDetailComponent.setUnitPrice(Money value) Contract.TermValuedItemComponent.setUnitPrice(Money value) Contract.ValuedItemComponent.setUnitPrice(Money value) Constructors in org.hl7.fhir.dstu2.model with parameters of type Money