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.CompoundCube.Patients.DxDoc

persistent class DeepSee.Model.CompoundCube.Patients.DxDoc extends %DeepSee.DimensionTable

SQL Table Name: DeepSee_Model_CompoundCube_Patients.DxDoc

Dimension table for cube 'CompoundCube/Patients' THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateStarTable.

This class was generated by : DeepSee.Model.CompoundCube.Patients.CLS

Property Inventory

Method Inventory

Parameters

parameter CUBENAME = CompoundCube/Patients;
Inherited description: Name of the cube that created this dimension table.
parameter DESCRIPTIONPROPERTY;
parameter KEYPROPERTY = DxDoc;

Properties

property DxDoc as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Required ];
Dimension property: DxDoc
Source: %source.PrimaryCarePhysician
Property methods: DxDocDisplayToLogical(), DxDocGet(), DxDocGetStored(), DxDocLogicalToDisplay(), DxDocLogicalToOdbc(), DxDocNormalize(), DxDocSet()
property DxDocGroup as DeepSee.Model.CompoundCube.Patients.DxDocGroup [ Required ];
Dimension property: DxDocGroup
Source: PrimaryCarePhysician.DoctorGroup
Property methods: DxDocGroupGet(), DxDocGroupGetObject(), DxDocGroupGetObjectId(), DxDocGroupGetStored(), DxDocGroupGetSwizzled(), DxDocGroupIsValid(), DxDocGroupNewObject(), DxDocGroupSet(), DxDocGroupSetObject(), DxDocGroupSetObjectId(), DxDocGroupUnSwizzle()
property PxDoc as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000);
Dimension property: PxDoc
Source: %source.PrimaryCarePhysician.LastName_", "_%source.PrimaryCarePhysician.FirstName
Property methods: PxDocDisplayToLogical(), PxDocGet(), PxDocGetStored(), PxDocIsValid(), PxDocLogicalToDisplay(), PxDocLogicalToOdbc(), PxDocNormalize(), PxDocSet()

Methods

classmethod %Count() as %Integer
Return the total number of members within this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetDimensionProperty(pProp As %String, pID As %String, Output pFormat As %String, Output pType As %String) as %String
Fetch the value of a given dimension property.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetMemberSpec(pMemberId As %String, pCubeName As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %String
Return the specification string for the given member.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod DxDocIsValid(pArg As %String) as %Status
Validate the KEY value for this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Idx2 on DxDocGroup,PxDoc);
Index methods: Idx2Exists()
index (Idx3 on PxDoc);
Index methods: Idx3Exists()
index (Primary on DxDocGroup,DxDoc) [Unique];
Index methods: PrimaryCheck(), PrimaryCheckUnique(), PrimaryDelete(), PrimaryExists(), PrimaryOpen(), PrimarySQLCheckUnique(), PrimarySQLExists(), PrimarySQLFindPKeyByConstraint(), PrimarySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (DeepSee.Model.CompoundCube.Patients.DxDoc)

^DeepSee.Dimension("DEEPSEE.MODEL.COMPOUNDCUBE.PATIENTS.DXDOC")(ID)
=
%%CLASSNAME
DxDoc
DxDocGroup
PxDoc
FeedbackOpens in a new tab