Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClinicalImpression.Investigations
-
Packages that use ClinicalImpression.Investigations Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ClinicalImpression.Investigations in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClinicalImpression.Investigations Modifier and Type Method Description ClinicalImpression.InvestigationsClinicalImpression. addInvestigations()Adds and returns a new value for investigations ()ClinicalImpression.InvestigationsClinicalImpression. getInvestigationsFirstRep()Gets the first repetition for investigations (), creating it if it does not already exist.ClinicalImpression.InvestigationsClinicalImpression.Investigations. setCode(CodeableConceptDt theValue)Sets the value(s) for code ()ClinicalImpression.InvestigationsClinicalImpression.Investigations. setItem(List<ResourceReferenceDt> theValue)Sets the value(s) for item ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClinicalImpression.Investigations Modifier and Type Method Description List<ClinicalImpression.Investigations>ClinicalImpression. getInvestigations()Gets the value(s) for investigations ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClinicalImpression.Investigations Modifier and Type Method Description ClinicalImpressionClinicalImpression. addInvestigations(ClinicalImpression.Investigations theValue)Adds a given new value for investigations ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClinicalImpression.Investigations Modifier and Type Method Description ClinicalImpressionClinicalImpression. setInvestigations(List<ClinicalImpression.Investigations> theValue)Sets the value(s) for investigations ()
-