
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.ItemAdjudication
Packages that use ClaimResponse.ItemAdjudication
-
Uses of ClaimResponse.ItemAdjudication in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.ItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.Item.addAdjudication()
Adds and returns a new value for adjudication ()ClaimResponse.Item.getAdjudicationFirstRep()
Gets the first repetition for adjudication (), creating it if it does not already exist.Sets the value(s) for amount ()Sets the value(s) for code ()ClaimResponse.ItemAdjudication.setValue
(double theValue) Sets the value for value ()ClaimResponse.ItemAdjudication.setValue
(long theValue) Sets the value for value ()ClaimResponse.ItemAdjudication.setValue
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for value ()ClaimResponse.ItemAdjudication.setValue
(BigDecimal theValue) Sets the value for value ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.ItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.Item.getAdjudication()
Gets the value(s) for adjudication ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.ItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.Item.addAdjudication
(ClaimResponse.ItemAdjudication theValue) Adds a given new value for adjudication ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.ItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.Item.setAdjudication
(List<ClaimResponse.ItemAdjudication> theValue) Sets the value(s) for adjudication ()