Uses of Class
org.hl7.fhir.dstu2.model.Attachment
-
Uses of Attachment in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Attachment
JsonParser.parseAttachment
(com.google.gson.JsonObject json) protected Attachment
XmlParser.parseAttachment
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAttachment
(String name, Attachment element) protected void
XmlParser.composeAttachment
(String name, Attachment element) protected void
JsonParser.composeAttachmentInner
(Attachment element) -
Uses of Attachment in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Attachment
DocumentReference.DocumentReferenceContentComponent.attachment
The document or url of the document along with critical metadata to prove content has integrity.protected Attachment
Media.content
The actual content of the media - inline or by direct reference to the media source file.protected Attachment
HealthcareService.photo
If there is a photo/symbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list.protected Attachment
Person.photo
An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.Modifier and TypeFieldDescriptionprotected List
<Attachment> ImagingStudy.ImagingStudySeriesInstanceComponent.content
Content of the instance or a rendering thereof (e.g.protected List
<Attachment> BodySite.image
Image or images used to identify a location.protected List
<Attachment> Patient.photo
Image of the patient.protected List
<Attachment> Practitioner.photo
Image of the person.protected List
<Attachment> RelatedPerson.photo
Image of the person.protected List
<Attachment> DiagnosticReport.presentedForm
Rich text representation of the entire result as issued by the diagnostic service.Modifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesInstanceComponent.addContent()
BodySite.addImage()
Patient.addPhoto()
Practitioner.addPhoto()
RelatedPerson.addPhoto()
DiagnosticReport.addPresentedForm()
Base.castToAttachment
(Base b) Attachment.copy()
DocumentReference.DocumentReferenceContentComponent.getAttachment()
Contract.getBindingAttachment()
Media.getContent()
Communication.CommunicationPayloadComponent.getContentAttachment()
CommunicationRequest.CommunicationRequestPayloadComponent.getContentAttachment()
Contract.ComputableLanguageComponent.getContentAttachment()
Contract.FriendlyLanguageComponent.getContentAttachment()
Contract.LegalLanguageComponent.getContentAttachment()
DocumentManifest.DocumentManifestContentComponent.getPAttachment()
HealthcareService.getPhoto()
Person.getPhoto()
Observation.getValueAttachment()
Observation.ObservationComponentComponent.getValueAttachment()
QuestionnaireResponse.QuestionAnswerComponent.getValueAttachment()
Attachment.setContentType
(String value) Attachment.setContentTypeElement
(CodeType value) Attachment.setCreation
(Date value) Attachment.setCreationElement
(DateTimeType value) Attachment.setData
(byte[] value) Attachment.setDataElement
(Base64BinaryType value) Attachment.setHash
(byte[] value) Attachment.setHashElement
(Base64BinaryType value) Attachment.setLanguage
(String value) Attachment.setLanguageElement
(CodeType value) Attachment.setSize
(int value) Attachment.setSizeElement
(UnsignedIntType value) Attachment.setTitleElement
(StringType value) Attachment.setUrlElement
(UriType value) protected Attachment
Attachment.typedCopy()
Modifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesInstanceComponent.getContent()
BodySite.getImage()
Patient.getPhoto()
Practitioner.getPhoto()
RelatedPerson.getPhoto()
DiagnosticReport.getPresentedForm()
Modifier and TypeMethodDescriptionImagingStudy.ImagingStudySeriesInstanceComponent.addContent
(Attachment t) BodySite.addImage
(Attachment t) Patient.addPhoto
(Attachment t) Practitioner.addPhoto
(Attachment t) RelatedPerson.addPhoto
(Attachment t) DiagnosticReport.addPresentedForm
(Attachment t) DocumentReference.DocumentReferenceContentComponent.setAttachment
(Attachment value) Media.setContent
(Attachment value) HealthcareService.setPhoto
(Attachment value) Person.setPhoto
(Attachment value) ModifierConstructorDescriptionDocumentReferenceContentComponent
(Attachment attachment) Media
(Enumeration<Media.DigitalMediaType> type, Attachment content)