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

PXRMDTX1.m

Go to the documentation of this file.
  1. PXRMDTX1 ; SLC/AGP - Reminder Dialog Taxonomy Field editor/List Manager ;Jun 22, 2021@08:09:50
  1. ;;2.0;CLINICAL REMINDERS;**65**;Feb 04, 2005;Build 438
  1. ;
  1. HELP(HTEXT) ;
  1. N CNT S CNT=1
  1. S HTEXT(CNT)="Set the taxonomy pick list display for the codes marked to be used in a dialog."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ A: To display a pick list for all coding systems "
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ D: To display a pick list for the diagnosis codes."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ Other coding system values will automatically be filed to the encounter."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ P: To display a pick list for the procedure codes."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ Other coding system values will automatically be filed to the encounter."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ S: To display a pick list for standard codes."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ Other coding system values will automatically be filed to the encounter."
  1. S CNT=CNT+1,HTEXT(CNT)="\\\\ N: To not display a pick list all codes will automatically be filed to the encounter."
  1. Q
  1. ;