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.Model.PatientsCube.Fact

persistent class DeepSee.Model.PatientsCube.Fact extends %DeepSee.FactTable, %DeepSee.CubeFunctionSet

SQL Table Name: DeepSee_Model_PatientsCube.Fact

Fact table for cube 'Patients'.
THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateFactTable.

This class was generated by : DeepSee.Model.PatientsCube.CLS

Property Inventory

Method Inventory

Parameters

parameter BITMAPCHUNKINMEMORY = 0;
Inherited description: BITMAPCHUNKINMEMORY is used during code generation to decide whether or not bitmap chunks can be constructed in memory. It is faster to construct bitmap chunks in memory but if there are a lot of bitmaps, the indexed property or properties have very low selectivity or the index values are large then STORE errors can be encountered. If BITMAPCHUNKINMEMORY is 1 then bitmap chunks are constructed in memory by %ConstructIndices. Otherwise, bitmap chunks are constructed using process-private globals. The default is 0, meaning that bitmap chunks are built using process-private globals.
parameter CUBENAME = Patients;
Inherited description: Name of the cube that created this fact table.
parameter SOURCECLASS = DeepSee.Study.Patient;
Inherited description: Name of the source table that provides data for this fact table.

Properties

property %dspartition as %Integer [ Calculated ];
This indicates which partition (set of 1M) this fact is in.
Property methods: %dspartitionCompute(), %dspartitionDisplayToLogical(), %dspartitionGet(), %dspartitionIsValid(), %dspartitionLogicalToDisplay(), %dspartitionNormalize(), %dspartitionSQLCompute()
property %sourceId as DeepSee.Study.Patient;
Reference to original data in source table.
Property methods: %sourceIdGet(), %sourceIdGetObject(), %sourceIdGetObjectId(), %sourceIdGetStored(), %sourceIdGetSwizzled(), %sourceIdIsValid(), %sourceIdNewObject(), %sourceIdSet(), %sourceIdSetObject(), %sourceIdSetObjectId(), %sourceIdUnSwizzle()
property Dx1910845473 as DeepSee.Model.PatientsCube.Star1910845473;
Dimension: Dx1910845473 Expression: $system.SQL.DAYNAME(%source.BirthDate)
Property methods: Dx1910845473Get(), Dx1910845473GetObject(), Dx1910845473GetObjectId(), Dx1910845473GetStored(), Dx1910845473GetSwizzled(), Dx1910845473IsValid(), Dx1910845473NewObject(), Dx1910845473Set(), Dx1910845473SetObject(), Dx1910845473SetObjectId(), Dx1910845473UnSwizzle()
Dimension: DxAge
Source: Age
Property methods: DxAgeGet(), DxAgeGetObject(), DxAgeGetObjectId(), DxAgeGetStored(), DxAgeGetSwizzled(), DxAgeIsValid(), DxAgeNewObject(), DxAgeSet(), DxAgeSetObject(), DxAgeSetObjectId(), DxAgeUnSwizzle()
property DxAgeBucket as DeepSee.Model.PatientsCube.DxAgeBucket;
Dimension: DxAgeBucket Expression: ##class(DeepSee.Model.PatientsCube).GetAgeBucket(%source.Age)
Property methods: DxAgeBucketGet(), DxAgeBucketGetObject(), DxAgeBucketGetObjectId(), DxAgeBucketGetStored(), DxAgeBucketGetSwizzled(), DxAgeBucketIsValid(), DxAgeBucketNewObject(), DxAgeBucketSet(), DxAgeBucketSetObject(), DxAgeBucketSetObjectId(), DxAgeBucketUnSwizzle()
property DxAgeGroup as DeepSee.Model.PatientsCube.DxAgeGroup;
Dimension: DxAgeGroup
Source: Age
Property methods: DxAgeGroupGet(), DxAgeGroupGetObject(), DxAgeGroupGetObjectId(), DxAgeGroupGetStored(), DxAgeGroupGetSwizzled(), DxAgeGroupIsValid(), DxAgeGroupNewObject(), DxAgeGroupSet(), DxAgeGroupSetObject(), DxAgeGroupSetObjectId(), DxAgeGroupUnSwizzle()
property DxAllergies as %DeepSee.Datatype.list (COLLATION = "EXACT", LISTTYPE = "LIST");
Dimension: DxAllergies Expression: ##class(DeepSee.Model.PatientsCube).GetAllergies(%source.%ID)
Property methods: DxAllergiesBuildValueArray(), DxAllergiesDisplayToLogical(), DxAllergiesGet(), DxAllergiesGetStored(), DxAllergiesIsValid(), DxAllergiesLogicalToDisplay(), DxAllergiesLogicalToOdbc(), DxAllergiesNormalize(), DxAllergiesSet()
property DxAllergySeverities as %DeepSee.Datatype.list (COLLATION = "EXACT", LISTTYPE = "LIST");
Dimension: DxAllergySeverities Expression: ##class(DeepSee.Model.PatientsCube).GetAllergySeverities(%source.%ID)
Property methods: DxAllergySeveritiesBuildValueArray(), DxAllergySeveritiesDisplayToLogical(), DxAllergySeveritiesGet(), DxAllergySeveritiesGetStored(), DxAllergySeveritiesIsValid(), DxAllergySeveritiesLogicalToDisplay(), DxAllergySeveritiesLogicalToOdbc(), DxAllergySeveritiesNormalize(), DxAllergySeveritiesSet()
property DxBirthDate as %DeepSee.Datatype.dateTime;
Dimension: DxBirthDate
Source: BirthDate
Property methods: DxBirthDateDisplayToLogical(), DxBirthDateGet(), DxBirthDateGetStored(), DxBirthDateIsValid(), DxBirthDateLogicalToDisplay(), DxBirthDateLogicalToOdbc(), DxBirthDateNormalize(), DxBirthDateOdbcToLogical(), DxBirthDateSet()
property DxBirthDateFxDayMonthYear as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxDayMonthYear
Source: BirthDate
Property methods: DxBirthDateFxDayMonthYearCompute(), DxBirthDateFxDayMonthYearDisplayToLogical(), DxBirthDateFxDayMonthYearGet(), DxBirthDateFxDayMonthYearIsValid(), DxBirthDateFxDayMonthYearLogicalToDisplay(), DxBirthDateFxDayMonthYearLogicalToOdbc(), DxBirthDateFxDayMonthYearNormalize(), DxBirthDateFxDayMonthYearSQLCompute()
property DxBirthDateFxDecade as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxDecade
Source: BirthDate
Property methods: DxBirthDateFxDecadeCompute(), DxBirthDateFxDecadeDisplayToLogical(), DxBirthDateFxDecadeGet(), DxBirthDateFxDecadeIsValid(), DxBirthDateFxDecadeLogicalToDisplay(), DxBirthDateFxDecadeLogicalToOdbc(), DxBirthDateFxDecadeNormalize(), DxBirthDateFxDecadeSQLCompute()
property DxBirthDateFxMonthNumber as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxMonthNumber
Source: BirthDate
Property methods: DxBirthDateFxMonthNumberCompute(), DxBirthDateFxMonthNumberDisplayToLogical(), DxBirthDateFxMonthNumberGet(), DxBirthDateFxMonthNumberIsValid(), DxBirthDateFxMonthNumberLogicalToDisplay(), DxBirthDateFxMonthNumberLogicalToOdbc(), DxBirthDateFxMonthNumberNormalize(), DxBirthDateFxMonthNumberSQLCompute()
property DxBirthDateFxMonthYear as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxMonthYear
Source: BirthDate
Property methods: DxBirthDateFxMonthYearCompute(), DxBirthDateFxMonthYearDisplayToLogical(), DxBirthDateFxMonthYearGet(), DxBirthDateFxMonthYearIsValid(), DxBirthDateFxMonthYearLogicalToDisplay(), DxBirthDateFxMonthYearLogicalToOdbc(), DxBirthDateFxMonthYearNormalize(), DxBirthDateFxMonthYearSQLCompute()
property DxBirthDateFxQuarterNumber as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxQuarterNumber
Source: BirthDate
Property methods: DxBirthDateFxQuarterNumberCompute(), DxBirthDateFxQuarterNumberDisplayToLogical(), DxBirthDateFxQuarterNumberGet(), DxBirthDateFxQuarterNumberIsValid(), DxBirthDateFxQuarterNumberLogicalToDisplay(), DxBirthDateFxQuarterNumberLogicalToOdbc(), DxBirthDateFxQuarterNumberNormalize(), DxBirthDateFxQuarterNumberSQLCompute()
property DxBirthDateFxQuarterYear as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxQuarterYear
Source: BirthDate
Property methods: DxBirthDateFxQuarterYearCompute(), DxBirthDateFxQuarterYearDisplayToLogical(), DxBirthDateFxQuarterYearGet(), DxBirthDateFxQuarterYearIsValid(), DxBirthDateFxQuarterYearLogicalToDisplay(), DxBirthDateFxQuarterYearLogicalToOdbc(), DxBirthDateFxQuarterYearNormalize(), DxBirthDateFxQuarterYearSQLCompute()
property DxBirthDateFxYear as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthDateFxYear
Source: BirthDate
Property methods: DxBirthDateFxYearCompute(), DxBirthDateFxYearDisplayToLogical(), DxBirthDateFxYearGet(), DxBirthDateFxYearIsValid(), DxBirthDateFxYearLogicalToDisplay(), DxBirthDateFxYearLogicalToOdbc(), DxBirthDateFxYearNormalize(), DxBirthDateFxYearSQLCompute()
property DxBirthDateTimeStamp as %DeepSee.Datatype.dateTime;
Dimension: DxBirthDateTimeStamp
Source: BirthDateTimeStamp
Property methods: DxBirthDateTimeStampDisplayToLogical(), DxBirthDateTimeStampGet(), DxBirthDateTimeStampGetStored(), DxBirthDateTimeStampIsValid(), DxBirthDateTimeStampLogicalToDisplay(), DxBirthDateTimeStampLogicalToOdbc(), DxBirthDateTimeStampNormalize(), DxBirthDateTimeStampOdbcToLogical(), DxBirthDateTimeStampSet()
property DxBirthTime as %Library.String (COLLATION = "EXACT") [ Calculated ];
Dimension: DxBirthTime
Source: BirthDateTimeStamp
Property methods: DxBirthTimeCompute(), DxBirthTimeDisplayToLogical(), DxBirthTimeGet(), DxBirthTimeIsValid(), DxBirthTimeLogicalToDisplay(), DxBirthTimeLogicalToOdbc(), DxBirthTimeNormalize(), DxBirthTimeSQLCompute()
property DxColor as DeepSee.Model.PatientsCube.DxColor;
Dimension: DxColor Expression: ##class(DeepSee.Model.PatientsCube).GetFavoriteColor(%source.PatientID)
Property methods: DxColorGet(), DxColorGetObject(), DxColorGetObjectId(), DxColorGetStored(), DxColorGetSwizzled(), DxColorIsValid(), DxColorNewObject(), DxColorSet(), DxColorSetObject(), DxColorSetObjectId(), DxColorUnSwizzle()
property DxDiagnoses as %DeepSee.Datatype.list (COLLATION = "EXACT", LISTTYPE = "LIST");
Dimension: DxDiagnoses
Source: DiagnosesAsLB
Property methods: DxDiagnosesBuildValueArray(), DxDiagnosesDisplayToLogical(), DxDiagnosesGet(), DxDiagnosesGetStored(), DxDiagnosesIsValid(), DxDiagnosesLogicalToDisplay(), DxDiagnosesLogicalToOdbc(), DxDiagnosesNormalize(), DxDiagnosesSet()
Dimension: DxDoc Expression: %source.PrimaryCarePhysician
Property methods: DxDocGet(), DxDocGetObject(), DxDocGetObjectId(), DxDocGetStored(), DxDocGetSwizzled(), DxDocIsValid(), DxDocNewObject(), DxDocSet(), DxDocSetObject(), DxDocSetObjectId(), DxDocUnSwizzle()
property DxDocGroup as DeepSee.Model.PatientsCube.DxDocGroup;
Dimension: DxDocGroup
Source: PrimaryCarePhysician.DoctorGroup
Property methods: DxDocGroupGet(), DxDocGroupGetObject(), DxDocGroupGetObjectId(), DxDocGroupGetStored(), DxDocGroupGetSwizzled(), DxDocGroupIsValid(), DxDocGroupNewObject(), DxDocGroupSet(), DxDocGroupSetObject(), DxDocGroupSetObjectId(), DxDocGroupUnSwizzle()
property DxDocType as DeepSee.Model.PatientsCube.DxDocType;
Dimension: DxDocType
Source: PrimaryCarePhysician.DoctorType
Property methods: DxDocTypeGet(), DxDocTypeGetObject(), DxDocTypeGetObjectId(), DxDocTypeGetStored(), DxDocTypeGetSwizzled(), DxDocTypeIsValid(), DxDocTypeNewObject(), DxDocTypeSet(), DxDocTypeSetObject(), DxDocTypeSetObjectId(), DxDocTypeUnSwizzle()
property DxGender as DeepSee.Model.PatientsCube.DxGender;
Dimension: DxGender
Source: Gender
Property methods: DxGenderGet(), DxGenderGetObject(), DxGenderGetObjectId(), DxGenderGetStored(), DxGenderGetSwizzled(), DxGenderIsValid(), DxGenderNewObject(), DxGenderSet(), DxGenderSetObject(), DxGenderSetObjectId(), DxGenderUnSwizzle()
property DxHomeCity as DeepSee.Model.PatientsCube.DxHomeCity;
Dimension: DxHomeCity
Source: HomeCity
Property methods: DxHomeCityGet(), DxHomeCityGetObject(), DxHomeCityGetObjectId(), DxHomeCityGetStored(), DxHomeCityGetSwizzled(), DxHomeCityIsValid(), DxHomeCityNewObject(), DxHomeCitySet(), DxHomeCitySetObject(), DxHomeCitySetObjectId(), DxHomeCityUnSwizzle()
property DxHomeZIP as DeepSee.Model.PatientsCube.DxHomeZIP;
Dimension: DxHomeZIP
Source: HomeCity.PostalCode
Property methods: DxHomeZIPGet(), DxHomeZIPGetObject(), DxHomeZIPGetObjectId(), DxHomeZIPGetStored(), DxHomeZIPGetSwizzled(), DxHomeZIPIsValid(), DxHomeZIPNewObject(), DxHomeZIPSet(), DxHomeZIPSetObject(), DxHomeZIPSetObjectId(), DxHomeZIPUnSwizzle()
property DxIndustry as DeepSee.Model.PatientsCube.DxIndustry;
Dimension: DxIndustry Expression: ##class(DeepSee.Model.PatientsCube).GetIndustry(%source.PatientID)
Property methods: DxIndustryGet(), DxIndustryGetObject(), DxIndustryGetObjectId(), DxIndustryGetStored(), DxIndustryGetSwizzled(), DxIndustryIsValid(), DxIndustryNewObject(), DxIndustrySet(), DxIndustrySetObject(), DxIndustrySetObjectId(), DxIndustryUnSwizzle()
property DxPatGroup as DeepSee.Model.PatientsCube.DxPatGroup;
Dimension: DxPatGroup Expression: $CASE(%source.PatientGroup,"A":"Group A","B":"Group B",:"None")
Property methods: DxPatGroupGet(), DxPatGroupGetObject(), DxPatGroupGetObjectId(), DxPatGroupGetStored(), DxPatGroupGetSwizzled(), DxPatGroupIsValid(), DxPatGroupNewObject(), DxPatGroupSet(), DxPatGroupSetObject(), DxPatGroupSetObjectId(), DxPatGroupUnSwizzle()
property DxProfession as DeepSee.Model.PatientsCube.DxProfession;
Dimension: DxProfession Expression: ##class(DeepSee.Model.PatientsCube).GetProfession(%source.PatientID)
Property methods: DxProfessionGet(), DxProfessionGetObject(), DxProfessionGetObjectId(), DxProfessionGetStored(), DxProfessionGetSwizzled(), DxProfessionIsValid(), DxProfessionNewObject(), DxProfessionSet(), DxProfessionSetObject(), DxProfessionSetObjectId(), DxProfessionUnSwizzle()
property DxTested as DeepSee.Model.PatientsCube.DxTested;
Dimension: DxTested Expression: $SELECT(%source.TestScore="":"No",1:"Yes")
Property methods: DxTestedGet(), DxTestedGetObject(), DxTestedGetObjectId(), DxTestedGetStored(), DxTestedGetSwizzled(), DxTestedIsValid(), DxTestedNewObject(), DxTestedSet(), DxTestedSetObject(), DxTestedSetObjectId(), DxTestedUnSwizzle()
property Mx3510953892I as %Integer;
Measure: Mx3510953892I Expression: ##class(DeepSee.Model.PatientsCube).GetEncounterCount(%source.%ID)
Property methods: Mx3510953892IDisplayToLogical(), Mx3510953892IGet(), Mx3510953892IGetStored(), Mx3510953892IIsValid(), Mx3510953892ILogicalToDisplay(), Mx3510953892INormalize(), Mx3510953892ISet()
property Mx949945609I as %Integer;
Measure: Mx949945609I Expression: ##class(DeepSee.Model.PatientsCube).GetAllergyCount(%source.%ID)
Property methods: Mx949945609IDisplayToLogical(), Mx949945609IGet(), Mx949945609IGetStored(), Mx949945609IIsValid(), Mx949945609ILogicalToDisplay(), Mx949945609INormalize(), Mx949945609ISet()
property MxAge as %Integer;
Measure: MxAge
Source: Age
Property methods: MxAgeDisplayToLogical(), MxAgeGet(), MxAgeGetStored(), MxAgeIsValid(), MxAgeLogicalToDisplay(), MxAgeNormalize(), MxAgeSet()
property MxTestScore as %Integer;
Measure: MxTestScore
Source: TestScore
Property methods: MxTestScoreDisplayToLogical(), MxTestScoreGet(), MxTestScoreGetStored(), MxTestScoreIsValid(), MxTestScoreLogicalToDisplay(), MxTestScoreNormalize(), MxTestScoreSet()

