
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.AddItemAdjudication
Packages that use ClaimResponse.AddItemAdjudication
-
Uses of ClaimResponse.AddItemAdjudication in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.AddItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.AddItem.addAdjudication()
Adds and returns a new value for adjudication ()ClaimResponse.AddItem.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.AddItemAdjudication.setValue
(double theValue) Sets the value for value ()ClaimResponse.AddItemAdjudication.setValue
(long theValue) Sets the value for value ()ClaimResponse.AddItemAdjudication.setValue
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for value ()ClaimResponse.AddItemAdjudication.setValue
(BigDecimal theValue) Sets the value for value ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.AddItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.AddItem.getAdjudication()
Gets the value(s) for adjudication ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.AddItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.AddItem.addAdjudication
(ClaimResponse.AddItemAdjudication theValue) Adds a given new value for adjudication ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.AddItemAdjudicationModifier and TypeMethodDescriptionClaimResponse.AddItem.setAdjudication
(List<ClaimResponse.AddItemAdjudication> theValue) Sets the value(s) for adjudication ()