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