Uses of Class
org.hl7.fhir.r4.model.DiagnosticReport.DiagnosticReportMediaComponent
-
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportDiagnosticReportMediaComponent
(com.google.gson.JsonObject json, DiagnosticReport owner) XmlParser.parseDiagnosticReportDiagnosticReportMediaComponent
(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDiagnosticReportDiagnosticReportMediaComponent
(String name, DiagnosticReport.DiagnosticReportMediaComponent element) protected void
RdfParser.composeDiagnosticReportDiagnosticReportMediaComponent
(Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportMediaComponent element, int index) protected void
XmlParser.composeDiagnosticReportDiagnosticReportMediaComponent
(String name, DiagnosticReport.DiagnosticReportMediaComponent element) protected void
XmlParser.composeDiagnosticReportDiagnosticReportMediaComponentElements
(DiagnosticReport.DiagnosticReportMediaComponent element) protected void
JsonParser.composeDiagnosticReportDiagnosticReportMediaComponentInner
(DiagnosticReport.DiagnosticReportMediaComponent element) protected boolean
XmlParser.parseDiagnosticReportDiagnosticReportMediaComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res) protected void
JsonParser.parseDiagnosticReportDiagnosticReportMediaComponentProperties
(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res) -
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionDiagnosticReport.media
A list of key images associated with this report.Modifier and TypeMethodDescriptionDiagnosticReport.addMedia()
DiagnosticReport.DiagnosticReportMediaComponent.copy()
DiagnosticReport.getMediaFirstRep()
DiagnosticReport.DiagnosticReportMediaComponent.setComment
(String value) DiagnosticReport.DiagnosticReportMediaComponent.setCommentElement
(StringType value) DiagnosticReport.DiagnosticReportMediaComponent.setLinkTarget
(Media value) Modifier and TypeMethodDescriptionDiagnosticReport.addMedia
(DiagnosticReport.DiagnosticReportMediaComponent t) void
DiagnosticReport.DiagnosticReportMediaComponent.copyValues
(DiagnosticReport.DiagnosticReportMediaComponent dst) Modifier and TypeMethodDescriptionDiagnosticReport.setMedia
(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)