Uses of Class
ca.uhn.fhir.model.dstu2.resource.Claim.ItemDetail
-
Uses of Claim.ItemDetail in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionClaim.Item.addDetail()
Adds and returns a new value for detail ()Claim.ItemDetail.addSubDetail
(Claim.ItemDetailSubDetail theValue) Adds a given new value for subDetail ()Claim.Item.getDetailFirstRep()
Gets the first repetition for detail (), creating it if it does not already exist.Claim.ItemDetail.setFactor
(double theValue) Sets the value for factor ()Claim.ItemDetail.setFactor
(long theValue) Sets the value for factor ()Claim.ItemDetail.setFactor
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for factor ()Claim.ItemDetail.setFactor
(BigDecimal theValue) Sets the value for factor ()Sets the value(s) for net ()Claim.ItemDetail.setPoints
(double theValue) Sets the value for points ()Claim.ItemDetail.setPoints
(long theValue) Sets the value for points ()Claim.ItemDetail.setPoints
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for points ()Claim.ItemDetail.setPoints
(BigDecimal theValue) Sets the value for points ()Claim.ItemDetail.setQuantity
(SimpleQuantityDt theValue) Sets the value(s) for quantity ()Claim.ItemDetail.setSequence
(int theInteger) Sets the value for sequence ()Claim.ItemDetail.setSequence
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequence ()Claim.ItemDetail.setService
(CodingDt theValue) Sets the value(s) for service ()Claim.ItemDetail.setSubDetail
(List<Claim.ItemDetailSubDetail> theValue) Sets the value(s) for subDetail ()Sets the value(s) for type ()Sets the value(s) for udi ()Claim.ItemDetail.setUnitPrice
(MoneyDt theValue) Sets the value(s) for unitPrice ()Modifier and TypeMethodDescriptionClaim.Item.addDetail
(Claim.ItemDetail theValue) Adds a given new value for detail ()Modifier and TypeMethodDescriptionClaim.Item.setDetail
(List<Claim.ItemDetail> theValue) Sets the value(s) for detail ()