EDPQLP ;SLC/KCM - Log Entry Patients ;2/28/12 08:33am
Source file <EDPQLP.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
GET(AREA,TOKEN) | ; Return lists for edit context
|
|
BLDDUP(DUP,AREA) | ; Build duplicate name/last4 counters
; called from GET^EDPQLP, GET^EDPQDB -- expect EDPSITE |
|
SIM(NAME,LAST4,DUP) | ; Return true if similar patient name/last4
|
|
CLOSED(AREA,PARTIAL) | ; find matches on name
|
|
XCLOSED | ; exit case statement
|
|
BS5(X) | ; find matches by last inital, last 4
|
|
SSN(X) | ; find matches by SSN
|
|
DAY(X) | ; find matches by DATE
|
|
LNAM(PARTIAL) | ; find matches by name
|
|
ADDVST(IEN) | ; add node for visit
|