Last change
on this file since 881 was 476, checked in by Kevin Toppenberg, 16 years ago |
New WorldVistA Config Utility
|
File size:
751 bytes
|
Rev | Line | |
---|
[476] | 1 | unit CCOW_const;
|
---|
| 2 |
|
---|
| 3 | interface
|
---|
| 4 | const
|
---|
| 5 | // Note: set the 'CCOW' suffix to the suffix this app should look for in the context.
|
---|
| 6 | // Eg. Patient.ID.MRN.GeneralHospital, Patient.ID.MRN.VendorAppName, etc.
|
---|
| 7 | // This string is used during startup (to check for an existing context),
|
---|
| 8 | // during a commit event (to check the new context), etc.
|
---|
| 9 |
|
---|
| 10 | //The VistA Domain
|
---|
| 11 | CCOW_LOGON_ID = 'user.id.logon.vistalogon'; //CCOW
|
---|
| 12 | //The VistA Token
|
---|
| 13 | CCOW_LOGON_TOKEN = 'user.id.logon.vistatoken'; //CCOW
|
---|
| 14 | //The VistA user Name
|
---|
| 15 | CCOW_LOGON_NAME = 'user.id.logon.vistaname'; //CCOW
|
---|
| 16 | // The VistA Vpid
|
---|
| 17 | CCOW_LOGON_VPID = 'user.id.logon.vpid';
|
---|
| 18 | // The generic name
|
---|
| 19 | CCOW_USER_NAME = 'user.co.name';
|
---|
| 20 |
|
---|
| 21 | implementation
|
---|
| 22 |
|
---|
| 23 | end.
|
---|
| 24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.