Uses of Class
org.hl7.fhir.dstu3.model.Media
-
Uses of Media in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Media
JsonParser.parseMedia
(com.google.gson.JsonObject json) protected Media
XmlParser.parseMedia
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedia
(String name, Media element) protected void
RdfParser.composeMedia
(Turtle.Complex parent, String parentType, String name, Media element, int index) protected void
XmlParser.composeMedia
(String name, Media element) protected void
XmlParser.composeMediaElements
(Media element) protected void
JsonParser.composeMediaInner
(Media element) protected boolean
XmlParser.parseMediaContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Media res) protected void
JsonParser.parseMediaProperties
(com.google.gson.JsonObject json, Media res) -
Uses of Media in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Media
DiagnosticReport.DiagnosticReportImageComponent.linkTarget
The actual object that is the target of the reference (Reference to the image source.)Modifier and TypeMethodDescriptionMedia.addBasedOn
(Reference t) Media.addIdentifier
(Identifier t) Media.addNote
(Annotation t) Media.addReasonCode
(CodeableConcept t) Media.copy()
DiagnosticReport.DiagnosticReportImageComponent.getLinkTarget()
Media.setBasedOn
(List<Reference> theBasedOn) Media.setBodySite
(CodeableConcept value) Media.setContent
(Attachment value) Media.setContext
(Reference value) Media.setContextTarget
(Resource value) Media.setDeviceTarget
(Resource 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.setIdentifier
(List<Identifier> theIdentifier) Media.setNote
(List<Annotation> theNote) Media.setOccurrence
(Type value) Media.setOperator
(Reference value) Media.setOperatorTarget
(Practitioner value) Media.setReasonCode
(List<CodeableConcept> theReasonCode) 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()
Modifier and TypeMethodDescriptionDiagnosticReport.DiagnosticReportImageComponent.setLinkTarget
(Media value)