Skip to main content

HS.Message.SearchAndFetchResponse

persistent class HS.Message.SearchAndFetchResponse extends HS.Util.EnsResponse

SQL Table Name: HS_Message.SearchAndFetchResponse

Property Inventory

Properties

property BinaryData as %GlobalBinaryStream;
Used to return PDF and other binary formats
Property methods: BinaryDataDelete(), BinaryDataGet(), BinaryDataGetObject(), BinaryDataGetObjectId(), BinaryDataGetStored(), BinaryDataGetSwizzled(), BinaryDataIsValid(), BinaryDataNewObject(), BinaryDataOid(), BinaryDataOpen(), BinaryDataSet(), BinaryDataSetObject(), BinaryDataSetObjectId(), BinaryDataUnSwizzle()
property ConsentApplied as %Boolean [ InitialExpression = 0 ];
Property methods: ConsentAppliedDisplayToLogical(), ConsentAppliedGet(), ConsentAppliedGetStored(), ConsentAppliedIsValid(), ConsentAppliedLogicalToDisplay(), ConsentAppliedLogicalToXSD(), ConsentAppliedNormalize(), ConsentAppliedSet(), ConsentAppliedXSDToLogical()
property FormatCode as %String (MAXLEN = 1024);
only used if there's XMLData
Property methods: FormatCodeDisplayToLogical(), FormatCodeGet(), FormatCodeGetStored(), FormatCodeIsValid(), FormatCodeLogicalToDisplay(), FormatCodeLogicalToOdbc(), FormatCodeNormalize(), FormatCodeSet()
property FormatScheme as %String (MAXLEN = 1024);
only used if there's XMLData
Property methods: FormatSchemeDisplayToLogical(), FormatSchemeGet(), FormatSchemeGetStored(), FormatSchemeIsValid(), FormatSchemeLogicalToDisplay(), FormatSchemeLogicalToOdbc(), FormatSchemeNormalize(), FormatSchemeSet()
property HTMLData as %GlobalCharacterStream;
Used to Return HTML
Property methods: HTMLDataDelete(), HTMLDataGet(), HTMLDataGetObject(), HTMLDataGetObjectId(), HTMLDataGetStored(), HTMLDataGetSwizzled(), HTMLDataIsValid(), HTMLDataNewObject(), HTMLDataOid(), HTMLDataOpen(), HTMLDataSet(), HTMLDataSetObject(), HTMLDataSetObjectId(), HTMLDataUnSwizzle()
property IncompleteResult as %Boolean [ InitialExpression = 0 ];
Set to true when a subset of data fetches fails
Property methods: IncompleteResultDisplayToLogical(), IncompleteResultGet(), IncompleteResultGetStored(), IncompleteResultIsValid(), IncompleteResultLogicalToDisplay(), IncompleteResultLogicalToXSD(), IncompleteResultNormalize(), IncompleteResultSet(), IncompleteResultXSDToLogical()
property SDAQuickStreamId as %String;
Set when the request asked for a SDAQuickStream to be returned
Property methods: SDAQuickStreamIdDisplayToLogical(), SDAQuickStreamIdGet(), SDAQuickStreamIdGetStored(), SDAQuickStreamIdIsValid(), SDAQuickStreamIdLogicalToDisplay(), SDAQuickStreamIdLogicalToOdbc(), SDAQuickStreamIdNormalize(), SDAQuickStreamIdSet()
property XMLData as %GlobalCharacterStream;
Used to Return various XML formats - SDA, CCD, CCR, etc.
Property methods: XMLDataDelete(), XMLDataGet(), XMLDataGetObject(), XMLDataGetObjectId(), XMLDataGetStored(), XMLDataGetSwizzled(), XMLDataIsValid(), XMLDataNewObject(), XMLDataOid(), XMLDataOpen(), XMLDataSet(), XMLDataSetObject(), XMLDataSetObjectId(), XMLDataUnSwizzle()
property tStatus as %Status (XMLPROJECTION = "NONE");
Used to return status value, as a workaround to a bug in custom biz procs not returning status
Property methods: tStatusGet(), tStatusGetStored(), tStatusIsValid(), tStatusLogicalToOdbc(), tStatusLogicalToXSD(), tStatusSet(), tStatusXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: Storage (HS.Util.EnsResponse)

^Ens.MessageBodyD(ID,"EnsResponse")
=
HSCoreVersion
HSMinVersionError

Storage Model: Storage (HS.Message.SearchAndFetchResponse)

^Ens.MessageBodyD(ID,"SearchAndFetchResponse")
=
BinaryData
CharacterData
ConsentApplied
XMLData
HTMLData
tStatus
SDAQuickStreamId
IncompleteResult
FormatCode
FormatScheme
FeedbackOpens in a new tab