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