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

serial class DeepSee.Study.PatientDiagnosis extends %Library.SerialObject

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.

Property Inventory

Properties

property DiagnosedBy as DeepSee.Study.Doctor;
Property methods: DiagnosedByGet(), DiagnosedByGetObject(), DiagnosedByGetObjectId(), DiagnosedByGetSwizzled(), DiagnosedByIsValid(), DiagnosedByNewObject(), DiagnosedBySet(), DiagnosedBySetObject(), DiagnosedBySetObjectId(), DiagnosedByUnSwizzle()
property DiagnosisCode as %String;
Property methods: DiagnosisCodeDisplayToLogical(), DiagnosisCodeGet(), DiagnosisCodeIsValid(), DiagnosisCodeLogicalToDisplay(), DiagnosisCodeLogicalToOdbc(), DiagnosisCodeNormalize(), DiagnosisCodeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab