Uses of Class
ca.uhn.fhir.model.dstu2.resource.Claim.Diagnosis
-
Packages that use Claim.Diagnosis Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Claim.Diagnosis in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Claim.Diagnosis Modifier and Type Method Description Claim.DiagnosisClaim. addDiagnosis()Adds and returns a new value for diagnosis ()Claim.DiagnosisClaim. getDiagnosisFirstRep()Gets the first repetition for diagnosis (), creating it if it does not already exist.Claim.DiagnosisClaim.Diagnosis. setDiagnosis(CodingDt theValue)Sets the value(s) for diagnosis ()Claim.DiagnosisClaim.Diagnosis. setSequence(int theInteger)Sets the value for sequence ()Claim.DiagnosisClaim.Diagnosis. 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.Diagnosis Modifier and Type Method Description List<Claim.Diagnosis>Claim. getDiagnosis()Gets the value(s) for diagnosis ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Claim.Diagnosis Modifier and Type Method Description ClaimClaim. addDiagnosis(Claim.Diagnosis theValue)Adds a given new value for diagnosis ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Claim.Diagnosis Modifier and Type Method Description ClaimClaim. setDiagnosis(List<Claim.Diagnosis> theValue)Sets the value(s) for diagnosis ()
-