Skip to main content

HS.FHIR.DTL.vR4.Model.Element.ExampleScenario.process.step.operation

class HS.FHIR.DTL.vR4.Model.Element.ExampleScenario.process.step.operation extends HS.FHIR.DTL.vR4.Model.Base.BackboneElement

Each interaction or action.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = ExampleScenario.process.step.operation;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = ExampleScenario.process.step.operation;
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 description as %String (MAXLEN = 1000000, XMLNAME = "description", XMLPROJECTION = "ATTRIBUTE");
markdown

A comment to be inserted in the diagram.

Property methods: descriptionDisplayToLogical(), descriptionGet(), descriptionIsValid(), descriptionLogicalToDisplay(), descriptionLogicalToOdbc(), descriptionNormalize(), descriptionSet()
property initiator as %String (MAXLEN = 1000000, XMLNAME = "initiator", XMLPROJECTION = "ATTRIBUTE");
string

Who starts the transaction.

Property methods: initiatorDisplayToLogical(), initiatorGet(), initiatorIsValid(), initiatorLogicalToDisplay(), initiatorLogicalToOdbc(), initiatorNormalize(), initiatorSet()
property initiatorActive as %Boolean (XMLNAME = "initiatorActive", XMLPROJECTION = "ATTRIBUTE");
boolean

Whether the initiator is deactivated right after the transaction.

Property methods: initiatorActiveDisplayToLogical(), initiatorActiveGet(), initiatorActiveIsValid(), initiatorActiveLogicalToDisplay(), initiatorActiveLogicalToXSD(), initiatorActiveNormalize(), initiatorActiveSet(), initiatorActiveXSDToLogical()
property name as %String (MAXLEN = 1000000, XMLNAME = "name", XMLPROJECTION = "ATTRIBUTE");
string

The human-friendly name of the interaction.

Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property number as %String (MAXLEN = 1000000, XMLNAME = "number", XMLPROJECTION = "ATTRIBUTE") [ Required ];
string

The sequential number of the interaction.

Property methods: numberDisplayToLogical(), numberGet(), numberIsValid(), numberLogicalToDisplay(), numberLogicalToOdbc(), numberNormalize(), numberSet()
property receiver as %String (MAXLEN = 1000000, XMLNAME = "receiver", XMLPROJECTION = "ATTRIBUTE");
string

Who receives the transaction.

Property methods: receiverDisplayToLogical(), receiverGet(), receiverIsValid(), receiverLogicalToDisplay(), receiverLogicalToOdbc(), receiverNormalize(), receiverSet()
property receiverActive as %Boolean (XMLNAME = "receiverActive", XMLPROJECTION = "ATTRIBUTE");
boolean

Whether the receiver is deactivated right after the transaction.

Property methods: receiverActiveDisplayToLogical(), receiverActiveGet(), receiverActiveIsValid(), receiverActiveLogicalToDisplay(), receiverActiveLogicalToXSD(), receiverActiveNormalize(), receiverActiveSet(), receiverActiveXSDToLogical()
property request as HS.FHIR.DTL.vR4.Model.Element.ExampleScenario.instance.containedInstance (XMLNAME = "request", XMLPROJECTION = "ELEMENT");
ExampleScenario:instance[n].containedInstance

Each resource instance used by the initiator.

Property methods: requestGet(), requestGetSwizzled(), requestIsValid(), requestNewObject(), requestSet()
property response as HS.FHIR.DTL.vR4.Model.Element.ExampleScenario.instance.containedInstance (XMLNAME = "response", XMLPROJECTION = "ELEMENT");
ExampleScenario:instance[n].containedInstance

Each resource instance used by the responder.

Property methods: responseGet(), responseGetSwizzled(), responseIsValid(), responseNewObject(), responseSet()
property type as %String (MAXLEN = 1000000, XMLNAME = "type", XMLPROJECTION = "ATTRIBUTE");
string

The type of operation - CRUD.

Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab