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