Skip to main content

HS.FHIRModel.R4.Attachment

class HS.FHIRModel.R4.Attachment extends HS.FHIRModel.FHIRClassSuper

*****************************************
** Attachment generated class schema
*****************************************
For referring to data content defined in other formats.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_ATTACHMENT;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _contentType as HS.FHIRModel.R4.Element;
Extensions for contentType
Property methods: _contentTypeGet(), _contentTypeGetSwizzled(), _contentTypeIsValid(), _contentTypeNewObject(), _contentTypeSet()
property _creation as HS.FHIRModel.R4.Element;
Extensions for creation
Property methods: _creationGet(), _creationGetSwizzled(), _creationIsValid(), _creationNewObject(), _creationSet()
property _data as HS.FHIRModel.R4.Element;
Extensions for data
Property methods: _dataGet(), _dataGetSwizzled(), _dataIsValid(), _dataNewObject(), _dataSet()
property _hash as HS.FHIRModel.R4.Element;
Extensions for hash
Property methods: _hashGet(), _hashGetSwizzled(), _hashIsValid(), _hashNewObject(), _hashSet()
property _language as HS.FHIRModel.R4.Element;
Extensions for language
Property methods: _languageGet(), _languageGetSwizzled(), _languageIsValid(), _languageNewObject(), _languageSet()
property _size as HS.FHIRModel.R4.Element;
Extensions for size
Property methods: _sizeGet(), _sizeGetSwizzled(), _sizeIsValid(), _sizeNewObject(), _sizeSet()
property _title as HS.FHIRModel.R4.Element;
Extensions for title
Property methods: _titleGet(), _titleGetSwizzled(), _titleIsValid(), _titleNewObject(), _titleSet()
property _url as HS.FHIRModel.R4.Element;
Extensions for url
Property methods: _urlGet(), _urlGetSwizzled(), _urlIsValid(), _urlNewObject(), _urlSet()
property contentType as %String;
Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.
Property methods: contentTypeDisplayToLogical(), contentTypeGet(), contentTypeIsValid(), contentTypeLogicalToDisplay(), contentTypeLogicalToOdbc(), contentTypeNormalize(), contentTypeSet()
property creation as %String;
The date that the attachment was first created.
Property methods: creationDisplayToLogical(), creationGet(), creationIsValid(), creationLogicalToDisplay(), creationLogicalToOdbc(), creationNormalize(), creationSet()
property data as %String;
The actual data of the attachment - a sequence of bytes, base64 encoded.
Property methods: dataDisplayToLogical(), dataGet(), dataIsValid(), dataLogicalToDisplay(), dataLogicalToOdbc(), dataNormalize(), dataSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property hash as %String;
The calculated hash of the data using SHA-1. Represented using base64.
Property methods: hashDisplayToLogical(), hashGet(), hashIsValid(), hashLogicalToDisplay(), hashLogicalToOdbc(), hashNormalize(), hashSet()
property language as %String;
The human language of the content. The value can be any valid value according to BCP 47.
Property methods: languageDisplayToLogical(), languageGet(), languageIsValid(), languageLogicalToDisplay(), languageLogicalToOdbc(), languageNormalize(), languageSet()
property size as %Integer;
The number of bytes of data that make up this attachment (before base64 encoding, if that is done).
Property methods: size(), sizeDisplayToLogical(), sizeGet(), sizeIsValid(), sizeLogicalToDisplay(), sizeNormalize(), sizeSet(), sizeXSDToLogical()
property title as %String;
A label or set of text to display in place of the data.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()
property url as %String;
A location where the data can be accessed.
Property methods: urlDisplayToLogical(), urlGet(), urlIsValid(), urlLogicalToDisplay(), urlLogicalToOdbc(), urlNormalize(), urlSet()

Methods

method IncludeExtension()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab