Uses of Class
org.hl7.fhir.r4.model.Media
-
Packages that use Media Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Media in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Media Modifier and Type Method Description protected MediaJsonParser. parseMedia(com.google.gson.JsonObject json)protected MediaXmlParser. parseMedia(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Media Modifier and Type Method Description protected voidJsonParser. composeMedia(String name, Media element)protected voidRdfParser. composeMedia(Turtle.Complex parent, String parentType, String name, Media element, int index)protected voidXmlParser. composeMedia(String name, Media element)protected voidXmlParser. composeMediaElements(Media element)protected voidJsonParser. composeMediaInner(Media element)protected booleanXmlParser. parseMediaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Media res)protected voidJsonParser. parseMediaProperties(com.google.gson.JsonObject json, Media res) -
Uses of Media in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Media Modifier and Type Field Description protected MediaDiagnosticReport.DiagnosticReportMediaComponent. linkTargetThe actual object that is the target of the reference (Reference to the image source.)Methods in org.hl7.fhir.r4.model with parameters of type Media Modifier and Type Method Description voidMedia. copyValues(Media dst)DiagnosticReport.DiagnosticReportMediaComponentDiagnosticReport.DiagnosticReportMediaComponent. setLinkTarget(Media value)
-