Methods

classmethod %BuildAllFacts(pVerbose As %Boolean = 0) as %Status
Update all Facts with data from the source table.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %BuildTempFile(pTempKey As %String, Output pImplemented As %Boolean, pVerbose As %Boolean = 0) as %Status
Create a temp file of all source ids.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %CheckSourceId(pTestId As %String, pVerbose As %Boolean = 0, Output pSC As %Status) as %Boolean
Check for the existence of a single ID in the source table.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %Count() as %Integer
Return the total number of items within the Fact table.
Generated by %DeepSee.Generator:%CreateFactTable.
classmethod %DeleteFact(pID As %String, Output pFactId As %Integer, Output pErrorMsg As %String) as %Status
Perform the work of deleting one fact in the cube.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %InjectFact(ByRef pFactId As %Integer, ByRef pValues As %String, Output pChunks As %Integer, pDimensionsOnly As %Boolean = 0) as %Status
Perform the work of injecting one fact into the cube without associated source data.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %OnEndBatch(pCubeName As %String, pVerbose As %Boolean = 0) as %Status
Notification that a batch of facts have just been processed.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %OnKillFacts() as %Status
Notification that this cube is being killed.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %OnStartBatch(pCubeName As %String, pVerbose As %Boolean = 0) as %Status
Notification that a batch of facts are about to be processed.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %PrecomputeAggregates(pStartChunk As %Integer, pEndChunk As %Integer, pAggGLVN As %String, pVerbose As %Boolean = 0, pTaskGroup As %String = "", ByRef pCount As %Integer = 0) as %Status
Pre-compute certain aggregates.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %ProcessFact(pID As %String, pBatchMode As %Boolean = 0, ByRef %var As %String, ByRef pFactId As %Integer, Output pErrorMsg As %String, ByRef pDimTables, pDimensionsOnly As %Boolean = 0) as %Status
Perform the work of updating one fact in the cube.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY
classmethod %UpdateFacts(pStartId As %String, pEndId As %String, pBatchMode As %Boolean = 0, ByRef pChunks As %Integer, pVerbose As %Boolean = 0, pTaskGroup As %String = "", Output pUpdates As %Integer, pRefProp As %String = "", pRefID As %String = "", ByRef pDimTables) as %Status
Update a range of Facts with data from the source table row with ids from pStartId to pEndId.
Generated by %DeepSee.Generator:%CreateFactTable.
DO NOT CALL THIS METHOD DIRECTLY

