/* * This file is automatically Generated by ProtoGen r1.3. * Do not edit it. * * Copyright (c) 1995, 1996 Gunther Schadow. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #pragma implementation "EventTypeCode.h" #include "EventTypeCode.h" #include "LinearCode.h" /* * code * * EventTypeCode(derived) -- event type */ const char *EventTypeCode::_table[EventTypeCode::size] = { "A01",// admit a patient "A02",// transfer a patient "A03",// discharge a patient "A04",// register a patient "A05",// preadmit a patient "A06",// transfer an outpatient to inpatient "A07",// transfer an inpatient to outpatient "A08",// update patient information "A09",// patient departing "A10",// patient arriving "A11",// cancel admit "A12",// cancel transfer "A13",// cancel discharge "A14",// pending admit "A15",// pending transfer "A16",// pending discharge "A17",// swap patients "A18",// merge patient information "A19",// patient, query "A20",// nursing/census application updates "A21",// leave of absence - out (leaving) "A22",// leave of absence - in (returning) "A23",// delete a patient recorf "A24",// link patient information "A25",// cancel pending discharge "A26",// cancel pending transfer "A27",// cancel pending admit "A28",// add person information "A29",// delete person information "A30",// merge person information "A31",// update person information "A32",// cancel patient arriving "A33",// cancel patient departing "A34",// merge patient information - patient id only "A35",// merge patient information - account number only "A36",// merge patient information - patient id and account number "A37",// unlink patient information "P01",// add and update patient account "P02",// purge patient account "P03",// post detail financial transaction "Q01",// immediate access "Q02",// deferred access "Q03",// deferred response to a query "Q05",// unsolicited display update };