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

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

SQL Table Name: DeepSee_Study.Allergen

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

This class contains the allergen code lookup table.

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

Property Inventory

Method Inventory

Properties

property Code as %String;
Unique code for the allergen
Property methods: CodeDisplayToLogical(), CodeGet(), CodeGetStored(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet()
property Description as %String;
Unique description (user-visible name) for the allergen
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionGetStored(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()

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

^DeepSee.Study.AllergenD(ID)
=
%%CLASSNAME
Code
Description
FeedbackOpens in a new tab