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

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

SQL Table Name: DeepSee_Study.Profession

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

This class contains the professions and their industries.

Property Inventory

Method Inventory

Properties

property Industry as %String;
Property methods: IndustryDisplayToLogical(), IndustryGet(), IndustryGetStored(), IndustryIsValid(), IndustryLogicalToDisplay(), IndustryLogicalToOdbc(), IndustryNormalize(), IndustrySet()
property Profession as %String;
Property methods: ProfessionDisplayToLogical(), ProfessionGet(), ProfessionGetStored(), ProfessionIsValid(), ProfessionLogicalToDisplay(), ProfessionLogicalToOdbc(), ProfessionNormalize(), ProfessionSet()

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

^DeepSee.Study.ProfessionD(ID)
=
%%CLASSNAME
Profession
Industry
FeedbackOpens in a new tab