
Uses of Class
org.hl7.fhir.dstu2.model.Media
Packages that use Media
-
Uses of Media in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return MediaModifier and TypeMethodDescriptionprotected Media
JsonParser.parseMedia
(com.google.gson.JsonObject json) protected Media
XmlParser.parseMedia
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type MediaModifier and TypeMethodDescriptionprotected void
JsonParser.composeMedia
(String name, Media element) protected void
XmlParser.composeMedia
(String name, Media element) protected void
JsonParser.composeMediaInner
(Media element) -
Uses of Media in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as MediaModifier and TypeFieldDescriptionprotected Media
DiagnosticReport.DiagnosticReportImageComponent.linkTarget
The actual object that is the target of the reference (Reference to the image source.)Methods in org.hl7.fhir.dstu2.model that return MediaModifier and TypeMethodDescriptionMedia.addIdentifier
(Identifier t) Media.copy()
DiagnosticReport.DiagnosticReportImageComponent.getLinkTarget()
Media.setContent
(Attachment value) Media.setDeviceName
(String value) Media.setDeviceNameElement
(StringType value) Media.setDuration
(int value) Media.setDurationElement
(UnsignedIntType value) Media.setFrames
(int value) Media.setFramesElement
(PositiveIntType value) Media.setHeight
(int value) Media.setHeightElement
(PositiveIntType value) Media.setOperator
(Reference value) Media.setOperatorTarget
(Practitioner value) Media.setSubject
(Reference value) Media.setSubjectTarget
(Resource value) Media.setSubtype
(CodeableConcept value) Media.setType
(Media.DigitalMediaType value) Media.setTypeElement
(Enumeration<Media.DigitalMediaType> value) Media.setView
(CodeableConcept value) Media.setWidth
(int value) Media.setWidthElement
(PositiveIntType value) protected Media
Media.typedCopy()
Methods in org.hl7.fhir.dstu2.model with parameters of type MediaModifier and TypeMethodDescriptionDiagnosticReport.DiagnosticReportImageComponent.setLinkTarget
(Media value)