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.City

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

SQL Table Name: DeepSee_Study.City

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

This class contains the cities and the ZIP codes to which they belong, as well as city-specific properties to use as level properties in DeepSee II.

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

Property Inventory

Method Inventory

Properties

property Name as %String;
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property Population as %Integer;
Property methods: PopulationDisplayToLogical(), PopulationGet(), PopulationGetStored(), PopulationIsValid(), PopulationLogicalToDisplay(), PopulationNormalize(), PopulationSet()
property PostalCode as %String;
Property methods: PostalCodeDisplayToLogical(), PostalCodeGet(), PostalCodeGetStored(), PostalCodeIsValid(), PostalCodeLogicalToDisplay(), PostalCodeLogicalToOdbc(), PostalCodeNormalize(), PostalCodeSet()
property PrincipalExport as %String;
Property methods: PrincipalExportDisplayToLogical(), PrincipalExportGet(), PrincipalExportGetStored(), PrincipalExportIsValid(), PrincipalExportLogicalToDisplay(), PrincipalExportLogicalToOdbc(), PrincipalExportNormalize(), PrincipalExportSet()

Methods

classmethod Setup() as %Status
This method reads the XData block in this class and uses it to populate the table. This method is called by DeepSee.Populate:GenerateData().

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.City)

^DeepSee.Study.CityD(ID)
=
%%CLASSNAME
PostalCode
Name
Population
PrincipalExport
FeedbackOpens in a new tab