Skip to main content

Demo.HL7v3.TestHarness.ResponseMap

persistent class Demo.HL7v3.TestHarness.ResponseMap extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Demo_HL7v3_TestHarness.ResponseMap

Property Inventory

Properties

relationship Response as Demo.HL7v3.TestHarness.MessageTemplate [ Inverse = ResponseMaps , Cardinality = one ];
Property methods: ResponseGet(), ResponseGetObject(), ResponseGetObjectId(), ResponseGetStored(), ResponseGetSwizzled(), ResponseIsValid(), ResponseNewObject(), ResponseOnDelete(), ResponseRClose(), ResponseRExec(), ResponseRFetch(), ResponseRelate(), ResponseSQLCompute(), ResponseSet(), ResponseSetObject(), ResponseSetObjectId(), ResponseUnRelate(), ResponseUnSwizzle()
property XPathContext as %String (MAXLEN = 512);
Property methods: XPathContextDisplayToLogical(), XPathContextGet(), XPathContextGetStored(), XPathContextIsValid(), XPathContextLogicalToDisplay(), XPathContextLogicalToOdbc(), XPathContextNormalize(), XPathContextSet()
property XPathExpression as %String (MAXLEN = 512);
Property methods: XPathExpressionDisplayToLogical(), XPathExpressionGet(), XPathExpressionGetStored(), XPathExpressionIsValid(), XPathExpressionLogicalToDisplay(), XPathExpressionLogicalToOdbc(), XPathExpressionNormalize(), XPathExpressionSet()
property XPathValue as %String (MAXLEN = 512);
Property methods: XPathValueDisplayToLogical(), XPathValueGet(), XPathValueGetStored(), XPathValueIsValid(), XPathValueLogicalToDisplay(), XPathValueLogicalToOdbc(), XPathValueNormalize(), XPathValueSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (ResponseIndex on Response);
Index methods: ResponseIndexExists()
index (ResponseMapUniqueKey on XPathContext,XPathExpression,XPathValue) [Unique];
Index methods: ResponseMapUniqueKeyCheck(), ResponseMapUniqueKeyCheckUnique(), ResponseMapUniqueKeyDelete(), ResponseMapUniqueKeyExists(), ResponseMapUniqueKeyOpen(), ResponseMapUniqueKeySQLCheckUnique(), ResponseMapUniqueKeySQLExists(), ResponseMapUniqueKeySQLFindPKeyByConstraint(), ResponseMapUniqueKeySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Demo.HL7v3.TestHarness.ResponseMap)

^Demo.HL7v3.Test7C9.ResponseMapD(ID)
=
%%CLASSNAME
Response
XPathContext
XPathExpression
XPathValue
FeedbackOpens in a new tab