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

HMPDJFSD.m

Go to the documentation of this file.
  1. HMPDJFSD ;SLC/KCM,ASMR/RRB,MBS -- Domain Lists for Extract and Freshness Stream;Sep 1, 2016 17:28:47
  1. ;;2.0;ENTERPRISE HEALTH MANAGEMENT PLATFORM;**2,3**;Sep 01, 2011;Build 15
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. ; DE2818/RRB: SQA findings 1st 3 lines
  1. ;
  1. ; DE6652 - JD - 9/1/16: Removed sign-symptom domain from the list for operational data.
  1. ; OPDOMS tag.
  1. ;
  1. Q
  1. ;
  1. PTDOMS(LIST) ; load default patient domains (put in parameter?); cpc modded order 9/29/2015; DE4879 - Removed "factor" entry
  1. ;;order
  1. ;;vital
  1. ;;lab
  1. ;;med
  1. ;;document
  1. ;;allergy
  1. ;;auxiliary
  1. ;;appointment
  1. ;;diagnosis
  1. ;;visit
  1. ;;immunization
  1. ;;obs
  1. ;;problem
  1. ;;procedure
  1. ;;consult
  1. ;;image
  1. ;;surgery
  1. ;;task
  1. ;;ptf
  1. ;;exam
  1. ;;cpt
  1. ;;education
  1. ;;pov
  1. ;;skin
  1. ;;treatment
  1. ;;roadtrip
  1. ;;patient
  1. ;;zzzzz
  1. ;
  1. ;;mh
  1. ;
  1. N I,X
  1. F I=1:1 S X=$P($T(PTDOMS+I),";;",2,99) Q:X="zzzzz" S LIST(I)=X
  1. Q
  1. ;
  1. OPDOMS(LIST) ; load default operational domains (put in parameter?)
  1. ;;asu-class;^USR(8930)
  1. ;;asu-rule;^USR(8930.1)
  1. ;;category;^HMP(800000.11)
  1. ;;charttab;^HMP(800000.11)
  1. ;;displaygroup;^ORD(100.98)
  1. ;;doc-def;^TIU(8925.1)
  1. ;;labgroup;^LAB(64.5,1,1)
  1. ;;labpanel;^LAB(60)
  1. ;;location;^SC
  1. ;;orderable;^ORD(101.43)
  1. ;;page;^HMP(800000.11)
  1. ;;pt-select;^DPT
  1. ;;personphoto;^HMP(800000.11)
  1. ;;pointofcare;^HMP(800000.11)
  1. ;;quick;^ORD(101.41)
  1. ;;roster;^HMPROSTR
  1. ;;route;^PS(51.2)
  1. ;;schedule;^PS(51.1)
  1. ;;team;^HMP(800000.11)
  1. ;;teamposition;^HMP(800000.11)
  1. ;;user;^VA(200)
  1. ;;usertabprefs;^HMP(800000.11)
  1. ;;viewdefdef;^HMP(800000.11)
  1. ;;viewdefdefcoldefconfigtemplate;^HMP(800000.11)
  1. ;;immunization;^AUTTIMM
  1. ;;allergy-list;^GMRD(120.82)
  1. ;;vital-type;^GMRD(120.51)
  1. ;;vital-qualifier;^GMRD(120.52)
  1. ;;vital-category;^GMRD(120.53)
  1. ;;zzzzz
  1. ;
  1. ;;problem-list;^LEX(757.01)
  1. ;;clioterminology
  1. ;;doc-action
  1. ;;doc-status
  1. ;;sign-symptom;^GMRD(120.83) ;DE6652 - Removed from OPDOMS list
  1. ;
  1. N I,X
  1. F I=1:1 S X=$P($T(OPDOMS+I),";",3) Q:X="zzzzz" S LIST(I)=X
  1. Q
  1. ;