| Package | Description |
|---|---|
| org.hl7.fhir.instance.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 |
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> |
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> |
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 |
|---|---|
Attachment |
ImagingStudy.ImagingStudySeriesInstanceComponent.addContent() |
Attachment |
BodySite.addImage() |
Attachment |
RelatedPerson.addPhoto() |
Attachment |
Practitioner.addPhoto() |
Attachment |
Patient.addPhoto() |
Attachment |
DiagnosticReport.addPresentedForm() |
Attachment |
Base.castToAttachment(Base b) |
Attachment |
Attachment.copy() |
Attachment |
DocumentReference.DocumentReferenceContentComponent.getAttachment() |
Attachment |
Contract.getBindingAttachment() |
Attachment |
Media.getContent() |
Attachment |
CommunicationRequest.CommunicationRequestPayloadComponent.getContentAttachment() |
Attachment |
Contract.FriendlyLanguageComponent.getContentAttachment() |
Attachment |
Contract.LegalLanguageComponent.getContentAttachment() |
Attachment |
Contract.ComputableLanguageComponent.getContentAttachment() |
Attachment |
Communication.CommunicationPayloadComponent.getContentAttachment() |
Attachment |
DocumentManifest.DocumentManifestContentComponent.getPAttachment() |
Attachment |
HealthcareService.getPhoto() |
Attachment |
Person.getPhoto() |
Attachment |
QuestionnaireResponse.QuestionAnswerComponent.getValueAttachment() |
Attachment |
Observation.getValueAttachment() |
Attachment |
Observation.ObservationComponentComponent.getValueAttachment() |
Attachment |
Attachment.setContentType(String value) |
Attachment |
Attachment.setContentTypeElement(CodeType value) |
Attachment |
Attachment.setCreation(Date value) |
Attachment |
Attachment.setCreationElement(DateTimeType value) |
Attachment |
Attachment.setData(byte[] value) |
Attachment |
Attachment.setDataElement(Base64BinaryType value) |
Attachment |
Attachment.setHash(byte[] value) |
Attachment |
Attachment.setHashElement(Base64BinaryType value) |
Attachment |
Attachment.setLanguage(String value) |
Attachment |
Attachment.setLanguageElement(CodeType value) |
Attachment |
Attachment.setSize(int value) |
Attachment |
Attachment.setSizeElement(UnsignedIntType value) |
Attachment |
Attachment.setTitle(String value) |
Attachment |
Attachment.setTitleElement(StringType value) |
Attachment |
Attachment.setUrl(String value) |
Attachment |
Attachment.setUrlElement(UriType value) |
protected Attachment |
Attachment.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ImagingStudy.ImagingStudySeriesInstanceComponent.getContent() |
List<Attachment> |
BodySite.getImage() |
List<Attachment> |
RelatedPerson.getPhoto() |
List<Attachment> |
Practitioner.getPhoto() |
List<Attachment> |
Patient.getPhoto() |
List<Attachment> |
DiagnosticReport.getPresentedForm() |
| Modifier and Type | Method and Description |
|---|---|
ImagingStudy.ImagingStudySeriesInstanceComponent |
ImagingStudy.ImagingStudySeriesInstanceComponent.addContent(Attachment t) |
BodySite |
BodySite.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) |
HealthcareService |
HealthcareService.setPhoto(Attachment value) |
Person |
Person.setPhoto(Attachment value) |
| Constructor and Description |
|---|
DocumentReferenceContentComponent(Attachment attachment) |
Media(Enumeration<Media.DigitalMediaType> type,
Attachment content) |
Copyright © 2014–2018 University Health Network. All rights reserved.