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