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: 160.171

Package: Oncology

ONCOLOGY PCE EXTRACT FORMAT(#160.17)-->160.171

Sub-Field: 160.171


Information

Parent File Name Number Package
ONCOLOGY PCE EXTRACT FORMAT(#160.17) FIELD 160.171 Oncology

Details

Field # Name Loc Type Details
.01 STARTING POSITION 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JUL 31, 1997
  • HELP-PROMPT:  Type a Number between 0 and 999999, 0 Decimal Digits
  • DESCRIPTION:  
    The starting position do the field within the extract.
  • CROSS-REFERENCE:  160.171^B
    1)= S ^ONCO(160.17,DA(1),"FIELD","B",$E(X,1,30),DA)=""
    2)= K ^ONCO(160.17,DA(1),"FIELD","B",$E(X,1,30),DA)
1 LENGTH 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 30, 1997
  • HELP-PROMPT:  Type a Number between 1 and 999999, 0 Decimal Digits
  • DESCRIPTION:  
    This contains the character length of the field.
2 ENDING POSITION 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 30, 1997
  • HELP-PROMPT:  Type a Number between 1 and 999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the ending position of the field data.
3 NAME 0;4 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
  • LAST EDITED:  OCT 25, 1999
  • HELP-PROMPT:  Answer must be 1-45 characters in length.
  • DESCRIPTION:  
    This is the name given to the field within the extract.
  • CROSS-REFERENCE:  160.171^C
    1)= S ^ONCO(160.17,DA(1),"FIELD","C",$E(X,1,30),DA)=""
    2)= K ^ONCO(160.17,DA(1),"FIELD","C",$E(X,1,30),DA)
    Name cross reference.
4 ACTION 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>250!($L(X)<1) X
  • LAST EDITED:  JUL 29, 1997
  • HELP-PROMPT:  Answer must be 1-250 characters in length.
  • DESCRIPTION:  Enter MUMPS Code that sets ACDANS to a value. DO NOT USE THE "^" (UP-ARROW). Fileman will not except and up-arrow. Use "~" tilde to replace all up-arrows. The system has been coded to convert the tilde to an up-arrow
    when it executes the string.
    S ACDANS=123
    S ACDANS=$$FUNCT~ROUTINE(IEN)
    Preset Varables:
    IEN=Internal Entry number of the entry in file 165.5
    ACD160=Internal Entry number of the entry in file 160 that is
    link to the entry in file 165.5
5 DEFAULT 2;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>200!($L(X)<1) X
  • LAST EDITED:  MAY 09, 1997
  • HELP-PROMPT:  Answer must be 1-200 characters in length.
  • DESCRIPTION:  The default value of a field that is has no data stored. Values can be:
    BLANK = " "
    ZERO = "0"
6 FILL 3;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>200!($L(X)<1) X
  • LAST EDITED:  MAY 09, 1997
  • HELP-PROMPT:  Answer must be 1-200 characters in length.
  • DESCRIPTION:  The filler that is stuffed in front of or behind the data if it is not the max length. This element is devided into two pieces delimeted by a comma. The first part tell where the fill is to go. Second part tells waht to
    fill with. "R" means to fill on the right side of the value and "L" means
    Example: L,BLANK = Fill the field with blanks then add the value to the remainder
    BLANK = " "
    ZERO = "0"
    NINE = "9"
Info |  Details