| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Attachment |
JsonParser.parseAttachment(com.google.gson.JsonObject json) |
protected Attachment |
XmlParser.parseAttachment(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeAttachment(String name,
Attachment element) |
protected void |
XmlParser.composeAttachment(String name,
Attachment element) |
protected void |
RdfParser.composeAttachment(Turtle.Complex parent,
String parentType,
String name,
Attachment element,
int index) |
protected void |
XmlParser.composeAttachmentElements(Attachment element) |
protected void |
JsonParser.composeAttachmentInner(Attachment element) |
protected boolean |
XmlParser.parseAttachmentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Attachment res) |
protected void |
JsonParser.parseAttachmentProperties(com.google.gson.JsonObject json,
Attachment res) |
| Modifier and Type | Field and Description |
|---|---|
protected Attachment |
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.attachment
Todo.
|
protected Attachment |
DocumentReference.DocumentReferenceContentComponent.attachment
The document or URL of the document along with critical metadata to prove content has integrity.
|
protected Attachment |
SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.attachment
An attached file with the structural representation.
|
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 |
ExplanationOfBenefit.form
The actual form, by reference or inclusion, for printing the content or an EOB.
|
protected Attachment |
ClaimResponse.form
The actual form, by reference or inclusion, for printing the content or an EOB.
|
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.
|
protected Attachment |
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.sequenceAttachment
(TBC).
|
protected Attachment |
SubstanceProtein.SubstanceProteinSubunitComponent.sequenceAttachment
The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
Library.content
The content of the library as an Attachment.
|
protected List<Attachment> |
BodyStructure.image
Image or images used to identify a location.
|
protected List<Attachment> |
ProdCharacteristic.image
Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.
|
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 |
Library.addContent() |
Attachment |
BodyStructure.addImage() |
Attachment |
ProdCharacteristic.addImage() |
Attachment |
RelatedPerson.addPhoto() |
Attachment |
Practitioner.addPhoto() |
Attachment |
Patient.addPhoto() |
Attachment |
DiagnosticReport.addPresentedForm() |
Attachment |
Base.castToAttachment(Base b) |
Attachment |
Attachment.copy() |
Attachment |
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.getAttachment() |
Attachment |
DocumentReference.DocumentReferenceContentComponent.getAttachment() |
Attachment |
SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.getAttachment() |
Attachment |
Media.getContent() |
Attachment |
CommunicationRequest.CommunicationRequestPayloadComponent.getContentAttachment() |
Attachment |
Contract.FriendlyLanguageComponent.getContentAttachment() |
Attachment |
Contract.LegalLanguageComponent.getContentAttachment() |
Attachment |
Contract.ComputableLanguageComponent.getContentAttachment() |
Attachment |
Communication.CommunicationPayloadComponent.getContentAttachment() |
Attachment |
Library.getContentFirstRep() |
Attachment |
RelatedArtifact.getDocument() |
Attachment |
ExplanationOfBenefit.getForm() |
Attachment |
ClaimResponse.getForm() |
Attachment |
BodyStructure.getImageFirstRep() |
Attachment |
ProdCharacteristic.getImageFirstRep() |
Attachment |
Contract.getLegallyBindingAttachment() |
Attachment |
HealthcareService.getPhoto() |
Attachment |
Person.getPhoto() |
Attachment |
RelatedPerson.getPhotoFirstRep() |
Attachment |
Practitioner.getPhotoFirstRep() |
Attachment |
Patient.getPhotoFirstRep() |
Attachment |
DiagnosticReport.getPresentedFormFirstRep() |
Attachment |
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.getSequenceAttachment() |
Attachment |
SubstanceProtein.SubstanceProteinSubunitComponent.getSequenceAttachment() |
Attachment |
Consent.getSourceAttachment() |
Attachment |
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueAttachment() |
Attachment |
Questionnaire.QuestionnaireItemInitialComponent.getValueAttachment() |
Attachment |
Contract.AnswerComponent.getValueAttachment() |
Attachment |
ExplanationOfBenefit.SupportingInformationComponent.getValueAttachment() |
Attachment |
Claim.SupportingInformationComponent.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(UrlType value) |
protected Attachment |
Attachment.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Library.getContent() |
List<Attachment> |
BodyStructure.getImage() |
List<Attachment> |
ProdCharacteristic.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.setContent(List<Attachment> theContent) |
BodyStructure |
BodyStructure.setImage(List<Attachment> theImage) |
ProdCharacteristic |
ProdCharacteristic.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.MediaStatus> status,
Attachment content)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.