Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DeepSee.Model.ConnectorExample.ResultSet

class DeepSee.Model.ConnectorExample.ResultSet extends %DeepSee.Connector.ResultSet

ResultSet API for Data Connector 'DeepSee.Model.ConnectorExample'.
THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Connector.Generator.

This class was generated by : DeepSee.Model.ConnectorExample.CLS

Property Inventory

Method Inventory

Parameters

parameter %statementmetadata;
parameter %statementmetadata0;
parameter %statementmetadataext;
parameter %statementobjects;
parameter CONNECTOR = DeepSee.Model.ConnectorExample;
Inherited description: Name of connector class that created this result set.

Properties

property Age as %Integer;
Property methods: AgeDisplayToLogical(), AgeGet(), AgeIsValid(), AgeLogicalToDisplay(), AgeNormalize(), AgeSet()
property Gender as %String (MAXLEN = 512);
Property methods: GenderDisplayToLogical(), GenderGet(), GenderIsValid(), GenderLogicalToDisplay(), GenderLogicalToOdbc(), GenderNormalize(), GenderSet()
property HomeCity as %String (MAXLEN = 512);
Property methods: HomeCityDisplayToLogical(), HomeCityGet(), HomeCityIsValid(), HomeCityLogicalToDisplay(), HomeCityLogicalToOdbc(), HomeCityNormalize(), HomeCitySet()
property ID as %String (MAXLEN = 512);
Property methods: IDDisplayToLogical(), IDGet(), IDIsValid(), IDLogicalToDisplay(), IDLogicalToOdbc(), IDNormalize(), IDSet()
property PatientGroup as %String (MAXLEN = 512);
Property methods: PatientGroupDisplayToLogical(), PatientGroupGet(), PatientGroupIsValid(), PatientGroupLogicalToDisplay(), PatientGroupLogicalToOdbc(), PatientGroupNormalize(), PatientGroupSet()
property PatientID as %String (MAXLEN = 512);
Property methods: PatientIDDisplayToLogical(), PatientIDGet(), PatientIDIsValid(), PatientIDLogicalToDisplay(), PatientIDLogicalToOdbc(), PatientIDNormalize(), PatientIDSet()
property TestScore as %Integer;
Property methods: TestScoreDisplayToLogical(), TestScoreGet(), TestScoreIsValid(), TestScoreLogicalToDisplay(), TestScoreNormalize(), TestScoreSet()

Methods

method %Next(ByRef pSC As %Status) as %Integer
Fetch next record.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab