Name | Value |
---|---|
NAME | VPR RACE |
DEFAULT FILE NUMBER | 10.99 |
DATA MODEL | SDA |
DISPLAY NAME | Race |
ITEM |
|
DESCRIPTION | This entity supports VPR PATIENT, and expects the VADM(12,#) array from VADPT where ID is the subscript. The GET ID ACTION logic will get the Race file #10 ien from the current VADM(12) entry and convert it to Race Master file #10.99 ien; the #10 ien^name will be available in DATA, and the method of collection in DATA1. |
GET EXIT ACTION | K DATA,DATA1 |
GET ID ACTION | S DATA=$G(VADM(12,DIEN)),DATA1=$G(VADM(12,DIEN,1)),DIEN=+$G(^DIC(10,+DATA,"MASTER")) ;convert #10 ien^name to #10.99 ien |