Uses of Class
ca.uhn.fhir.model.dstu2.resource.Claim.Item
-
Uses of Claim.Item in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionClaim.Item.addDetail
(Claim.ItemDetail theValue) Adds a given new value for detail ()Claim.Item.addDiagnosisLinkId
(int theInteger) Adds a new value for diagnosisLinkId ()Claim.Item.addDiagnosisLinkId
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Adds a given new value for diagnosisLinkId ()Claim.addItem()
Adds and returns a new value for item ()Claim.Item.addModifier
(CodingDt theValue) Adds a given new value for modifier ()Claim.Item.addSubSite
(CodingDt theValue) Adds a given new value for subSite ()Claim.getItemFirstRep()
Gets the first repetition for item (), creating it if it does not already exist.Claim.Item.setBodySite
(CodingDt theValue) Sets the value(s) for bodySite ()Claim.Item.setDetail
(List<Claim.ItemDetail> theValue) Sets the value(s) for detail ()Claim.Item.setDiagnosisLinkId
(List<ca.uhn.fhir.model.primitive.PositiveIntDt> theValue) Sets the value(s) for diagnosisLinkId ()Claim.Item.setFactor
(double theValue) Sets the value for factor ()Claim.Item.setFactor
(long theValue) Sets the value for factor ()Claim.Item.setFactor
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for factor ()Claim.Item.setFactor
(BigDecimal theValue) Sets the value for factor ()Claim.Item.setModifier
(List<CodingDt> theValue) Sets the value(s) for modifier ()Sets the value(s) for net ()Claim.Item.setPoints
(double theValue) Sets the value for points ()Claim.Item.setPoints
(long theValue) Sets the value for points ()Claim.Item.setPoints
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for points ()Claim.Item.setPoints
(BigDecimal theValue) Sets the value for points ()Claim.Item.setProsthesis
(Claim.ItemProsthesis theValue) Sets the value(s) for prosthesis ()Claim.Item.setProvider
(ResourceReferenceDt theValue) Sets the value(s) for provider ()Claim.Item.setQuantity
(SimpleQuantityDt theValue) Sets the value(s) for quantity ()Claim.Item.setSequence
(int theInteger) Sets the value for sequence ()Claim.Item.setSequence
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequence ()Claim.Item.setService
(CodingDt theValue) Sets the value(s) for service ()Claim.Item.setServiceDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for serviceDate ()Claim.Item.setServiceDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for serviceDate ()Claim.Item.setServiceDateWithDayPrecision
(Date theDate) Sets the value for serviceDate ()Claim.Item.setSubSite
(List<CodingDt> theValue) Sets the value(s) for subSite ()Sets the value(s) for type ()Sets the value(s) for udi ()Claim.Item.setUnitPrice
(MoneyDt theValue) Sets the value(s) for unitPrice ()Modifier and TypeMethodDescriptionClaim.addItem
(Claim.Item theValue) Adds a given new value for item ()Modifier and TypeMethodDescriptionClaim.setItem
(List<Claim.Item> theValue) Sets the value(s) for item ()