Uses of Class
org.hl7.fhir.dstu2.model.Claim.DetailComponent
-
Uses of Claim.DetailComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Claim.DetailComponent
JsonParser.parseClaimDetailComponent
(com.google.gson.JsonObject json, Claim owner) protected Claim.DetailComponent
XmlParser.parseClaimDetailComponent
(org.xmlpull.v1.XmlPullParser xpp, Claim owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeClaimDetailComponent
(String name, Claim.DetailComponent element) protected void
XmlParser.composeClaimDetailComponent
(String name, Claim.DetailComponent element) protected void
JsonParser.composeClaimDetailComponentInner
(Claim.DetailComponent element) -
Uses of Claim.DetailComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Claim.DetailComponent> Claim.ItemsComponent.detail
Second tier of goods and services.Modifier and TypeMethodDescriptionClaim.ItemsComponent.addDetail()
Claim.DetailComponent.addSubDetail
(Claim.SubDetailComponent t) Claim.DetailComponent.copy()
Claim.DetailComponent.setFactor
(BigDecimal value) Claim.DetailComponent.setFactorElement
(DecimalType value) Claim.DetailComponent.setPoints
(BigDecimal value) Claim.DetailComponent.setPointsElement
(DecimalType value) Claim.DetailComponent.setQuantity
(SimpleQuantity value) Claim.DetailComponent.setSequence
(int value) Claim.DetailComponent.setSequenceElement
(PositiveIntType value) Claim.DetailComponent.setService
(Coding value) Claim.DetailComponent.setUnitPrice
(Money value)