Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Accessed By FileMan Db Calls |  Fields
Print Page as PDF
Global: ^MHV(2275.3

Package: My HealtheVet

Global: ^MHV(2275.3


Information

FileMan FileNo FileMan Filename Package
2275.3 MHV REQUEST TYPE My HealtheVet

Description

Accessed By FileMan Db Calls, Total: 1

Package Total Routines
My HealtheVet 1 MHVU2    

Fields, Total: 8

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  DEC 16, 2005
  • HELP-PROMPT:  Answer must be 3-30 characters in length
  • DESCRIPTION:  
    Name of request type.
  • TECHNICAL DESCR:  
    Name of request type.
  • CROSS-REFERENCE:  2275.3^B
    1)= S ^MHV(2275.3,"B",$E(X,1,30),DA)=""
    2)= K ^MHV(2275.3,"B",$E(X,1,30),DA)
.02 NUMBER 0;2 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>99999999)!(X<1)!(X?.E1"."1.N) X
  • LAST EDITED:  DEC 16, 2005
  • HELP-PROMPT:  Type a number between 1 and 99999999, 0 Decimal Digits
  • DESCRIPTION:  
    Internal number to identify this request type. Should be unique.
  • TECHNICAL DESCR:  Internal number to identify this request type. Allows lookup by number as well as by name or datatype. Should be unique, though this is not enforced. If multiple mappings to the same request are needed, it should be
    done through the MHV DATATYPE multiple.
  • CROSS-REFERENCE:  2275.3^C
    1)= S ^MHV(2275.3,"C",$E(X,1,30),DA)=""
    2)= K ^MHV(2275.3,"C",$E(X,1,30),DA)
.03 BLOCKED? 0;3 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  DEC 16, 2005
  • HELP-PROMPT:  Block requests of this type? YES or NO
  • DESCRIPTION:  
    Disable processing of this request type.
  • TECHNICAL DESCR:  
    Disable processing of this request type. A negative acknowlegement will be sent.
.04 REALTIME? 0;4 SET
  • '0' FOR NOT ALLOWED;
  • '1' FOR ALLOWED;

  • LAST EDITED:  DEC 16, 2005
  • HELP-PROMPT:  Synchronous calls for this type? ALLOWED or NOT ALLOWED
  • DESCRIPTION:  
    Allow synchronous requests for this type.
  • TECHNICAL DESCR:  
    Allow synchronous responses for this request type. If NOT ALLOWED and a synchronous call is made, a negative acknowledgement will be sent.
.05 EXECUTE ROUTINE 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>17!($L(X)<3) X
  • LAST EDITED:  APR 21, 2008
  • HELP-PROMPT:  Answer must be 3-17 characters in length
  • DESCRIPTION:  
    Enter MUMPS tag and routine to execute for processing this request type. Use a tilde (~) instead of a circumflex (^).
.06 BUILDER ROUTINE 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>17!($L(X)<3) X
  • LAST EDITED:  APR 21, 2008
  • HELP-PROMPT:  Answer must be 3-17 characters in length
  • DESCRIPTION:  
    Enter MUMPS tag and routine to execute for building the request specific response message. Use a tilde (~) instead of a circumflex (^).
1 MHV DATATYPE 1;0 Multiple #2275.31 2275.31

  • DESCRIPTION:  
    String to identify request type in inbound message.
  • TECHNICAL DESCR:  
    String to identify request type in inbound message. Usually passed by query message to indicate which domain is being requested.
2 DESCRIPTION 2;0 WORD-PROCESSING #2275.32

  • TECHNICAL DESCR:  
    Information about this request type.
  • LAST EDITED:  DEC 16, 2005
  • DESCRIPTION:  
    Description of this request type.
  • TECHNICAL DESCR:  
    Description of this request type.
Info |  Desc |  Accessed By FileMan Db Calls |  Fields