
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Claim.ItemDetailSubDetail
Packages that use Claim.ItemDetailSubDetail
-
Uses of Claim.ItemDetailSubDetail in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Claim.ItemDetailSubDetailModifier and TypeMethodDescriptionClaim.ItemDetail.addSubDetail()
Adds and returns a new value for subDetail ()Claim.ItemDetail.getSubDetailFirstRep()
Gets the first repetition for subDetail (), creating it if it does not already exist.Claim.ItemDetailSubDetail.setFactor
(double theValue) Sets the value for factor ()Claim.ItemDetailSubDetail.setFactor
(long theValue) Sets the value for factor ()Claim.ItemDetailSubDetail.setFactor
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for factor ()Claim.ItemDetailSubDetail.setFactor
(BigDecimal theValue) Sets the value for factor ()Sets the value(s) for net ()Claim.ItemDetailSubDetail.setPoints
(double theValue) Sets the value for points ()Claim.ItemDetailSubDetail.setPoints
(long theValue) Sets the value for points ()Claim.ItemDetailSubDetail.setPoints
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for points ()Claim.ItemDetailSubDetail.setPoints
(BigDecimal theValue) Sets the value for points ()Claim.ItemDetailSubDetail.setQuantity
(SimpleQuantityDt theValue) Sets the value(s) for quantity ()Claim.ItemDetailSubDetail.setSequence
(int theInteger) Sets the value for sequence ()Claim.ItemDetailSubDetail.setSequence
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequence ()Claim.ItemDetailSubDetail.setService
(CodingDt theValue) Sets the value(s) for service ()Sets the value(s) for type ()Sets the value(s) for udi ()Claim.ItemDetailSubDetail.setUnitPrice
(MoneyDt theValue) Sets the value(s) for unitPrice ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Claim.ItemDetailSubDetailModifier and TypeMethodDescriptionClaim.ItemDetail.getSubDetail()
Gets the value(s) for subDetail ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Claim.ItemDetailSubDetailModifier and TypeMethodDescriptionClaim.ItemDetail.addSubDetail
(Claim.ItemDetailSubDetail theValue) Adds a given new value for subDetail ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Claim.ItemDetailSubDetailModifier and TypeMethodDescriptionClaim.ItemDetail.setSubDetail
(List<Claim.ItemDetailSubDetail> theValue) Sets the value(s) for subDetail ()