Uses of Class
org.hl7.fhir.dstu3.model.DiagnosticReport.DiagnosticReportImageComponent
-
Packages that use DiagnosticReport.DiagnosticReportImageComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DiagnosticReport.DiagnosticReportImageComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DiagnosticReport.DiagnosticReportImageComponent Modifier and Type Method Description protected DiagnosticReport.DiagnosticReportImageComponentJsonParser. parseDiagnosticReportDiagnosticReportImageComponent(com.google.gson.JsonObject json, DiagnosticReport owner)protected DiagnosticReport.DiagnosticReportImageComponentXmlParser. parseDiagnosticReportDiagnosticReportImageComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) -
Uses of DiagnosticReport.DiagnosticReportImageComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DiagnosticReport.DiagnosticReportImageComponent Modifier and Type Field Description protected List<DiagnosticReport.DiagnosticReportImageComponent>DiagnosticReport. imageA list of key images associated with this report.Methods in org.hl7.fhir.dstu3.model that return DiagnosticReport.DiagnosticReportImageComponent Modifier and Type Method Description DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport. addImage()DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport.DiagnosticReportImageComponent. copy()DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport. getImageFirstRep()DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport.DiagnosticReportImageComponent. setComment(String value)DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport.DiagnosticReportImageComponent. setCommentElement(StringType value)DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport.DiagnosticReportImageComponent. setLink(Reference value)DiagnosticReport.DiagnosticReportImageComponentDiagnosticReport.DiagnosticReportImageComponent. setLinkTarget(Media value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DiagnosticReport.DiagnosticReportImageComponent Modifier and Type Method Description List<DiagnosticReport.DiagnosticReportImageComponent>DiagnosticReport. getImage()Methods in org.hl7.fhir.dstu3.model with parameters of type DiagnosticReport.DiagnosticReportImageComponent Modifier and Type Method Description DiagnosticReportDiagnosticReport. addImage(DiagnosticReport.DiagnosticReportImageComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DiagnosticReport.DiagnosticReportImageComponent Modifier and Type Method Description DiagnosticReportDiagnosticReport. setImage(List<DiagnosticReport.DiagnosticReportImageComponent> theImage)
-