Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

DeepSee.Study.PatientDiagnosis2

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

SQL Table Name: DeepSee_Study.PatientDiagnosis2

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 [ Inverse = DiagnosesAsMany , Cardinality = one ];
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.PatientDiagnosis2)

^DeepSee.Study.PatientDiag6F71D(ID)
=
%%CLASSNAME
Patient
DiagnosisCode
DiagnosedBy
FeedbackOpens in a new tab