
Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport.DiagnosticReportMediaComponent
Packages that use DiagnosticReport.DiagnosticReportMediaComponent
-
Uses of DiagnosticReport.DiagnosticReportMediaComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportMediaComponent
(com.google.gson.JsonObject json) XmlParser.parseDiagnosticReportMediaComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeFieldDescriptionDiagnosticReport.media
A list of key images or data associated with this report.Methods in org.hl7.fhir.r5.model that return DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.addMedia()
DiagnosticReport.DiagnosticReportMediaComponent.copy()
DiagnosticReport.getMediaFirstRep()
DiagnosticReport.DiagnosticReportMediaComponent.setComment
(String value) DiagnosticReport.DiagnosticReportMediaComponent.setCommentElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type DiagnosticReport.DiagnosticReportMediaComponentMethods in org.hl7.fhir.r5.model with parameters of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.addMedia
(DiagnosticReport.DiagnosticReportMediaComponent t) void
DiagnosticReport.DiagnosticReportMediaComponent.copyValues
(DiagnosticReport.DiagnosticReportMediaComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DiagnosticReport.DiagnosticReportMediaComponentModifier and TypeMethodDescriptionDiagnosticReport.setMedia
(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)