Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DeepSee.Study.CityRainfall

persistent class DeepSee.Study.CityRainfall extends %Library.Persistent

SQL Table Name: DeepSee_Study.CityRainfall

This class is part of the DeepSee Patients sample, whose purpose is to provide sample data for use with DeepSee.

This class contains the rainfall for the cities, by year and month, and is meant for use as an additional DeepSee model/cube.

This table is populated only if you use the R option when running the GenerateData() method in DeepSee.Populate. You can also use the GenerateData() method in this class if you have already populated the main sample.

You can extend or modify the data contained here by editing the XData block in this class.

Property Inventory

Method Inventory

Parameters

parameter DSTIME = AUTO;
This parameter setting enables the DSTIME feature for DeepSee II

Properties

property City as DeepSee.Study.City;
Property methods: CityGet(), CityGetObject(), CityGetObjectId(), CityGetStored(), CityGetSwizzled(), CityIsValid(), CityNewObject(), CitySet(), CitySetObject(), CitySetObjectId(), CityUnSwizzle()
property InchesOfRain as %Numeric;
Property methods: InchesOfRainDisplayToLogical(), InchesOfRainGet(), InchesOfRainGetStored(), InchesOfRainIsValid(), InchesOfRainLogicalToDisplay(), InchesOfRainNormalize(), InchesOfRainSet()
property MonthAndYear as %Date;
Property methods: MonthAndYearDisplayToLogical(), MonthAndYearGet(), MonthAndYearGetStored(), MonthAndYearIsValid(), MonthAndYearLogicalToDisplay(), MonthAndYearLogicalToOdbc(), MonthAndYearNormalize(), MonthAndYearOdbcToLogical(), MonthAndYearSet()

Methods

classmethod GenerateData() as %Status
Call this after the cities have been set up; this means we reopen each city once.

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DeepSee.Study.CityRainfall)

^DeepSee.Study.CityRainfallD(ID)
=
%%CLASSNAME
City
MonthAndYear
InchesOfRain
FeedbackOpens in a new tab