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