Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 409.641

Package: Scheduling

QUERY OBJECT(#409.64)-->409.641

Sub-Field: 409.641


Information

Parent File Name Number Package
QUERY OBJECT(#409.64) SUPPORTED INDEXES 409.641 Scheduling

Details

Field # Name Loc Type Details
.01 INDEX 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  JUL 21, 1997
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  This property is the name on the index supported by the custodial
    package.
    Note: This is not the name of the cross reference being used
    internally. This is a easy to understand text that
    describes the content of the cross reference.
    For example:
    File: Patient
    Cross Reference: B
    Index: PATIENT NAME
  • CROSS-REFERENCE:  409.641^B
    1)= S ^SD(409.64,DA(1),"INDEX","B",$E(X,1,30),DA)=""
    2)= K ^SD(409.64,DA(1),"INDEX","B",$E(X,1,30),DA)
.02 CROSS REFERENCE 0;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  JUL 21, 1997
  • HELP-PROMPT:  Answer must be 1-30 characters in length.
  • DESCRIPTION:  This property indicates the specific internal VA FileMan cross reference
    associated with the index being defined.
.03 TYPE 0;3 SET
  • '1' FOR REGULAR;
  • '2' FOR REGULAR DATE/TIME;
  • '3' FOR COMPOSITE;
  • '4' FOR COMPOSITE DATE/TIME;

  • LAST EDITED:  JUL 21, 1997
  • DESCRIPTION:  This property indicates the type of index being defined. Based
    on this type, various query object method will execute generic
    logic that applies to all indexes of the specified type.
    Note: Currently, 8/97, the 'COMPOSITE' type is not supported.
    Examples:
    Index Type
    ----- ----
    ^SCE("C",DFN,DA) REGULAR
    ^SCE("B",DATETIME,DA) REGULAR DATE/TIME
    ^SCE("ADFN",DFN,DATETIME,DA) COMPOSITE DATE/TIME
101 CUSTOM NODE VALIDATOR VALIDATOR;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  JUL 21, 1997
  • HELP-PROMPT:  This is Standard MUMPS code.
  • DESCRIPTION:  This property contains any query specific validator logic that the
    custodial pacakge needs performed. This logic is executed
    after the various methods execute the intrinic $QUERY function.
    Normally, the generic validator associated with the index type is
    sufficient and no custom logic is required.
    The validator checks to see if $QUERY returns a value that is
    beyond the scope of the query object's properties. For example,
    if your query is for a specific patient, the validator will
    check if a new patient has been reached by $QUERY.
    WRITE AUTHORITY: @
Info |  Details