Class TMessageDefinitionFocus
Unit
bsFhir_r4
Declaration
type TMessageDefinitionFocus = class(TBackboneElement)
Description
Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.
Hierarchy
Overview
Methods
Properties
|
property code : string read Getcode write Setcode; |
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
property profile : string read Getprofile write Setprofile; |
|
property profileElement : Tcanonical read GetprofileElement write SetprofileElement; |
|
property min : Int64 read Getmin write Setmin; |
|
property minElement : TunsignedInt read GetminElement write SetminElement; |
|
property max : string read Getmax write Setmax; |
|
property maxElement : Tstring read GetmaxElement write SetmaxElement; |
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
The kind of resource that must be the focus for this message.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property profile : string read Getprofile write Setprofile; |
A profile that reflects constraints for the focal resource (and potentially for related resources).
|
|
property profileElement : Tcanonical read GetprofileElement write SetprofileElement; |
|
|
property min : Int64 read Getmin write Setmin; |
Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.
|
|
property minElement : TunsignedInt read GetminElement write SetminElement; |
|
|
property max : string read Getmax write Setmax; |
Identifies the maximum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.
|
|
property maxElement : Tstring read GetmaxElement write SetmaxElement; |
|
Generated by PasDoc 0.15.0.
|