Class TBinary
Unit
bsFhir_stu3
Declaration
type TBinary = class(TResource)
Description
A binary resource can contain any content, whether text, image, pdf, zip archive, etc. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property contentType : string read GetcontentType write SetcontentType; |
MimeType of the binary content represented as a standard MimeType (BCP 13).
|
|
property contentTypeElement : Tcode read GetcontentTypeElement write SetcontentTypeElement; |
|
|
property securityContext : TReference read GetsecurityContext write SetsecurityContext; |
Treat this binary as if it was this other resource for access control purposes.
|
|
property content : string read Getcontent write Setcontent; |
The actual content, base64 encoded.
|
|
property contentElement : Tbase64Binary read GetcontentElement write SetcontentElement; |
|
Generated by PasDoc 0.15.0.
|