| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected 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 |
RelatedArtifact.document
The document being referenced, represented as an attachment.
|
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 Type | Field and Description |
|---|---|
protected List<Attachment> |
Library.content
The content of the library as an Attachment.
|
protected List<Attachment> |
BodySite.image
Image or images used to identify a location.
|
protected List<Attachment> |
Medication.image
Photo(s) or graphic representation(s) of the medication.
|
protected List<Attachment> |
RelatedPerson.photo
Image of the person.
|
protected List<Attachment> |
Practitioner.photo
Image of the person.
|
protected List<Attachment> |
Patient.photo
Image of the patient.
|
protected List<Attachment> |
DiagnosticReport.presentedForm
Rich text representation of the entire result as issued by the diagnostic service.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Library.getContent() |
List<Attachment> |
BodySite.getImage() |
List<Attachment> |
Medication.getImage() |
List<Attachment> |
RelatedPerson.getPhoto() |
List<Attachment> |
Practitioner.getPhoto() |
List<Attachment> |
Patient.getPhoto() |
List<Attachment> |
DiagnosticReport.getPresentedForm() |
| Modifier and Type | Method and Description |
|---|---|
Library |
Library.addContent(Attachment t) |
BodySite |
BodySite.addImage(Attachment t) |
Medication |
Medication.addImage(Attachment t) |
RelatedPerson |
RelatedPerson.addPhoto(Attachment t) |
Practitioner |
Practitioner.addPhoto(Attachment t) |
Patient |
Patient.addPhoto(Attachment t) |
DiagnosticReport |
DiagnosticReport.addPresentedForm(Attachment t) |
DocumentReference.DocumentReferenceContentComponent |
DocumentReference.DocumentReferenceContentComponent.setAttachment(Attachment value) |
Media |
Media.setContent(Attachment value) |
RelatedArtifact |
RelatedArtifact.setDocument(Attachment value) |
HealthcareService |
HealthcareService.setPhoto(Attachment value) |
Person |
Person.setPhoto(Attachment value) |
| Modifier and Type | Method and Description |
|---|---|
Library |
Library.setContent(List<Attachment> theContent) |
BodySite |
BodySite.setImage(List<Attachment> theImage) |
Medication |
Medication.setImage(List<Attachment> theImage) |
RelatedPerson |
RelatedPerson.setPhoto(List<Attachment> thePhoto) |
Practitioner |
Practitioner.setPhoto(List<Attachment> thePhoto) |
Patient |
Patient.setPhoto(List<Attachment> thePhoto) |
DiagnosticReport |
DiagnosticReport.setPresentedForm(List<Attachment> thePresentedForm) |
| Constructor and Description |
|---|
DocumentReferenceContentComponent(Attachment attachment)
Constructor
|
Media(Enumeration<Media.DigitalMediaType> type,
Attachment content)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.