Skip to main content

HS.Message.Crawler.Document

persistent class HS.Message.Crawler.Document extends HS.Message.Crawler.AbstractDataTransport

SQL Table Name: HS_Message_Crawler.Document

Property Inventory

Method Inventory

Properties

property CreationTimeInternal as %String;
Property methods: CreationTimeInternalDisplayToLogical(), CreationTimeInternalGet(), CreationTimeInternalGetStored(), CreationTimeInternalIsValid(), CreationTimeInternalLogicalToDisplay(), CreationTimeInternalLogicalToOdbc(), CreationTimeInternalNormalize(), CreationTimeInternalSet()
property DSTIME as %Integer;
DSTIME from %SYSTEM.DSTIME
Property methods: DSTIMEDisplayToLogical(), DSTIMEGet(), DSTIMEGetStored(), DSTIMEIsValid(), DSTIMELogicalToDisplay(), DSTIMENormalize(), DSTIMESet(), DSTIMEXSDToLogical()
property DocumentID as %BigInt (MINVAL = 1) [ Required ];
Property methods: DocumentIDDisplayToLogical(), DocumentIDGet(), DocumentIDGetStored(), DocumentIDIsValid(), DocumentIDLogicalToDisplay(), DocumentIDNormalize(), DocumentIDSet(), DocumentIDXSDToLogical()
property EventDate as %String [ Calculated ];
Property methods: EventDateCompute(), EventDateDisplayToLogical(), EventDateGet(), EventDateIsValid(), EventDateLogicalToDisplay(), EventDateLogicalToOdbc(), EventDateNormalize(), EventDateSQLCompute()
property EventDateMonth as %Integer [ Calculated ];
Property methods: EventDateMonthCompute(), EventDateMonthDisplayToLogical(), EventDateMonthGet(), EventDateMonthIsValid(), EventDateMonthLogicalToDisplay(), EventDateMonthNormalize(), EventDateMonthSQLCompute(), EventDateMonthXSDToLogical()
property EventDateWeek as %Integer [ Calculated ];
Property methods: EventDateWeekCompute(), EventDateWeekDisplayToLogical(), EventDateWeekGet(), EventDateWeekIsValid(), EventDateWeekLogicalToDisplay(), EventDateWeekNormalize(), EventDateWeekSQLCompute(), EventDateWeekXSDToLogical()
property EventDateYear as %Integer [ Calculated ];
Property methods: EventDateYearCompute(), EventDateYearDisplayToLogical(), EventDateYearGet(), EventDateYearIsValid(), EventDateYearLogicalToDisplay(), EventDateYearNormalize(), EventDateYearSQLCompute(), EventDateYearXSDToLogical()
property FacilityCode as %String (MAXLEN = 256) [ Calculated ];
Calculated Value of Facility Code for query display
Property methods: FacilityCodeCompute(), FacilityCodeDisplayToLogical(), FacilityCodeGet(), FacilityCodeIsValid(), FacilityCodeLogicalToDisplay(), FacilityCodeLogicalToOdbc(), FacilityCodeNormalize(), FacilityCodeSQLCompute()
property FacilityName as %String (MAXLEN = 256) [ Calculated ];
Calculated Value of Facility Name for query display
Property methods: FacilityNameCompute(), FacilityNameDisplayToLogical(), FacilityNameGet(), FacilityNameIsValid(), FacilityNameLogicalToDisplay(), FacilityNameLogicalToOdbc(), FacilityNameNormalize(), FacilityNameSQLCompute()
property FilingOp as %Integer;
FilingOp from %SYSTEM.DSTIME
Property methods: FilingOpDisplayToLogical(), FilingOpGet(), FilingOpGetStored(), FilingOpIsValid(), FilingOpLogicalToDisplay(), FilingOpNormalize(), FilingOpSet(), FilingOpXSDToLogical()
property FormatCodeCode as %String (MAXLEN = 256);
Property methods: FormatCodeCodeDisplayToLogical(), FormatCodeCodeGet(), FormatCodeCodeGetStored(), FormatCodeCodeIsValid(), FormatCodeCodeLogicalToDisplay(), FormatCodeCodeLogicalToOdbc(), FormatCodeCodeNormalize(), FormatCodeCodeSet()
property FormatCodeCodingScheme as %String (MAXLEN = 256);
Property methods: FormatCodeCodingSchemeDisplayToLogical(), FormatCodeCodingSchemeGet(), FormatCodeCodingSchemeGetStored(), FormatCodeCodingSchemeIsValid(), FormatCodeCodingSchemeLogicalToDisplay(), FormatCodeCodingSchemeLogicalToOdbc(), FormatCodeCodingSchemeNormalize(), FormatCodeCodingSchemeSet()
property ObjectId as %BigInt;
ObjectId from %SYSTEM.DSTIME
Property methods: ObjectIdDisplayToLogical(), ObjectIdGet(), ObjectIdGetStored(), ObjectIdIsValid(), ObjectIdLogicalToDisplay(), ObjectIdNormalize(), ObjectIdSet(), ObjectIdXSDToLogical()
property SourcePatientID as %String (MAXLEN = 255);
Property methods: SourcePatientIDDisplayToLogical(), SourcePatientIDGet(), SourcePatientIDGetStored(), SourcePatientIDIsValid(), SourcePatientIDLogicalToDisplay(), SourcePatientIDLogicalToOdbc(), SourcePatientIDNormalize(), SourcePatientIDSet()
property Status as %String (MAXLEN = 256);
Property methods: StatusDisplayToLogical(), StatusGet(), StatusGetStored(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
property TypeCode as %String (MAXLEN = 256) [ Calculated ];
Property methods: TypeCodeCompute(), TypeCodeDisplayToLogical(), TypeCodeGet(), TypeCodeIsValid(), TypeCodeLogicalToDisplay(), TypeCodeLogicalToOdbc(), TypeCodeNormalize(), TypeCodeSQLCompute()
property TypeCodeCode as %String (MAXLEN = 256);
Property methods: TypeCodeCodeDisplayToLogical(), TypeCodeCodeGet(), TypeCodeCodeGetStored(), TypeCodeCodeIsValid(), TypeCodeCodeLogicalToDisplay(), TypeCodeCodeLogicalToOdbc(), TypeCodeCodeNormalize(), TypeCodeCodeSet()
property TypeCodeCodingScheme as %String (MAXLEN = 256);
Property methods: TypeCodeCodingSchemeDisplayToLogical(), TypeCodeCodingSchemeGet(), TypeCodeCodingSchemeGetStored(), TypeCodeCodingSchemeIsValid(), TypeCodeCodingSchemeLogicalToDisplay(), TypeCodeCodingSchemeLogicalToOdbc(), TypeCodeCodingSchemeNormalize(), TypeCodeCodingSchemeSet()
property TypeScheme as %String (MAXLEN = 256) [ Calculated ];
Property methods: TypeSchemeCompute(), TypeSchemeDisplayToLogical(), TypeSchemeGet(), TypeSchemeIsValid(), TypeSchemeLogicalToDisplay(), TypeSchemeLogicalToOdbc(), TypeSchemeNormalize(), TypeSchemeSQLCompute()

Methods

classmethod GetFacilityCode(pSourcePatientID As %String = "") as %String
classmethod GetFacilityName(pFacilityCode As %String = "") as %String

Indexes

index ($Document on ) [Extent, Type = bitmap];
index (CreationTimeInternalIndex on CreationTimeInternal);
Index methods: CreationTimeInternalIndexExists()
index (DocumentIDIndex on DocumentID) [IdKey, Type = key];
Index methods: DocumentIDIndexCheck(), DocumentIDIndexDelete(), DocumentIDIndexExists(), DocumentIDIndexOpen(), DocumentIDIndexSQLCheckUnique(), DocumentIDIndexSQLExists(), DocumentIDIndexSQLFindPKeyByConstraint(), DocumentIDIndexSQLFindRowIDByConstraint()
index (IDXType on TypeScheme,TypeCode) [Type = bitmap];
index (IndexEventDate on EventDate);
Index methods: IndexEventDateExists(), IndexEventDateMonthExists(), IndexEventDateWeekExists(), IndexEventDateYearExists()
index (IndexEventDateMonth on EventDateMonth);
Index methods: IndexEventDateMonthExists()
index (IndexEventDateWeek on EventDateWeek);
Index methods: IndexEventDateWeekExists()
index (IndexEventDateYear on EventDateYear);
Index methods: IndexEventDateYearExists()
index (IndexFacilityCode on FacilityCode) [Type = bitmap];
index (StatusIndex on Status) [Type = bitmap];

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (HS.Message.Crawler.Document)

^HS.Message.Crawler.DocumentD(ID)
=
%%CLASSNAME
CreationTimeInternal
SourcePatientID
Status
FormatCodeCode
FormatCodeCodingScheme
FormatCodeNames
FormatCodeDescriptions
TypeCodeCode
TypeCodeCodingScheme
TypeCodeNames
TypeCodeDescriptions
FilingOp
DSTIME
ObjectId
FeedbackOpens in a new tab