Class TMessageDefinitionFocus
Unit
bsFhir_stu3
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
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 : TResourceType read GetcodeElement write SetcodeElement; |
|
|
property profile : TReference read Getprofile write Setprofile; |
A profile that reflects constraints for the focal resource (and potentially for related resources).
|
|
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.
|