| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
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(BigDecimal theValue)
Sets the value for factor ()
|
Claim.ItemDetail |
Claim.ItemDetail.setFactor(DecimalDt theValue)
Sets the value(s) for factor ()
|
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.setNet(MoneyDt theValue)
Sets the value(s) for net ()
|
Claim.ItemDetail |
Claim.ItemDetail.setPoints(BigDecimal theValue)
Sets the value for points ()
|
Claim.ItemDetail |
Claim.ItemDetail.setPoints(DecimalDt theValue)
Sets the value(s) for points ()
|
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.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(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 ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Claim.ItemDetail> |
Claim.Item.getDetail()
Gets the value(s) for detail ().
|
| Modifier and Type | Method and Description |
|---|---|
Claim.Item |
Claim.Item.addDetail(Claim.ItemDetail theValue)
Adds a given new value for detail ()
|
| Modifier and Type | Method and Description |
|---|---|
Claim.Item |
Claim.Item.setDetail(List<Claim.ItemDetail> theValue)
Sets the value(s) for detail ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.