Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticReport.Image
-
Packages that use DiagnosticReport.Image Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DiagnosticReport.Image in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DiagnosticReport.Image Modifier and Type Method Description DiagnosticReport.ImageDiagnosticReport. addImage()Adds and returns a new value for image ()DiagnosticReport.ImageDiagnosticReport. getImageFirstRep()Gets the first repetition for image (), creating it if it does not already exist.DiagnosticReport.ImageDiagnosticReport.Image. setComment(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for comment ()DiagnosticReport.ImageDiagnosticReport.Image. setComment(String theString)Sets the value for comment ()DiagnosticReport.ImageDiagnosticReport.Image. setLink(ResourceReferenceDt theValue)Sets the value(s) for link ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DiagnosticReport.Image Modifier and Type Method Description List<DiagnosticReport.Image>DiagnosticReport. getImage()Gets the value(s) for image ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DiagnosticReport.Image Modifier and Type Method Description DiagnosticReportDiagnosticReport. addImage(DiagnosticReport.Image theValue)Adds a given new value for image ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DiagnosticReport.Image Modifier and Type Method Description DiagnosticReportDiagnosticReport. setImage(List<DiagnosticReport.Image> theValue)Sets the value(s) for image ()
-