Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: PXCEPOV

PXCEPOV.m

Go to the documentation of this file.
  1. PXCEPOV ;ISL/dee - Used to edit and display V POV ;04/08/2019
  1. ;;1.0;PCE PATIENT CARE ENCOUNTER;**27,121,124,170,168,199,211**;Aug 12, 1996;Build 454
  1. ;
  1. ;Reference to ICDEX supported by ICR #5747.
  1. ;Reference to LEXU supported by ICR #5679.
  1. ;
  1. Q
  1. ;
  1. ;Line with the line label "FORMAT"
  1. ;;Long name~File Number~Node Subscripts~Allow Duplicate entries (1=yes, 0=no)~File global name
  1. ; 1 2 3 4 5
  1. ;
  1. ;Following lines:
  1. ;;Node~Piece~,Field Number~Edit Label~Display Label~Display Routine~Edit Routine~Help Text for DIR(?)~Set of PXCEKEYS that can Edit~D if Detail Display Only~
  1. ; 1 ~ 2 ~ 3 ~ 4 ~ 5 ~ 6 ~ 7 ~ 8 ~ 9 ~ 10
  1. ;The Display & Edit routines are for special cases.
  1. ; (The .01 field cannot have a special edit.)
  1. ;
  1. FORMAT ;;Diagnosis~9000010.07~0,12,800,802,811,812~1~^AUPNVPOV
  1. ;;0~1~.01~ICD Code or Diagnosis: ~ICD Code: ~$$DISPLY01^PXCEPOV~ICDCODE^PXCEPOV1~^D HELP^PXCEHELP~~B
  1. ;;0~4~.04~Provider Narrative: ~Provider Narrative: ~$$DNARRAT^PXCEPOV1~ENARRAT^PXCEPOV1(1,1,1,80,10,3)~~~B
  1. ;;0~12~.12~Is this Diagnosis Primary for the Encounter: ~Primary or Secondary Diagnosis: ~$$DPRIMSEC^PXCEPOV1~EPRIMSEC^PXCEPRV~~~B
  1. ;;0~17~.17~Is this Diagnosis Ordering, Resulting, or Both: ~Ordering/Resulting Diagnosis: ~~~~~B
  1. ;;0~6~.06~Modifier: ~Modifier: ~~~~~D
  1. ;;0~13~.13~Injury Date and (optional) Time~Date of Injury: ~~EINJURY^PXCEPOV1~~~D
  1. ;;12~1~1201~Event Date and Time: ~Event Date and Time: ~~EVENTDT^PXCEPOV1~~~D
  1. ;;12~4~1204~Encounter Provider: ~Encounter Provider: ~~EPROV12^PXCEPRV~~~D
  1. ;;802~1~80201~Provider Narrative Category: ~Provider Narrative Category: ~$$DNARRAT^PXCEPOV1~ENARRAT^PXCEPOV1(0,2,0,80,5)~~C~D
  1. ;;811~1~81101~Comments: ~Comments: ~~~~~D
  1. ;;812~2~81202~Package: ~Package: ~~SKIP^PXCEPOV~~~D
  1. ;;812~3~81203~Data Source: ~Data Source: ~~SKIP^PXCEPOV~~~D
  1. ;;800~1~80001~Service Connected: ~Service Connected: ~~GET800^PXCEC800~~~D
  1. ;;800~7~80007~Combat Veteran: ~Combat Veteran: ~~SKIP^PXCEPOV~~~D
  1. ;;800~2~80002~Agent Orange Exposure: ~Agent Orange Exposure: ~~SKIP^PXCEPOV~~~D
  1. ;;800~3~80003~Ionizing Radiation Exposure: ~Ionizing Radiation Exposure: ~~SKIP^PXCEPOV~~~D
  1. ;;800~4~80004~SW Asia Conditions: ~SW Asia Conditions: ~~SKIP^PXCEPOV~~~D
  1. ;;800~8~80008~Project 112/SHAD: ~Project 112/SHAD: ~~SKIP^PXCEPOV~~~D
  1. ;;800~5~80005~Military Sexual Trauma: ~Military Sexual Trauma: ~~SKIP^PXCEPOV~~~D
  1. ;;800~6~80006~Head and/or Neck Cancer: ~Head and/or Neck Cancer: ~~SKIP^PXCEPOV~~~D
  1. ;
  1. ;The interface for AICS to get list on form for help.
  1. INTRFACE ;;DG SELECT ICD DIAGNOSIS CODES
  1. ;
  1. ;********************************
  1. ;Special cases for display.
  1. ;
  1. ;********************************
  1. ;Display text for the .01 field which is a pointer to ^ICD9.
  1. ;(Must have is called by ASK^PXCEVFI2 and DEL^PXCEVFI2.)
  1. DISPLY01(PXCEPOV,PXCEDT) ;
  1. N CODESYS,CODESYSP,ICDSTR,TEXT
  1. I PXCEPOV="" Q ""
  1. S ICDSTR=$$ICDDX^ICDEX($P(PXCEPOV,U,1),PXCEDT,"","I",0)
  1. S CODESYS=$P(ICDSTR,U,20)
  1. S CODESYSP=$P($$CSYS^LEXU(CODESYS),U,4)
  1. S TEXT=$P(ICDSTR,U,2)_" ("_CODESYSP_")"
  1. ;Use short description for ICD-9.
  1. I CODESYS=1 S TEXT=TEXT_" "_$P(ICDSTR,"^",4)
  1. ;Use long description for ICD-10.
  1. I CODESYS=30 S TEXT=TEXT_" "_$$SENTENCE^XLFSTR($$LD^ICDEX(80,$P(PXCEPOV,U,1),PXCEDT))
  1. Q TEXT
  1. ;
  1. SKIP ;
  1. Q