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

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

SQL Table Name: DeepSee_Study.PatientDiagnosis1

This class is part of the DeepSee Patients sample, whose purpose is to provide sample data for use with DeepSee. See the comments for the Diagnoses property in DeepSee.Study.Patient.

This table is populated only if you use the D option when running the GenerateData() method in DeepSee.Populate.

Property Inventory

Properties

property DiagnosedBy as DeepSee.Study.Doctor;
Property methods: DiagnosedByGet(), DiagnosedByGetObject(), DiagnosedByGetObjectId(), DiagnosedByGetStored(), DiagnosedByGetSwizzled(), DiagnosedByIsValid(), DiagnosedByNewObject(), DiagnosedBySet(), DiagnosedBySetObject(), DiagnosedBySetObjectId(), DiagnosedByUnSwizzle()
property DiagnosisCode as %String;
Property methods: DiagnosisCodeDisplayToLogical(), DiagnosisCodeGet(), DiagnosisCodeGetStored(), DiagnosisCodeIsValid(), DiagnosisCodeLogicalToDisplay(), DiagnosisCodeLogicalToOdbc(), DiagnosisCodeNormalize(), DiagnosisCodeSet()
relationship Patient as DeepSee.Study.Patient [ Required , Inverse = DiagnosesAsChildren , Cardinality = parent ];
Property methods: PatientGet(), PatientGetObject(), PatientGetObjectId(), PatientGetStored(), PatientGetSwizzled(), PatientIsValid(), PatientNewObject(), PatientOnDelete(), PatientRClose(), PatientRExec(), PatientRFetch(), PatientRelate(), PatientSQLCompute(), PatientSet(), PatientSetObject(), PatientSetObjectId(), PatientUnRelate(), PatientUnSwizzle()

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DeepSee.Study.PatientDiagnosis1)

{%%PARENT}("DiagnosesAsChildren")(ID)
=
%%CLASSNAME
DiagnosisCode
DiagnosedBy
FeedbackOpens in a new tab