Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.AddItemAdjudication
-
Packages that use ClaimResponse.AddItemAdjudication Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ClaimResponse.AddItemAdjudication in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.AddItemAdjudication Modifier and Type Method Description ClaimResponse.AddItemAdjudicationClaimResponse.AddItem. addAdjudication()Adds and returns a new value for adjudication ()ClaimResponse.AddItemAdjudicationClaimResponse.AddItem. getAdjudicationFirstRep()Gets the first repetition for adjudication (), creating it if it does not already exist.ClaimResponse.AddItemAdjudicationClaimResponse.AddItemAdjudication. setAmount(MoneyDt theValue)Sets the value(s) for amount ()ClaimResponse.AddItemAdjudicationClaimResponse.AddItemAdjudication. setCode(CodingDt theValue)Sets the value(s) for code ()ClaimResponse.AddItemAdjudicationClaimResponse.AddItemAdjudication. setValue(double theValue)Sets the value for value ()ClaimResponse.AddItemAdjudicationClaimResponse.AddItemAdjudication. setValue(long theValue)Sets the value for value ()ClaimResponse.AddItemAdjudicationClaimResponse.AddItemAdjudication. setValue(ca.uhn.fhir.model.primitive.DecimalDt theValue)Sets the value(s) for value ()ClaimResponse.AddItemAdjudicationClaimResponse.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.AddItemAdjudication Modifier and Type Method Description List<ClaimResponse.AddItemAdjudication>ClaimResponse.AddItem. getAdjudication()Gets the value(s) for adjudication ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.AddItemAdjudication Modifier and Type Method Description ClaimResponse.AddItemClaimResponse.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.AddItemAdjudication Modifier and Type Method Description ClaimResponse.AddItemClaimResponse.AddItem. setAdjudication(List<ClaimResponse.AddItemAdjudication> theValue)Sets the value(s) for adjudication ()
-