
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Coverage
Packages that use ClaimResponse.Coverage
-
Uses of ClaimResponse.Coverage in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.CoverageModifier and TypeMethodDescriptionClaimResponse.addCoverage()
Adds and returns a new value for coverage ()ClaimResponse.Coverage.addPreAuthRef
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for preAuthRef ()ClaimResponse.Coverage.addPreAuthRef
(String theString) Adds a new value for preAuthRef ()ClaimResponse.getCoverageFirstRep()
Gets the first repetition for coverage (), creating it if it does not already exist.ClaimResponse.Coverage.setBusinessArrangement
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for businessArrangement ()ClaimResponse.Coverage.setBusinessArrangement
(String theString) Sets the value for businessArrangement ()ClaimResponse.Coverage.setClaimResponse
(ResourceReferenceDt theValue) Sets the value(s) for claimResponse ()ClaimResponse.Coverage.setCoverage
(ResourceReferenceDt theValue) Sets the value(s) for coverage ()ClaimResponse.Coverage.setFocal
(boolean theBoolean) Sets the value for focal ()ClaimResponse.Coverage.setFocal
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for focal ()ClaimResponse.Coverage.setOriginalRuleset
(CodingDt theValue) Sets the value(s) for originalRuleset ()ClaimResponse.Coverage.setPreAuthRef
(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for preAuthRef ()ClaimResponse.Coverage.setRelationship
(CodingDt theValue) Sets the value(s) for relationship ()ClaimResponse.Coverage.setSequence
(int theInteger) Sets the value for sequence ()ClaimResponse.Coverage.setSequence
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for sequence ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.CoverageMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.CoverageModifier and TypeMethodDescriptionClaimResponse.addCoverage
(ClaimResponse.Coverage theValue) Adds a given new value for coverage ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.CoverageModifier and TypeMethodDescriptionClaimResponse.setCoverage
(List<ClaimResponse.Coverage> theValue) Sets the value(s) for coverage ()