Class TAttachment
Unit
bsFhir_r5
Declaration
type TAttachment = class(TDataType)
Description
For referring to data content defined in other formats. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property contentType : string read GetcontentType write SetcontentType; |
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 contentTypeElement : Tcode read GetcontentTypeElement write SetcontentTypeElement; |
|
|
property language : string read Getlanguage write Setlanguage; |
The human language of the content. The value can be any valid value according to BCP 47.
|
|
property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |
|
|
property data : string read Getdata write Setdata; |
The actual data of the attachment - a sequence of bytes, base64 encoded.
|
|
property dataElement : Tbase64Binary read GetdataElement write SetdataElement; |
|
|
property url : string read Geturl write Seturl; |
A location where the data can be accessed.
|
|
property urlElement : Turl read GeturlElement write SeturlElement; |
|
|
property size : Tinteger64 read Getsize write Setsize; |
The number of bytes of data that make up this attachment (before base64 encoding, if that is done).
|
|
property hash : string read Gethash write Sethash; |
The calculated hash of the data using SHA-1. Represented using base64.
|
|
property hashElement : Tbase64Binary read GethashElement write SethashElement; |
|
|
property title : string read Gettitle write Settitle; |
A label or set of text to display in place of the data.
|
|
property titleElement : Tstring read GettitleElement write SettitleElement; |
|
|
property creation : string read Getcreation write Setcreation; |
The date that the attachment was first created.
|
|
property creationElement : TdateTime_ read GetcreationElement write SetcreationElement; |
|
|
property height : Int64 read Getheight write Setheight; |
Height of the image in pixels (photo/video).
|
|
property heightElement : TpositiveInt read GetheightElement write SetheightElement; |
|
|
property width : Int64 read Getwidth write Setwidth; |
Width of the image in pixels (photo/video).
|
|
property widthElement : TpositiveInt read GetwidthElement write SetwidthElement; |
|
|
property frames : Int64 read Getframes write Setframes; |
The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.
|
|
property framesElement : TpositiveInt read GetframesElement write SetframesElement; |
|
|
property duration : Double read Getduration write Setduration; |
The duration of the recording in seconds - for audio and video.
|
|
property durationElement : Tdecimal read GetdurationElement write SetdurationElement; |
|
|
property pages : Int64 read Getpages write Setpages; |
The number of pages when printed.
|
|
property pagesElement : TpositiveInt read GetpagesElement write SetpagesElement; |
|
Generated by PasDoc 0.15.0.
|