
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticReport.Image
Packages that use DiagnosticReport.Image
-
Uses of DiagnosticReport.Image in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DiagnosticReport.ImageModifier and TypeMethodDescriptionDiagnosticReport.addImage()Adds and returns a new value for image ()DiagnosticReport.getImageFirstRep()Gets the first repetition for image (), creating it if it does not already exist.DiagnosticReport.Image.setComment(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for comment ()DiagnosticReport.Image.setComment(String theString) Sets the value for comment ()DiagnosticReport.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.ImageMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type DiagnosticReport.ImageModifier and TypeMethodDescriptionDiagnosticReport.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.ImageModifier and TypeMethodDescriptionDiagnosticReport.setImage(List<DiagnosticReport.Image> theValue) Sets the value(s) for image ()