Uses of Class
ca.uhn.fhir.model.dstu2.resource.Claim.MissingTeeth
-
Packages that use Claim.MissingTeeth Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Claim.MissingTeeth in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Claim.MissingTeeth Modifier and Type Method Description Claim.MissingTeethClaim. addMissingTeeth()Adds and returns a new value for missingTeeth ()Claim.MissingTeethClaim. getMissingTeethFirstRep()Gets the first repetition for missingTeeth (), creating it if it does not already exist.Claim.MissingTeethClaim.MissingTeeth. setExtractionDate(ca.uhn.fhir.model.primitive.DateDt theValue)Sets the value(s) for extractionDate ()Claim.MissingTeethClaim.MissingTeeth. setExtractionDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for extractionDate ()Claim.MissingTeethClaim.MissingTeeth. setExtractionDateWithDayPrecision(Date theDate)Sets the value for extractionDate ()Claim.MissingTeethClaim.MissingTeeth. setReason(CodingDt theValue)Sets the value(s) for reason ()Claim.MissingTeethClaim.MissingTeeth. setTooth(CodingDt theValue)Sets the value(s) for tooth ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Claim.MissingTeeth Modifier and Type Method Description List<Claim.MissingTeeth>Claim. getMissingTeeth()Gets the value(s) for missingTeeth ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Claim.MissingTeeth Modifier and Type Method Description ClaimClaim. addMissingTeeth(Claim.MissingTeeth theValue)Adds a given new value for missingTeeth ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Claim.MissingTeeth Modifier and Type Method Description ClaimClaim. setMissingTeeth(List<Claim.MissingTeeth> theValue)Sets the value(s) for missingTeeth ()
-