Indexes

index ($Fact on ) [Extent, Type = bitmap];
index (Dx1910845473 on Dx1910845473) [Type = bitmap];
Index for fact 15.
Index methods: Dx1910845473Get(), Dx1910845473GetObject(), Dx1910845473GetObjectId(), Dx1910845473GetStored(), Dx1910845473GetSwizzled(), Dx1910845473IsValid(), Dx1910845473NewObject(), Dx1910845473Set(), Dx1910845473SetObject(), Dx1910845473SetObjectId(), Dx1910845473UnSwizzle()
index (DxAge on DxAge) [Type = bitmap];
Index for fact 4.
Index methods: DxAgeBucketGet(), DxAgeBucketGetObject(), DxAgeBucketGetObjectId(), DxAgeBucketGetStored(), DxAgeBucketGetSwizzled(), DxAgeBucketIsValid(), DxAgeBucketNewObject(), DxAgeBucketSet(), DxAgeBucketSetObject(), DxAgeBucketSetObjectId(), DxAgeBucketUnSwizzle(), DxAgeGet(), DxAgeGetObject(), DxAgeGetObjectId(), DxAgeGetStored(), DxAgeGetSwizzled(), DxAgeGroupGet(), DxAgeGroupGetObject(), DxAgeGroupGetObjectId(), DxAgeGroupGetStored(), DxAgeGroupGetSwizzled(), DxAgeGroupIsValid(), DxAgeGroupNewObject(), DxAgeGroupSet(), DxAgeGroupSetObject(), DxAgeGroupSetObjectId(), DxAgeGroupUnSwizzle(), DxAgeIsValid(), DxAgeNewObject(), DxAgeSet(), DxAgeSetObject(), DxAgeSetObjectId(), DxAgeUnSwizzle()
index (DxAgeBucket on DxAgeBucket) [Type = bitmap];
Index for fact 3.
Index methods: DxAgeBucketGet(), DxAgeBucketGetObject(), DxAgeBucketGetObjectId(), DxAgeBucketGetStored(), DxAgeBucketGetSwizzled(), DxAgeBucketIsValid(), DxAgeBucketNewObject(), DxAgeBucketSet(), DxAgeBucketSetObject(), DxAgeBucketSetObjectId(), DxAgeBucketUnSwizzle()
index (DxAgeGroup on DxAgeGroup) [Type = bitmap];
Index for fact 2.
Index methods: DxAgeGroupGet(), DxAgeGroupGetObject(), DxAgeGroupGetObjectId(), DxAgeGroupGetStored(), DxAgeGroupGetSwizzled(), DxAgeGroupIsValid(), DxAgeGroupNewObject(), DxAgeGroupSet(), DxAgeGroupSetObject(), DxAgeGroupSetObjectId(), DxAgeGroupUnSwizzle()
index (DxAllergies on DxAllergies(KEYS)) [Type = bitmap];
Index for fact 5.
Index methods: DxAllergiesBuildValueArray(), DxAllergiesDisplayToLogical(), DxAllergiesGet(), DxAllergiesGetStored(), DxAllergiesIsValid(), DxAllergiesLogicalToDisplay(), DxAllergiesLogicalToOdbc(), DxAllergiesNormalize(), DxAllergiesSet()
index (DxAllergySeverities on DxAllergySeverities(KEYS)) [Type = bitmap];
Index for fact 6.
Index methods: DxAllergySeveritiesBuildValueArray(), DxAllergySeveritiesDisplayToLogical(), DxAllergySeveritiesGet(), DxAllergySeveritiesGetStored(), DxAllergySeveritiesIsValid(), DxAllergySeveritiesLogicalToDisplay(), DxAllergySeveritiesLogicalToOdbc(), DxAllergySeveritiesNormalize(), DxAllergySeveritiesSet()
index (DxBirthDateFxDayMonthYear on DxBirthDateFxDayMonthYear) [Type = bitmap];
Index for fact 11.
Index methods: DxBirthDateFxDayMonthYearCompute(), DxBirthDateFxDayMonthYearDisplayToLogical(), DxBirthDateFxDayMonthYearGet(), DxBirthDateFxDayMonthYearIsValid(), DxBirthDateFxDayMonthYearLogicalToDisplay(), DxBirthDateFxDayMonthYearLogicalToOdbc(), DxBirthDateFxDayMonthYearNormalize(), DxBirthDateFxDayMonthYearSQLCompute()
index (DxBirthDateFxDecade on DxBirthDateFxDecade) [Type = bitmap];
Index for fact 7.
Index methods: DxBirthDateFxDecadeCompute(), DxBirthDateFxDecadeDisplayToLogical(), DxBirthDateFxDecadeGet(), DxBirthDateFxDecadeIsValid(), DxBirthDateFxDecadeLogicalToDisplay(), DxBirthDateFxDecadeLogicalToOdbc(), DxBirthDateFxDecadeNormalize(), DxBirthDateFxDecadeSQLCompute()
index (DxBirthDateFxMonthNumber on DxBirthDateFxMonthNumber) [Type = bitmap];
Index for fact 13.
Index methods: DxBirthDateFxMonthNumberCompute(), DxBirthDateFxMonthNumberDisplayToLogical(), DxBirthDateFxMonthNumberGet(), DxBirthDateFxMonthNumberIsValid(), DxBirthDateFxMonthNumberLogicalToDisplay(), DxBirthDateFxMonthNumberLogicalToOdbc(), DxBirthDateFxMonthNumberNormalize(), DxBirthDateFxMonthNumberSQLCompute()
index (DxBirthDateFxMonthYear on DxBirthDateFxMonthYear) [Type = bitmap];
Index for fact 10.
Index methods: DxBirthDateFxMonthYearCompute(), DxBirthDateFxMonthYearDisplayToLogical(), DxBirthDateFxMonthYearGet(), DxBirthDateFxMonthYearIsValid(), DxBirthDateFxMonthYearLogicalToDisplay(), DxBirthDateFxMonthYearLogicalToOdbc(), DxBirthDateFxMonthYearNormalize(), DxBirthDateFxMonthYearSQLCompute()
index (DxBirthDateFxQuarterNumber on DxBirthDateFxQuarterNumber) [Type = bitmap];
Index for fact 12.
Index methods: DxBirthDateFxQuarterNumberCompute(), DxBirthDateFxQuarterNumberDisplayToLogical(), DxBirthDateFxQuarterNumberGet(), DxBirthDateFxQuarterNumberIsValid(), DxBirthDateFxQuarterNumberLogicalToDisplay(), DxBirthDateFxQuarterNumberLogicalToOdbc(), DxBirthDateFxQuarterNumberNormalize(), DxBirthDateFxQuarterNumberSQLCompute()
index (DxBirthDateFxQuarterYear on DxBirthDateFxQuarterYear) [Type = bitmap];
Index for fact 9.
Index methods: DxBirthDateFxQuarterYearCompute(), DxBirthDateFxQuarterYearDisplayToLogical(), DxBirthDateFxQuarterYearGet(), DxBirthDateFxQuarterYearIsValid(), DxBirthDateFxQuarterYearLogicalToDisplay(), DxBirthDateFxQuarterYearLogicalToOdbc(), DxBirthDateFxQuarterYearNormalize(), DxBirthDateFxQuarterYearSQLCompute()
index (DxBirthDateFxYear on DxBirthDateFxYear) [Type = bitmap];
Index for fact 8.
Index methods: DxBirthDateFxYearCompute(), DxBirthDateFxYearDisplayToLogical(), DxBirthDateFxYearGet(), DxBirthDateFxYearIsValid(), DxBirthDateFxYearLogicalToDisplay(), DxBirthDateFxYearLogicalToOdbc(), DxBirthDateFxYearNormalize(), DxBirthDateFxYearSQLCompute()
index (DxBirthTime on DxBirthTime) [Type = bitmap];
Index for fact 14.
Index methods: DxBirthTimeCompute(), DxBirthTimeDisplayToLogical(), DxBirthTimeGet(), DxBirthTimeIsValid(), DxBirthTimeLogicalToDisplay(), DxBirthTimeLogicalToOdbc(), DxBirthTimeNormalize(), DxBirthTimeSQLCompute()
index (DxColor on DxColor) [Type = bitmap];
Index for fact 16.
Index methods: DxColorGet(), DxColorGetObject(), DxColorGetObjectId(), DxColorGetStored(), DxColorGetSwizzled(), DxColorIsValid(), DxColorNewObject(), DxColorSet(), DxColorSetObject(), DxColorSetObjectId(), DxColorUnSwizzle()
index (DxDiagnoses on DxDiagnoses(KEYS)) [Type = bitmap];
Index for fact 17.
Index methods: DxDiagnosesBuildValueArray(), DxDiagnosesDisplayToLogical(), DxDiagnosesGet(), DxDiagnosesGetStored(), DxDiagnosesIsValid(), DxDiagnosesLogicalToDisplay(), DxDiagnosesLogicalToOdbc(), DxDiagnosesNormalize(), DxDiagnosesSet()
index (DxDoc on DxDoc) [Type = bitmap];
Index for fact 19.
Index methods: DxDocGet(), DxDocGetObject(), DxDocGetObjectId(), DxDocGetStored(), DxDocGetSwizzled(), DxDocGroupGet(), DxDocGroupGetObject(), DxDocGroupGetObjectId(), DxDocGroupGetStored(), DxDocGroupGetSwizzled(), DxDocGroupIsValid(), DxDocGroupNewObject(), DxDocGroupSet(), DxDocGroupSetObject(), DxDocGroupSetObjectId(), DxDocGroupUnSwizzle(), DxDocIsValid(), DxDocNewObject(), DxDocSet(), DxDocSetObject(), DxDocSetObjectId(), DxDocTypeGet(), DxDocTypeGetObject(), DxDocTypeGetObjectId(), DxDocTypeGetStored(), DxDocTypeGetSwizzled(), DxDocTypeIsValid(), DxDocTypeNewObject(), DxDocTypeSet(), DxDocTypeSetObject(), DxDocTypeSetObjectId(), DxDocTypeUnSwizzle(), DxDocUnSwizzle()
index (DxDocGroup on DxDocGroup) [Type = bitmap];
Index for fact 18.
Index methods: DxDocGroupGet(), DxDocGroupGetObject(), DxDocGroupGetObjectId(), DxDocGroupGetStored(), DxDocGroupGetSwizzled(), DxDocGroupIsValid(), DxDocGroupNewObject(), DxDocGroupSet(), DxDocGroupSetObject(), DxDocGroupSetObjectId(), DxDocGroupUnSwizzle()
index (DxDocType on DxDocType) [Type = bitmap];
Index for fact 20.
Index methods: DxDocTypeGet(), DxDocTypeGetObject(), DxDocTypeGetObjectId(), DxDocTypeGetStored(), DxDocTypeGetSwizzled(), DxDocTypeIsValid(), DxDocTypeNewObject(), DxDocTypeSet(), DxDocTypeSetObject(), DxDocTypeSetObjectId(), DxDocTypeUnSwizzle()
index (DxGender on DxGender) [Type = bitmap];
Index for fact 21.
Index methods: DxGenderGet(), DxGenderGetObject(), DxGenderGetObjectId(), DxGenderGetStored(), DxGenderGetSwizzled(), DxGenderIsValid(), DxGenderNewObject(), DxGenderSet(), DxGenderSetObject(), DxGenderSetObjectId(), DxGenderUnSwizzle()
index (DxHomeCity on DxHomeCity) [Type = bitmap];
Index for fact 23.
Index methods: DxHomeCityGet(), DxHomeCityGetObject(), DxHomeCityGetObjectId(), DxHomeCityGetStored(), DxHomeCityGetSwizzled(), DxHomeCityIsValid(), DxHomeCityNewObject(), DxHomeCitySet(), DxHomeCitySetObject(), DxHomeCitySetObjectId(), DxHomeCityUnSwizzle()
index (DxHomeZIP on DxHomeZIP) [Type = bitmap];
Index for fact 22.
Index methods: DxHomeZIPGet(), DxHomeZIPGetObject(), DxHomeZIPGetObjectId(), DxHomeZIPGetStored(), DxHomeZIPGetSwizzled(), DxHomeZIPIsValid(), DxHomeZIPNewObject(), DxHomeZIPSet(), DxHomeZIPSetObject(), DxHomeZIPSetObjectId(), DxHomeZIPUnSwizzle()
index (DxIndustry on DxIndustry) [Type = bitmap];
Index for fact 26.
Index methods: DxIndustryGet(), DxIndustryGetObject(), DxIndustryGetObjectId(), DxIndustryGetStored(), DxIndustryGetSwizzled(), DxIndustryIsValid(), DxIndustryNewObject(), DxIndustrySet(), DxIndustrySetObject(), DxIndustrySetObjectId(), DxIndustryUnSwizzle()
index (DxPatGroup on DxPatGroup) [Type = bitmap];
Index for fact 25.
Index methods: DxPatGroupGet(), DxPatGroupGetObject(), DxPatGroupGetObjectId(), DxPatGroupGetStored(), DxPatGroupGetSwizzled(), DxPatGroupIsValid(), DxPatGroupNewObject(), DxPatGroupSet(), DxPatGroupSetObject(), DxPatGroupSetObjectId(), DxPatGroupUnSwizzle()
index (DxProfession on DxProfession) [Type = bitmap];
Index for fact 27.
Index methods: DxProfessionGet(), DxProfessionGetObject(), DxProfessionGetObjectId(), DxProfessionGetStored(), DxProfessionGetSwizzled(), DxProfessionIsValid(), DxProfessionNewObject(), DxProfessionSet(), DxProfessionSetObject(), DxProfessionSetObjectId(), DxProfessionUnSwizzle()
index (DxTested on DxTested) [Type = bitmap];
Index for fact 24.
Index methods: DxTestedGet(), DxTestedGetObject(), DxTestedGetObjectId(), DxTestedGetStored(), DxTestedGetSwizzled(), DxTestedIsValid(), DxTestedNewObject(), DxTestedSet(), DxTestedSetObject(), DxTestedSetObjectId(), DxTestedUnSwizzle()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Mx3510953892I on Mx3510953892I) [Type = bitslice];
Index for measure M3.
Index methods: Mx3510953892IDisplayToLogical(), Mx3510953892IExists(), Mx3510953892IGet(), Mx3510953892IGetStored(), Mx3510953892IIsValid(), Mx3510953892ILogicalToDisplay(), Mx3510953892INormalize(), Mx3510953892ISet()
index (Mx3510953892ISearch on Mx3510953892I) [Type = bitmap];
Search index for fact M3.
index (Mx949945609I on Mx949945609I) [Type = bitslice];
Index for measure M2.
Index methods: Mx949945609IDisplayToLogical(), Mx949945609IExists(), Mx949945609IGet(), Mx949945609IGetStored(), Mx949945609IIsValid(), Mx949945609ILogicalToDisplay(), Mx949945609INormalize(), Mx949945609ISet()
index (Mx949945609ISearch on Mx949945609I) [Type = bitmap];
Search index for fact M2.
index (MxAge on MxAge) [Type = bitslice];
Index for measure M1.
Index methods: MxAgeDisplayToLogical(), MxAgeExists(), MxAgeGet(), MxAgeGetStored(), MxAgeIsValid(), MxAgeLogicalToDisplay(), MxAgeNormalize(), MxAgeSet()
index (MxTestScore on MxTestScore) [Type = bitslice];
Index for measure M4.
Index methods: MxTestScoreDisplayToLogical(), MxTestScoreExists(), MxTestScoreGet(), MxTestScoreGetStored(), MxTestScoreIsValid(), MxTestScoreLogicalToDisplay(), MxTestScoreNormalize(), MxTestScoreSet()
index (MxTestScoreSearch on MxTestScore) [Type = bitmap];
Search index for fact M4.

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (DeepSee.Model.PatientsCube.Fact)

^DeepSee.Fact("DEEPSEE.MODEL.PATIENTSCUBE.FACT")(ID)
=
%sourceId
DxBirthDateTimeStamp
DxBirthDate
DxAgeGroup
DxAgeBucket
DxAge
DxAllergies
DxAllergySeverities
Dx1910845473
DxColor
DxDiagnoses
DxDocGroup
DxDoc
DxDocType
DxGender
DxHomeZIP
DxHomeCity
DxTested
DxPatGroup
DxIndustry
DxProfession
MxAge
Mx949945609I
Mx3510953892I
MxTestScore
FeedbackOpens in a new tab