Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport.DiagnosticReportMediaComponent
-
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportMediaComponent
(com.google.gson.JsonObject json) XmlParser.parseDiagnosticReportMediaComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDiagnosticReportMediaComponent
(String name, DiagnosticReport.DiagnosticReportMediaComponent element) protected void
RdfParser.composeDiagnosticReportMediaComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportMediaComponent element, int index) protected void
XmlParser.composeDiagnosticReportMediaComponent
(String name, DiagnosticReport.DiagnosticReportMediaComponent element) protected void
XmlParser.composeDiagnosticReportMediaComponentElements
(DiagnosticReport.DiagnosticReportMediaComponent element) protected void
JsonParser.composeDiagnosticReportMediaComponentProperties
(DiagnosticReport.DiagnosticReportMediaComponent element) protected boolean
XmlParser.parseDiagnosticReportMediaComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport.DiagnosticReportMediaComponent res) protected void
JsonParser.parseDiagnosticReportMediaComponentProperties
(com.google.gson.JsonObject json, DiagnosticReport.DiagnosticReportMediaComponent res) -
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionDiagnosticReport.media
A list of key images or data associated with this report.Modifier and TypeMethodDescriptionDiagnosticReport.addMedia()
DiagnosticReport.DiagnosticReportMediaComponent.copy()
DiagnosticReport.getMediaFirstRep()
DiagnosticReport.DiagnosticReportMediaComponent.setComment
(String value) DiagnosticReport.DiagnosticReportMediaComponent.setCommentElement
(StringType value) Modifier and TypeMethodDescriptionDiagnosticReport.addMedia
(DiagnosticReport.DiagnosticReportMediaComponent t) void
DiagnosticReport.DiagnosticReportMediaComponent.copyValues
(DiagnosticReport.DiagnosticReportMediaComponent dst) Modifier and TypeMethodDescriptionDiagnosticReport.setMedia
(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)