/* MySQL Backup Source Host: localhost Source Server Version: 4.1.10-nt Source Database: opendental Date: 2005/03/29 07:56:53 */ SET FOREIGN_KEY_CHECKS=0; use opendental; #---------------------------- # Table structure for adjustment #---------------------------- CREATE TABLE `adjustment` ( `AdjNum` mediumint(8) unsigned NOT NULL auto_increment, `AdjDate` date NOT NULL default '0001-01-01', `AdjAmt` double NOT NULL default '0', `PatNum` mediumint(8) unsigned NOT NULL default '0', `AdjType` smallint(5) unsigned NOT NULL default '0', `ProvNum` mediumint(8) unsigned NOT NULL default '0', `AdjNote` text NOT NULL, `ProcDate` date NOT NULL default '0001-01-01', `ProcNum` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`AdjNum`), KEY `indexPatNum` (`PatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table adjustment #---------------------------- #---------------------------- # Table structure for appointment #---------------------------- CREATE TABLE `appointment` ( `AptNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `AptStatus` tinyint(3) unsigned NOT NULL default '0', `Pattern` varchar(255) NOT NULL default '', `Confirmed` smallint(5) unsigned NOT NULL default '0', `AddTime` tinyint(3) NOT NULL default '0', `Op` smallint(5) unsigned NOT NULL default '0', `Note` text NOT NULL, `ProvNum` smallint(5) unsigned NOT NULL default '0', `ProvHyg` smallint(5) unsigned NOT NULL default '0', `AptDateTime` datetime NOT NULL default '0001-01-01 00:00:00', `NextAptNum` mediumint(8) unsigned NOT NULL default '0', `UnschedStatus` smallint(5) unsigned NOT NULL default '0', `Lab` tinyint(3) unsigned NOT NULL default '0', `IsNewPatient` tinyint(1) unsigned NOT NULL default '0', `ProcDescript` varchar(255) NOT NULL default '', `Assistant` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`AptNum`), KEY `indexPatNum` (`PatNum`), KEY `indexNextAptNum` (`NextAptNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table appointment #---------------------------- #---------------------------- # Table structure for apptview #---------------------------- CREATE TABLE `apptview` ( `ApptViewNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `RowsPerIncr` tinyint(3) unsigned NOT NULL default '1', PRIMARY KEY (`ApptViewNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table apptview #---------------------------- #---------------------------- # Table structure for apptviewitem #---------------------------- CREATE TABLE `apptviewitem` ( `ApptViewItemNum` mediumint(8) unsigned NOT NULL auto_increment, `ApptViewNum` smallint(5) unsigned NOT NULL default '0', `OpNum` smallint(5) unsigned NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `ElementDesc` varchar(255) NOT NULL default '', `ElementOrder` tinyint(3) unsigned NOT NULL default '0', `ElementColor` int(11) NOT NULL default '0', PRIMARY KEY (`ApptViewItemNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table apptviewitem #---------------------------- #---------------------------- # Table structure for autocode #---------------------------- CREATE TABLE `autocode` ( `AutoCodeNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `IsHidden` tinyint(1) unsigned NOT NULL default '0', `LessIntrusive` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`AutoCodeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table autocode #---------------------------- insert into autocode values (1, 'Amalgam', 0, 0), (5, 'Composite', 0, 0), (6, 'Root Canal', 0, 0), (7, 'Crown', 0, 0), (8, 'Bridge', 0, 0), (9, 'Extraction', 1, 0), (10, 'Denture', 0, 0), (11, 'PA', 0, 0), (12, 'BU/P&C', 0, 0), (13, 'RCT Retreat', 0, 0); #---------------------------- # Table structure for autocodecond #---------------------------- CREATE TABLE `autocodecond` ( `AutoCodeCondNum` smallint(5) unsigned NOT NULL auto_increment, `AutoCodeItemNum` smallint(5) unsigned NOT NULL default '0', `Cond` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`AutoCodeCondNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table autocodecond #---------------------------- insert into autocodecond values (65, 32, 0), (61, 30, 6), (14, 3, 5), (13, 1, 4), (20, 7, 0), (19, 6, 4), (18, 6, 0), (63, 5, 7), (21, 7, 5), (22, 8, 0), (23, 8, 6), (69, 33, 1), (68, 9, 7), (67, 9, 0), (29, 10, 1), (30, 10, 4), (31, 11, 1), (32, 11, 5), (33, 12, 1), (34, 12, 6), (72, 13, 7), (71, 13, 1), (38, 14, 0), (39, 15, 2), (40, 16, 3), (41, 17, 0), (44, 18, 1), (73, 19, 16), (74, 20, 15), (47, 21, 11), (48, 22, 12), (49, 23, 9), (50, 24, 10), (56, 25, 1), (57, 26, 0), (58, 27, 0), (59, 28, 2), (60, 29, 3), (64, 31, 8), (66, 32, 8), (70, 33, 8); #---------------------------- # Table structure for autocodeitem #---------------------------- CREATE TABLE `autocodeitem` ( `AutoCodeItemNum` smallint(5) unsigned NOT NULL auto_increment, `AutoCodeNum` smallint(5) unsigned NOT NULL default '0', `ADACode` varchar(15) NOT NULL default '', PRIMARY KEY (`AutoCodeItemNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table autocodeitem #---------------------------- insert into autocodeitem values (1, 1, 'D2140'), (3, 1, 'D2150'), (30, 1, 'D2160'), (5, 1, 'D2161'), (6, 5, 'D2330'), (7, 5, 'D2331'), (8, 5, 'D2332'), (9, 5, 'D2335'), (10, 5, 'D2391'), (11, 5, 'D2392'), (12, 5, 'D2393'), (13, 5, 'D2394'), (14, 6, 'D3310'), (15, 6, 'D3320'), (16, 6, 'D3330'), (17, 7, 'D2740'), (18, 7, 'D2750'), (19, 8, 'D6750'), (20, 8, 'D6240'), (21, 10, 'D5110'), (22, 10, 'D5120'), (23, 11, 'D0220'), (24, 11, 'D0230'), (25, 12, 'D2950'), (26, 12, 'D2954'), (27, 13, 'D3346'), (28, 13, 'D3347'), (29, 13, 'D3348'), (31, 1, 'D2161'), (32, 5, 'D2335'), (33, 5, 'D2394'); #---------------------------- # Table structure for carrier #---------------------------- CREATE TABLE `carrier` ( `CarrierNum` mediumint(8) unsigned NOT NULL auto_increment, `CarrierName` varchar(255) NOT NULL default '', `Address` varchar(255) NOT NULL default '', `Address2` varchar(255) NOT NULL default '', `City` varchar(255) NOT NULL default '', `State` varchar(255) NOT NULL default '', `Zip` varchar(255) NOT NULL default '', `Phone` varchar(255) NOT NULL default '', `ElectID` varchar(255) NOT NULL default '', `NoSendElect` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`CarrierNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table carrier #---------------------------- #---------------------------- # Table structure for claim #---------------------------- CREATE TABLE `claim` ( `ClaimNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `DateService` date NOT NULL default '0001-01-01', `DateSent` date NOT NULL default '0001-01-01', `ClaimStatus` char(1) NOT NULL default '', `DateReceived` date NOT NULL default '0001-01-01', `PlanNum` mediumint(8) unsigned NOT NULL default '0', `ProvTreat` smallint(5) unsigned NOT NULL default '0', `ClaimFee` double NOT NULL default '0', `InsPayEst` double NOT NULL default '0', `InsPayAmt` double NOT NULL default '0', `DedApplied` double NOT NULL default '0', `PreAuthString` varchar(40) NOT NULL default '', `IsProsthesis` char(1) NOT NULL default '', `PriorDate` date NOT NULL default '0001-01-01', `ReasonUnderPaid` varchar(255) NOT NULL default '', `ClaimNote` varchar(255) NOT NULL default '', `ClaimType` varchar(255) NOT NULL default '', `ProvBill` smallint(5) unsigned NOT NULL default '0', `ReferringProv` smallint(5) unsigned NOT NULL default '0', `RefNumString` varchar(40) NOT NULL default '', `PlaceService` tinyint(3) unsigned NOT NULL default '0', `AccidentRelated` char(1) NOT NULL default '', `AccidentDate` date NOT NULL default '0001-01-01', `AccidentST` varchar(2) NOT NULL default '', `EmployRelated` tinyint(3) unsigned NOT NULL default '0', `IsOrtho` tinyint(1) unsigned NOT NULL default '0', `OrthoRemainM` tinyint(3) unsigned NOT NULL default '0', `OrthoDate` date NOT NULL default '0001-01-01', `PatRelat` tinyint(3) unsigned NOT NULL default '0', `PlanNum2` mediumint(8) unsigned NOT NULL default '0', `PatRelat2` tinyint(3) unsigned NOT NULL default '0', `WriteOff` double NOT NULL default '0', `Radiographs` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`ClaimNum`), KEY `indexPatNum` (`PatNum`), KEY `indexPlanNum` (`PlanNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table claim #---------------------------- #---------------------------- # Table structure for claimform #---------------------------- CREATE TABLE `claimform` ( `ClaimFormNum` mediumint(8) unsigned NOT NULL auto_increment, `Description` varchar(50) NOT NULL default '', `IsHidden` tinyint(1) unsigned NOT NULL default '0', `FontName` varchar(255) NOT NULL default '', `FontSize` float unsigned NOT NULL default '0', `UniqueID` varchar(255) NOT NULL default '', `PrintImages` tinyint(1) unsigned NOT NULL default '0', `OffsetX` smallint(5) NOT NULL default '0', `OffsetY` smallint(5) NOT NULL default '0', PRIMARY KEY (`ClaimFormNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table claimform #---------------------------- insert into claimform values (1, 'ADA 2002', 0, 'Arial', '9', 'OD1', 1, 0, 0), (2, 'Denti-Cal', 0, 'Arial', '9', 'OD2', 0, 0, 0), (3, 'ADA 2000', 0, 'Arial', '9', 'OD3', 1, 0, 0), (4, 'HCFA-1500', 0, 'Arial', '9', 'OD4', 1, 0, 0), (5, 'HCFA-1500 preprinted', 0, 'Arial', '9', 'OD5', 0, 0, 0); #---------------------------- # Table structure for claimformitem #---------------------------- CREATE TABLE `claimformitem` ( `ClaimFormItemNum` mediumint(8) unsigned NOT NULL auto_increment, `ClaimFormNum` mediumint(8) unsigned NOT NULL default '0', `ImageFileName` varchar(255) NOT NULL default '', `FieldName` varchar(255) NOT NULL default '', `FormatString` varchar(255) NOT NULL default '', `XPos` float NOT NULL default '0', `YPos` float NOT NULL default '0', `Width` float NOT NULL default '0', `Height` float NOT NULL default '0', PRIMARY KEY (`ClaimFormItemNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table claimformitem #---------------------------- insert into claimformitem values (1095, 3, '', 'RadiographsNumAttached', '', '460', '545', '35', '14'), (1094, 3, '', 'RadiographsNotAttached', '', '495', '547', '0', '0'), (1093, 3, '', 'IsRadiographsAttached', '', '388', '548', '0', '0'), (1092, 3, '', 'EmployerName', '', '482', '391', '140', '14'), (1091, 1, '', 'BillingDentistMedicaidID', '', '39', '990', '120', '14'), (1090, 1, '', 'TreatingDentistMedicaidID', '', '492', '946', '117', '14'), (1089, 2, '', 'IsRadiographsAttached', '', '186', '187', '0', '0'), (1088, 2, '', 'RadiographsNumAttached', '', '111', '217', '30', '14'), (1087, 1, '', 'RadiographsNumAttached', '', '684', '738', '27', '14'), (370, 5, '', 'PriInsCarrierName', '', '533', '413', '250', '14'), (371, 5, '', 'OtherInsExists', '', '544', '450', '0', '0'), (372, 5, '', 'PriInsST', '', '674', '89', '30', '14'), (373, 5, '', 'P2Date', 'MM dd yy', '44', '784', '80', '14'), (374, 5, '', 'P3Code', '', '278', '817', '65', '14'), (375, 5, '', 'PatientLastFirst', '', '47', '180', '250', '13'), (376, 5, '', 'PatientPhone', '', '177', '281', '120', '14'), (377, 5, '', 'PatientDOB', 'MM dd yy', '336', '183', '90', '14'), (378, 5, '', 'PatientIsMale', '', '444', '182', '0', '0'), (379, 5, '', 'PatientIsFemale', '', '494', '183', '0', '0'), (380, 5, '', 'SubscrLastFirst', '', '528', '180', '250', '14'), (381, 5, '', 'PatientAddress', '', '47', '213', '250', '14'), (382, 5, '', 'PatientCity', '', '47', '245', '200', '14'), (383, 5, '', 'PatientST', '', '287', '245', '30', '14'), (384, 5, '', 'PatientZip', '', '47', '281', '100', '14'), (385, 5, '', 'RelatIsSelf', '', '353', '215', '0', '0'), (386, 5, '', 'RelatIsSpouse', '', '405', '214', '0', '0'), (387, 5, '', 'RelatIsChild', '', '445', '214', '0', '0'), (388, 5, '', 'RelatIsOther', '', '495', '214', '0', '0'), (389, 5, '', 'SubscrAddress', '', '528', '213', '250', '14'), (390, 5, '', 'SubscrCity', '', '528', '245', '200', '14'), (391, 5, '', 'SubscrST', '', '759', '245', '50', '14'), (392, 5, '', 'SubscrZip', '', '528', '280', '100', '14'), (393, 5, '', 'GroupNum', '', '528', '313', '250', '14'), (394, 5, '', 'SubscrDOB', 'MM dd yy', '564', '350', '100', '14'), (395, 5, '', 'SubscrIsMale', '', '703', '348', '0', '0'), (396, 5, '', 'SubscrIsFemale', '', '775', '348', '0', '0'), (397, 5, '', 'EmployerName', '', '533', '381', '250', '14'), (398, 5, '', 'IsFTStudent', '', '435', '283', '0', '0'), (399, 5, '', 'OtherInsSubscrLastFirst', '', '47', '313', '250', '14'), (400, 5, '', 'OtherInsGroupNum', '', '47', '346', '250', '14'), (401, 5, '', 'OtherInsSubscrDOB', 'MM dd yy', '45', '385', '100', '14'), (402, 5, '', 'OtherInsSubscrIsMale', '', '205', '384', '0', '0'), (403, 5, '', 'OtherInsSubscrIsFemale', '', '266', '384', '0', '0'), (404, 5, '', 'OtherInsCarrierName', '', '49', '446', '250', '14'), (405, 5, '', 'IsOccupational', '', '376', '351', '0', '0'), (406, 5, '', 'IsAutoAccident', '', '376', '383', '0', '0'), (407, 5, '', 'IsOtherAccident', '', '376', '415', '0', '0'), (408, 5, '', 'AccidentST', '', '477', '381', '25', '14'), (409, 5, '', 'PatientRelease', '', '88', '510', '250', '14'), (410, 5, '', 'PatientReleaseDate', 'MM/dd/yyyy', '394', '510', '113', '14'), (411, 5, '', 'PatientAssignment', '', '587', '510', '225', '14'), (412, 5, '', 'SubscrPhone', '', '673', '280', '120', '14'), (413, 5, '', 'PriInsCarrierName', '', '533', '47', '250', '14'), (414, 5, '', 'PriInsAddress', '', '533', '61', '250', '14'), (415, 5, '', 'PriInsCity', '', '533', '89', '140', '14'), (416, 5, '', 'PriInsZip', '', '704', '89', '79', '14'), (417, 5, '', 'P1Date', 'MM dd yy', '44', '751', '80', '14'), (418, 5, '', 'P1Code', '', '278', '751', '65', '14'), (419, 5, '', 'P1Fee', '', '598', '749', '75', '14'), (420, 5, '', 'P2Code', '', '278', '785', '65', '14'), (421, 5, '', 'P2Fee', '', '598', '782', '75', '14'), (422, 5, '', 'P3Date', 'MM dd yy', '44', '817', '80', '14'), (423, 5, '', 'P3Fee', '', '598', '816', '75', '14'), (424, 5, '', 'P4Date', 'MM dd yy', '44', '850', '80', '14'), (425, 5, '', 'P4Code', '', '278', '851', '65', '14'), (426, 5, '', 'P4Fee', '', '598', '849', '75', '14'), (427, 5, '', 'P5Date', 'MM dd yy', '44', '884', '80', '14'), (428, 5, '', 'P5Code', '', '278', '883', '65', '14'), (429, 5, '', 'P5Fee', '', '598', '882', '75', '14'), (430, 5, '', 'P6Date', 'MM dd yy', '45', '917', '80', '14'), (431, 5, '', 'P6Code', '', '278', '917', '65', '14'), (432, 5, '', 'P6Fee', '', '598', '915', '75', '14'), (433, 5, '', 'BillingDentistSSNorTIN', '', '47', '949', '131', '14'), (434, 5, '', 'TotalFee', '', '621', '948', '75', '14'), (435, 5, '', 'BillingDentist', '', '526', '980', '250', '14'), (436, 5, '', 'BillingDentistAddress', '', '526', '993', '250', '14'), (437, 5, '', 'BillingDentistCity', '', '526', '1006', '139', '14'), (438, 5, '', 'BillingDentistST', '', '666', '1006', '30', '14'), (439, 5, '', 'BillingDentistZip', '', '696', '1006', '80', '14'), (440, 5, '', 'P3Date', 'MM dd yy', '132', '817', '80', '14'), (441, 5, '', 'P1Date', 'MM dd yy', '132', '751', '80', '14'), (442, 5, '', 'P2Date', 'MM dd yy', '132', '784', '80', '14'), (443, 5, '', 'P4Date', 'MM dd yy', '132', '850', '80', '14'), (444, 5, '', 'P5Date', 'MM dd yy', '132', '884', '80', '14'), (445, 5, '', 'P6Date', 'MM dd yy', '131', '917', '80', '14'), (446, 5, '', 'IsMedicaidClaim', '', '105', '152', '0', '0'), (447, 5, '', 'IsStandardClaim', '', '335', '152', '0', '0'), (448, 5, '', 'PriInsAddress2', '', '533', '75', '250', '14'), (449, 5, '', 'IsPTStudent', '', '495', '283', '0', '0'), (450, 5, '', 'PatientIsMarried', '', '435', '251', '0', '0'), (451, 5, '', 'PatientIsSingle', '', '373', '251', '0', '0'), (452, 5, '', 'IsNotOccupational', '', '435', '350', '0', '0'), (453, 5, '', 'IsNotAutoAccident', '', '435', '383', '0', '0'), (454, 5, '', 'IsNotOtherAccident', '', '435', '415', '0', '0'), (455, 5, '', 'OtherInsNotExists', '', '594', '449', '0', '0'), (456, 5, '', 'P1PlaceNumericCode', '', '216', '751', '28', '14'), (457, 5, '', 'P2PlaceNumericCode', '', '216', '784', '28', '14'), (458, 5, '', 'P3PlaceNumericCode', '', '217', '817', '28', '14'), (459, 5, '', 'P4PlaceNumericCode', '', '217', '850', '28', '14'), (460, 5, '', 'P5PlaceNumericCode', '', '217', '884', '28', '14'), (461, 5, '', 'P6PlaceNumericCode', '', '217', '917', '28', '14'), (462, 5, '', 'BillingDentistPh123', '', '526', '1019', '40', '14'), (463, 5, '', 'BillingDentistPh456', '', '567', '1019', '40', '14'), (464, 5, '', 'BillingDentistPh78910', '', '607', '1019', '50', '14'), (465, 5, '', 'BillingDentistNumIsSSN', '', '199', '951', '0', '0'), (466, 5, '', 'BillingDentistNumIsTIN', '', '219', '951', '0', '0'), (467, 4, '', 'BillingDentistNumIsTIN', '', '219', '951', '0', '0'), (468, 4, '', 'BillingDentistNumIsSSN', '', '199', '951', '0', '0'), (469, 4, '', 'BillingDentistPh78910', '', '607', '1019', '50', '14'), (470, 4, '', 'BillingDentistPh456', '', '567', '1019', '40', '14'), (471, 4, '', 'BillingDentistPh123', '', '526', '1019', '40', '14'), (472, 4, '', 'P6PlaceNumericCode', '', '217', '917', '28', '14'), (473, 4, '', 'P5PlaceNumericCode', '', '217', '884', '28', '14'), (474, 4, '', 'P4PlaceNumericCode', '', '217', '850', '28', '14'), (475, 4, '', 'P3PlaceNumericCode', '', '217', '817', '28', '14'), (476, 4, '', 'P2PlaceNumericCode', '', '216', '784', '28', '14'), (477, 4, '', 'P1PlaceNumericCode', '', '216', '751', '28', '14'), (478, 4, '', 'OtherInsNotExists', '', '594', '449', '0', '0'), (479, 4, '', 'IsNotOtherAccident', '', '435', '415', '0', '0'), (480, 4, '', 'IsNotAutoAccident', '', '435', '383', '0', '0'), (481, 4, '', 'IsNotOccupational', '', '435', '350', '0', '0'), (482, 4, '', 'PatientIsSingle', '', '373', '251', '0', '0'), (483, 4, '', 'PatientIsMarried', '', '435', '251', '0', '0'), (484, 4, '', 'IsPTStudent', '', '495', '283', '0', '0'), (485, 4, '', 'PriInsAddress2', '', '533', '75', '250', '14'), (486, 4, '', 'IsStandardClaim', '', '335', '152', '0', '0'), (487, 4, '', 'IsMedicaidClaim', '', '105', '152', '0', '0'), (488, 4, '', 'P6Date', 'MM dd yy', '131', '917', '80', '14'), (489, 4, '', 'P5Date', 'MM dd yy', '132', '884', '80', '14'), (490, 4, '', 'P4Date', 'MM dd yy', '132', '850', '80', '14'), (491, 4, '', 'P2Date', 'MM dd yy', '132', '784', '80', '14'), (492, 4, '', 'P1Date', 'MM dd yy', '132', '751', '80', '14'), (493, 4, '', 'P3Date', 'MM dd yy', '132', '817', '80', '14'), (494, 4, '', 'BillingDentistZip', '', '696', '1006', '80', '14'), (495, 4, '', 'BillingDentistST', '', '666', '1006', '30', '14'), (496, 4, '', 'BillingDentistCity', '', '526', '1006', '139', '14'), (497, 4, '', 'BillingDentistAddress', '', '526', '993', '250', '14'), (498, 4, '', 'BillingDentist', '', '526', '980', '250', '14'), (499, 4, '', 'TotalFee', '', '621', '948', '75', '14'), (500, 4, '', 'BillingDentistSSNorTIN', '', '47', '949', '131', '14'), (501, 4, '', 'P6Fee', '', '598', '915', '75', '14'), (502, 4, '', 'P6Code', '', '278', '917', '65', '14'), (503, 4, '', 'P6Date', 'MM dd yy', '45', '917', '80', '14'), (504, 4, '', 'P5Fee', '', '598', '882', '75', '14'), (505, 4, '', 'P5Code', '', '278', '883', '65', '14'), (506, 4, '', 'P5Date', 'MM dd yy', '44', '884', '80', '14'), (507, 4, '', 'P4Fee', '', '598', '849', '75', '14'), (508, 4, '', 'P4Code', '', '278', '851', '65', '14'), (509, 4, '', 'P4Date', 'MM dd yy', '44', '850', '80', '14'), (510, 4, '', 'P3Fee', '', '598', '816', '75', '14'), (511, 4, '', 'P3Date', 'MM dd yy', '44', '817', '80', '14'), (512, 4, '', 'P2Fee', '', '598', '782', '75', '14'), (513, 4, '', 'P2Code', '', '278', '785', '65', '14'), (514, 4, '', 'P1Fee', '', '598', '749', '75', '14'), (515, 4, '', 'P1Code', '', '278', '751', '65', '14'), (516, 4, '', 'P1Date', 'MM dd yy', '44', '751', '80', '14'), (517, 4, '', 'PriInsZip', '', '704', '89', '79', '14'), (518, 4, '', 'PriInsCity', '', '533', '89', '140', '14'), (519, 4, '', 'PriInsAddress', '', '533', '61', '250', '14'), (520, 4, '', 'PriInsCarrierName', '', '533', '47', '250', '14'), (521, 4, '', 'SubscrPhone', '', '673', '280', '120', '14'), (522, 4, '', 'PatientAssignment', '', '587', '510', '225', '14'), (523, 4, '', 'PatientReleaseDate', 'MM/dd/yyyy', '394', '510', '113', '14'), (524, 4, '', 'PatientRelease', '', '88', '510', '250', '14'), (525, 4, '', 'AccidentST', '', '477', '381', '25', '14'), (526, 4, '', 'IsOtherAccident', '', '376', '415', '0', '0'), (527, 4, '', 'IsAutoAccident', '', '376', '383', '0', '0'), (528, 4, '', 'IsOccupational', '', '376', '351', '0', '0'), (529, 4, '', 'OtherInsCarrierName', '', '49', '446', '250', '14'), (530, 4, '', 'OtherInsSubscrIsFemale', '', '266', '384', '0', '0'), (531, 4, '', 'OtherInsSubscrIsMale', '', '205', '384', '0', '0'), (532, 4, '', 'OtherInsSubscrDOB', 'MM dd yy', '45', '385', '100', '14'), (533, 4, '', 'OtherInsGroupNum', '', '47', '346', '250', '14'), (534, 4, '', 'OtherInsSubscrLastFirst', '', '47', '313', '250', '14'), (535, 4, '', 'IsFTStudent', '', '435', '283', '0', '0'), (536, 4, '', 'EmployerName', '', '533', '381', '250', '14'), (537, 4, '', 'SubscrIsFemale', '', '775', '348', '0', '0'), (538, 4, '', 'SubscrIsMale', '', '703', '348', '0', '0'), (539, 4, '', 'SubscrDOB', 'MM dd yy', '564', '350', '100', '14'), (540, 4, '', 'GroupNum', '', '528', '313', '250', '14'), (541, 4, '', 'SubscrZip', '', '528', '280', '100', '14'), (542, 4, '', 'SubscrST', '', '759', '245', '50', '14'), (543, 4, '', 'SubscrCity', '', '528', '245', '200', '14'), (544, 4, '', 'SubscrAddress', '', '528', '213', '250', '14'), (545, 4, '', 'RelatIsOther', '', '495', '214', '0', '0'), (546, 4, '', 'RelatIsChild', '', '445', '214', '0', '0'), (547, 4, '', 'RelatIsSpouse', '', '405', '214', '0', '0'), (548, 4, '', 'RelatIsSelf', '', '353', '215', '0', '0'), (549, 4, '', 'PatientZip', '', '47', '281', '100', '14'), (550, 4, '', 'PatientST', '', '287', '245', '30', '14'), (551, 4, '', 'PatientCity', '', '47', '245', '200', '14'), (552, 4, '', 'PatientAddress', '', '47', '213', '250', '14'), (553, 4, '', 'SubscrLastFirst', '', '528', '180', '250', '14'), (554, 4, '', 'PatientIsFemale', '', '494', '183', '0', '0'), (555, 4, '', 'PatientIsMale', '', '444', '182', '0', '0'), (556, 4, '', 'PatientDOB', 'MM dd yy', '336', '183', '90', '14'), (557, 4, '', 'PatientPhone', '', '177', '281', '120', '14'), (558, 4, '', 'PatientLastFirst', '', '47', '180', '250', '13'), (559, 4, 'HCFA1500.gif', '', '', '5', '2', '843', '1170'), (560, 5, 'HCFA1500.gif', '', '', '5', '2', '843', '1170'), (561, 4, '', 'P3Code', '', '278', '817', '65', '14'), (562, 4, '', 'P2Date', 'MM dd yy', '44', '784', '80', '14'), (563, 4, '', 'PriInsST', '', '674', '89', '30', '14'), (564, 4, '', 'OtherInsExists', '', '544', '450', '0', '0'), (565, 4, '', 'PriInsCarrierName', '', '533', '413', '250', '14'), (566, 1, 'ADA2002.gif', '', '', '9', '0', '834', '1058'), (567, 1, '', 'IsPreAuth', '', '205', '67', '0', '0'), (568, 1, '', 'IsStandardClaim', '', '51', '67', '0', '0'), (569, 1, '', 'PreAuthString', '', '48', '112', '200', '14'), (570, 1, '', 'PriInsCarrierName', '', '95', '161', '320', '14'), (571, 1, '', 'PriInsAddress', '', '95', '177', '320', '14'), (572, 1, '', 'PriInsAddress2', '', '95', '193', '320', '14'), (573, 1, '', 'PriInsCity', '', '95', '209', '150', '14'), (574, 1, '', 'PriInsST', '', '251', '209', '40', '14'), (575, 1, '', 'OtherInsSubscrLastFirst', '', '48', '272', '340', '14'), (576, 1, '', 'OtherInsExists', '', '291', '243', '0', '14'), (577, 1, '', 'OtherInsNotExists', '', '196', '243', '0', '14'), (578, 1, '', 'OtherInsSubscrDOB', 'MM/dd/yyyy', '48', '304', '100', '14'), (579, 1, '', 'PriInsZip', '', '309', '209', '100', '14'), (580, 1, '', 'OtherInsSubscrIsMale', '', '186', '307', '0', '14'), (581, 1, '', 'OtherInsSubscrIsFemale', '', '215', '307', '0', '14'), (582, 1, '', 'OtherInsSubscrID', '', '261', '304', '130', '14'), (583, 1, '', 'OtherInsGroupNum', '', '48', '334', '111', '14'), (584, 1, '', 'OtherInsRelatIsSelf', '', '186', '339', '0', '14'), (585, 1, '', 'OtherInsRelatIsSpouse', '', '234', '339', '0', '14'), (586, 1, '', 'OtherInsRelatIsChild', '', '292', '339', '0', '14'), (587, 1, '', 'OtherInsRelatIsOther', '', '359', '339', '0', '14'), (588, 1, '', 'OtherInsCarrierName', '', '48', '369', '360', '14'), (589, 1, '', 'OtherInsAddress', '', '48', '385', '360', '14'), (590, 1, '', 'OtherInsCity', '', '48', '401', '170', '14'), (591, 1, '', 'SubscrLastFirst', '', '444', '128', '350', '14'), (592, 1, '', 'OtherInsST', '', '236', '401', '40', '14'), (593, 1, '', 'OtherInsZip', '', '297', '401', '90', '14'), (594, 1, '', 'SubscrAddress', '', '444', '143', '350', '14'), (595, 1, '', 'SubscrAddress2', '', '444', '159', '350', '14'), (596, 1, '', 'SubscrCity', '', '444', '175', '140', '14'), (597, 1, '', 'SubscrST', '', '600', '175', '58', '14'), (598, 1, '', 'SubscrZip', '', '671', '175', '110', '14'), (599, 1, '', 'SubscrDOB', 'MM/dd/yyyy', '444', '208', '100', '14'), (600, 1, '', 'SubscrIsMale', '', '579', '211', '0', '0'), (601, 1, '', 'SubscrIsFemale', '', '608', '211', '0', '0'), (602, 1, '', 'SubscrID', '', '656', '208', '120', '14'), (603, 1, '', 'GroupNum', '', '444', '240', '95', '14'), (604, 1, '', 'EmployerName', '', '574', '240', '230', '14'), (605, 1, '', 'RelatIsSelf', '', '445', '292', '0', '0'), (606, 1, '', 'RelatIsSpouse', '', '493', '292', '0', '0'), (607, 1, '', 'RelatIsChild', '', '551', '291', '0', '0'), (608, 1, '', 'RelatIsOther', '', '637', '292', '0', '0'), (609, 1, '', 'IsFTStudent', '', '714', '291', '0', '0'), (610, 1, '', 'IsPTStudent', '', '762', '291', '0', '0'), (611, 1, '', 'PatientLastFirst', '', '444', '321', '350', '14'), (612, 1, '', 'PatientAddress', '', '444', '337', '350', '14'), (613, 1, '', 'PatientAddress2', '', '444', '353', '350', '14'), (614, 1, '', 'PatientCity', '', '444', '369', '140', '14'), (615, 1, '', 'PatientST', '', '598', '369', '58', '14'), (616, 1, '', 'PatientZip', '', '669', '369', '110', '14'), (617, 1, '', 'PatientDOB', 'MM/dd/yyyy', '444', '401', '90', '14'), (618, 1, '', 'PatientIsMale', '', '580', '403', '0', '0'), (619, 1, '', 'PatientIsFemale', '', '608', '403', '0', '0'), (620, 1, '', 'PatientSSN', '', '646', '401', '100', '14'), (621, 1, '', 'P1Date', 'MM/dd/yyyy', '51', '466', '96', '14'), (622, 1, '', 'P1Area', '', '154', '466', '28', '14'), (623, 1, '', 'P1System', '', '182', '466', '28', '14'), (624, 1, '', 'P1ToothNumber', '', '210', '466', '116', '14'), (625, 1, '', 'P1Surface', '', '326', '466', '57', '14'), (626, 1, '', 'P1Code', '', '384', '466', '56', '14'), (627, 1, '', 'P1Description', '', '441', '466', '307', '14'), (628, 1, '', 'P1Fee', '', '810', '466', '60', '14'), (629, 1, '', 'P2Date', 'MM/dd/yyyy', '51', '482', '96', '14'), (630, 1, '', 'P2Area', '', '154', '482', '28', '14'), (631, 1, '', 'P2System', '', '182', '482', '28', '14'), (632, 1, '', 'P2ToothNumber', '', '210', '482', '116', '14'), (633, 1, '', 'P2Surface', '', '326', '482', '57', '14'), (634, 1, '', 'P2Code', '', '384', '483', '56', '14'), (635, 1, '', 'P2Description', '', '441', '482', '307', '14'), (636, 1, '', 'P2Fee', '', '810', '482', '60', '14'), (637, 1, '', 'P3Date', 'MM/dd/yyyy', '51', '498', '96', '14'), (638, 1, '', 'P3Area', '', '154', '498', '28', '14'), (639, 1, '', 'P3System', '', '183', '498', '28', '14'), (640, 1, '', 'P3ToothNumber', '', '211', '498', '116', '14'), (641, 1, '', 'P3Surface', '', '327', '498', '57', '14'), (642, 1, '', 'P3Code', '', '385', '499', '56', '14'), (643, 1, '', 'P3Description', '', '441', '498', '307', '14'), (644, 1, '', 'P3Fee', '', '810', '498', '60', '14'), (645, 1, '', 'P4Date', 'MM/dd/yyyy', '51', '514', '96', '14'), (646, 1, '', 'P4Area', '', '154', '514', '28', '14'), (647, 1, '', 'P4System', '', '183', '514', '28', '14'), (648, 1, '', 'P4ToothNumber', '', '211', '514', '116', '14'), (649, 1, '', 'P4Surface', '', '327', '514', '57', '14'), (650, 1, '', 'P4Code', '', '385', '515', '56', '14'), (651, 1, '', 'P4Description', '', '441', '514', '307', '14'), (652, 1, '', 'P4Fee', '', '810', '514', '60', '14'), (653, 1, '', 'P5Date', 'MM/dd/yyyy', '51', '531', '96', '14'), (654, 1, '', 'P5Area', '', '154', '531', '28', '14'), (655, 1, '', 'P5System', '', '182', '531', '28', '14'), (656, 1, '', 'P5ToothNumber', '', '210', '531', '116', '14'), (657, 1, '', 'P5Surface', '', '326', '531', '57', '14'), (658, 1, '', 'P5Code', '', '384', '531', '56', '14'), (659, 1, '', 'P5Description', '', '441', '531', '307', '14'), (660, 1, '', 'P5Fee', '', '810', '531', '60', '14'), (661, 1, '', 'P6Date', 'MM/dd/yyyy', '51', '547', '96', '14'), (662, 1, '', 'P6Area', '', '154', '547', '28', '14'), (663, 1, '', 'P6System', '', '182', '547', '28', '14'), (664, 1, '', 'P6ToothNumber', '', '210', '546', '116', '14'), (665, 1, '', 'P6Surface', '', '326', '547', '57', '14'), (666, 1, '', 'P6Code', '', '384', '546', '56', '14'), (667, 1, '', 'P6Description', '', '441', '546', '307', '14'), (668, 1, '', 'P6Fee', '', '810', '546', '60', '14'), (669, 1, '', 'P7Date', 'MM/dd/yyyy', '51', '562', '96', '14'), (670, 1, '', 'P7Area', '', '154', '562', '28', '14'), (671, 1, '', 'P7System', '', '182', '562', '28', '14'), (672, 1, '', 'P7ToothNumber', '', '210', '562', '116', '14'), (673, 1, '', 'P7Surface', '', '326', '562', '57', '14'), (674, 1, '', 'P7Code', '', '384', '562', '56', '14'), (675, 1, '', 'P7Description', '', '441', '562', '307', '14'), (676, 1, '', 'P7Fee', '', '810', '562', '60', '14'), (677, 1, '', 'P8Date', 'MM/dd/yyyy', '51', '578', '96', '14'), (678, 1, '', 'P8Area', '', '154', '578', '28', '14'), (679, 1, '', 'P8System', '', '182', '578', '28', '14'), (680, 1, '', 'P8ToothNumber', '', '210', '578', '116', '14'), (681, 1, '', 'P8Surface', '', '326', '578', '57', '14'), (682, 1, '', 'P8Code', '', '384', '578', '56', '14'), (683, 1, '', 'P8Description', '', '441', '578', '307', '14'), (684, 1, '', 'P8Fee', '', '810', '578', '60', '14'), (685, 1, '', 'P9Date', 'MM/dd/yyyy', '51', '594', '96', '14'), (686, 1, '', 'P9Area', '', '154', '594', '28', '14'), (687, 1, '', 'P9System', '', '182', '594', '28', '14'), (688, 1, '', 'P9ToothNumber', '', '210', '594', '116', '14'), (689, 1, '', 'P9Surface', '', '326', '594', '57', '14'), (690, 1, '', 'P9Code', '', '384', '594', '56', '14'), (691, 1, '', 'P9Description', '', '441', '594', '307', '14'), (692, 1, '', 'P9Fee', '', '810', '594', '60', '14'), (693, 1, '', 'P10Date', 'MM/dd/yyyy', '51', '609', '96', '14'), (694, 1, '', 'P10Area', '', '154', '609', '28', '14'), (695, 1, '', 'P10System', '', '182', '609', '28', '14'), (696, 1, '', 'P10ToothNumber', '', '210', '609', '116', '14'), (697, 1, '', 'P10Surface', '', '326', '610', '57', '14'), (698, 1, '', 'P10Code', '', '384', '610', '56', '14'), (699, 1, '', 'P10Description', '', '441', '610', '307', '14'), (700, 1, '', 'P10Fee', '', '810', '610', '60', '14'), (701, 1, '', 'TotalFee', '', '810', '658', '60', '14'), (702, 1, '', 'Miss1', '', '194', '641', '0', '0'), (703, 1, '', 'Miss2', '', '215', '641', '0', '0'), (704, 1, '', 'Miss3', '', '234', '641', '0', '0'), (705, 1, '', 'Miss4', '', '253', '641', '0', '0'), (706, 1, '', 'Miss5', '', '272', '641', '0', '0'), (707, 1, '', 'Miss6', '', '291', '641', '0', '0'), (708, 1, '', 'Miss7', '', '311', '641', '0', '0'), (709, 1, '', 'Miss8', '', '329', '641', '0', '0'), (710, 1, '', 'Miss9', '', '349', '641', '0', '0'), (711, 1, '', 'Miss10', '', '368', '641', '0', '0'), (712, 1, '', 'Miss11', '', '387', '641', '0', '0'), (713, 1, '', 'Miss12', '', '407', '641', '0', '0'), (714, 1, '', 'Miss13', '', '426', '641', '0', '0'), (715, 1, '', 'Miss14', '', '445', '641', '0', '0'), (716, 1, '', 'Miss15', '', '464', '641', '0', '0'), (717, 1, '', 'Miss16', '', '484', '641', '0', '0'), (718, 1, '', 'Miss17', '', '483', '656', '0', '0'), (719, 1, '', 'Miss18', '', '464', '656', '0', '0'), (720, 1, '', 'Miss19', '', '445', '656', '0', '0'), (721, 1, '', 'Miss20', '', '426', '656', '0', '0'), (722, 1, '', 'Miss21', '', '407', '656', '0', '0'), (723, 1, '', 'Miss22', '', '387', '656', '0', '0'), (724, 1, '', 'Miss23', '', '369', '656', '0', '0'), (725, 1, '', 'Miss24', '', '349', '656', '0', '0'), (726, 1, '', 'Miss25', '', '329', '656', '0', '0'), (727, 1, '', 'Miss26', '', '310', '656', '0', '0'), (728, 1, '', 'Miss27', '', '291', '656', '0', '0'), (729, 1, '', 'Miss28', '', '272', '656', '0', '0'), (730, 1, '', 'Miss29', '', '252', '656', '0', '0'), (731, 1, '', 'Miss30', '', '234', '656', '0', '0'), (732, 1, '', 'Miss31', '', '215', '656', '0', '0'), (733, 1, '', 'Miss32', '', '195', '657', '0', '0'), (734, 1, '', 'Remarks', '', '86', '674', '720', '30'), (735, 1, '', 'PatientRelease', '', '52', '772', '240', '14'), (736, 1, '', 'PatientReleaseDate', 'MM/dd/yyyy', '312', '772', '110', '14'), (737, 1, '', 'PatientAssignment', '', '52', '836', '240', '14'), (738, 1, '', 'PatientAssignmentDate', 'MM/dd/yyyy', '312', '836', '110', '14'), (739, 1, '', 'PlaceIsOffice', '', '445', '738', '0', '0'), (740, 1, '', 'PlaceIsHospADA2002', '', '522', '738', '0', '0'), (741, 1, '', 'PlaceIsExtCareFacilityADA2002', '', '570', '738', '0', '0'), (742, 1, '', 'PlaceIsOtherADA2002', '', '608', '738', '0', '0'), (743, 1, '', 'IsNotOrtho', '', '445', '770', '0', '0'), (744, 1, '', 'IsOrtho', '', '532', '770', '0', '0'), (745, 1, '', 'DateOrthoPlaced', 'MM/dd/yyyy', '664', '769', '110', '14'), (746, 1, '', 'MonthsOrthoRemaining', '', '489', '801', '30', '14'), (747, 1, '', 'IsNotReplacementProsth', '', '532', '802', '0', '0'), (748, 1, '', 'IsReplacementProsth', '', '560', '802', '0', '0'), (749, 1, '', 'DatePriorProsthPlaced', 'MM/dd/yyyy', '664', '800', '110', '14'), (750, 1, '', 'IsOccupational', '', '444', '834', '0', '0'), (751, 1, '', 'IsAutoAccident', '', '589', '834', '0', '0'), (752, 1, '', 'IsOtherAccident', '', '685', '834', '0', '0'), (753, 1, '', 'AccidentDate', 'MM/dd/yyyy', '569', '850', '110', '14'), (754, 1, '', 'AccidentST', '', '775', '850', '35', '14'), (755, 1, '', 'BillingDentist', '', '51', '910', '350', '14'), (756, 1, '', 'BillingDentistAddress', '', '51', '926', '350', '14'), (757, 1, '', 'BillingDentistAddress2', '', '51', '942', '350', '14'), (758, 1, '', 'BillingDentistCity', '', '51', '958', '165', '14'), (759, 1, '', 'BillingDentistST', '', '227', '958', '40', '14'), (760, 1, '', 'BillingDentistZip', '', '277', '958', '110', '14'), (761, 1, '', 'BillingDentistLicenseNum', '', '170', '991', '100', '14'), (762, 1, '', 'BillingDentistSSNorTIN', '', '297', '991', '115', '14'), (763, 1, '', 'BillingDentistPh123', '', '118', '1009', '30', '14'), (764, 1, '', 'BillingDentistPh456', '', '156', '1009', '30', '14'), (765, 1, '', 'BillingDentistPh78910', '', '197', '1009', '50', '14'), (766, 1, '', 'TreatingDentistSignature', '', '444', '913', '245', '14'), (767, 1, '', 'TreatingDentistSigDate', 'MM/dd/yyyy', '704', '913', '100', '14'), (768, 1, '', 'TreatingDentistLicense', '', '686', '945', '115', '14'), (769, 1, '', 'TreatingDentistAddress', '', '443', '974', '350', '14'), (770, 1, '', 'TreatingDentistCity', '', '443', '991', '165', '14'), (771, 1, '', 'TreatingDentistST', '', '617', '991', '40', '14'), (772, 1, '', 'TreatingDentistZip', '', '670', '991', '110', '14'), (773, 1, '', 'TreatingDentistPh123', '', '502', '1009', '30', '14'), (774, 1, '', 'TreatingDentistPh456', '', '540', '1009', '30', '14'), (775, 1, '', 'TreatingDentistPh78910', '', '579', '1009', '40', '14'), (776, 1, '', 'TreatingProviderSpecialty', '', '694', '1009', '120', '14'), (777, 2, 'DentiCal.jpg', '', '', '0', '11', '0', '0'), (778, 2, '', 'PatientIsMale', '', '409', '90', '0', '0'), (779, 2, '', 'PatientLastFirst', '', '38', '89', '225', '14'), (780, 2, '', 'PatientSSN', '', '278', '89', '125', '14'), (781, 2, '', 'PatientIsFemale', '', '437', '90', '0', '0'), (782, 2, '', 'PatientAddress', '', '38', '121', '500', '14'), (783, 2, '', 'PatientCity', '', '38', '155', '300', '14'), (784, 2, '', 'PatientST', '', '348', '155', '100', '14'), (785, 2, '', 'PatientZip', '', '486', '155', '100', '14'), (786, 2, '', 'OtherInsExists', '', '599', '186', '0', '0'), (787, 2, '', 'IsOtherAccident', '', '396', '187', '0', '0'), (788, 2, '', 'IsOccupational', '', '395', '220', '0', '0'), (789, 2, '', 'IsAutoAccident', '', '395', '187', '0', '0'), (790, 2, '', 'BillingDentist', '', '38', '288', '245', '14'), (791, 2, '', 'BillingDentistAddress', '', '38', '321', '245', '14'), (792, 2, '', 'BillingDentistCity', '', '38', '355', '200', '14'), (793, 2, '', 'BillingDentistST', '', '244', '355', '75', '14'), (794, 2, '', 'BillingDentistZip', '', '345', '355', '100', '14'), (795, 2, '', 'PlaceIsOffice', '', '31', '398', '0', '0'), (796, 2, '', 'PlaceIsSkilledNursFac', '', '155', '399', '131', '0'), (797, 2, '', 'PlaceIsPatientsHome', '', '71', '399', '131', '0'), (798, 2, '', 'Miss1', '', '38', '517', '0', '0'), (799, 2, '', 'Miss2', '', '38', '501', '0', '0'), (800, 2, '', 'Miss3', '', '41', '486', '0', '0'), (801, 2, '', 'Miss4', '', '48', '472', '0', '0'), (802, 2, '', 'Miss5', '', '57', '461', '0', '0'), (803, 2, '', 'Miss6', '', '69', '451', '0', '0'), (804, 2, '', 'Miss7', '', '82', '444', '0', '0'), (805, 2, '', 'Miss8', '', '97', '441', '0', '0'), (806, 2, '', 'Miss9', '', '113', '441', '0', '0'), (807, 2, '', 'Miss10', '', '129', '444', '0', '0'), (808, 2, '', 'Miss11', '', '143', '451', '0', '0'), (809, 2, '', 'Miss12', '', '155', '461', '0', '0'), (810, 2, '', 'Miss13', '', '164', '473', '0', '0'), (811, 2, '', 'Miss14', '', '170', '486', '0', '0'), (812, 2, '', 'Miss15', '', '172', '502', '0', '0'), (813, 2, '', 'Miss16', '', '173', '518', '0', '0'), (814, 2, '', 'Miss17', '', '172', '601', '0', '0'), (815, 2, '', 'Miss18', '', '172', '617', '0', '0'), (816, 2, '', 'Miss19', '', '169', '631', '0', '0'), (817, 2, '', 'Miss20', '', '163', '645', '0', '0'), (818, 2, '', 'Miss21', '', '154', '656', '0', '0'), (819, 2, '', 'Miss22', '', '142', '666', '0', '0'), (820, 2, '', 'Miss23', '', '128', '673', '0', '0'), (821, 2, '', 'Miss24', '', '113', '676', '0', '0'), (822, 2, '', 'Miss25', '', '97', '676', '0', '0'), (823, 2, '', 'Miss26', '', '82', '673', '0', '0'), (824, 2, '', 'Miss27', '', '68', '667', '0', '0'), (825, 2, '', 'Miss28', '', '57', '656', '0', '0'), (826, 2, '', 'Miss29', '', '47', '645', '0', '0'), (827, 2, '', 'Miss30', '', '42', '631', '0', '0'), (828, 2, '', 'Miss31', '', '38', '617', '0', '0'), (829, 2, '', 'Miss32', '', '38', '601', '0', '0'), (830, 2, '', 'Remarks', '', '33', '730', '565', '57'), (831, 2, '', 'P1ToothNumber', '', '203', '467', '20', '14'), (832, 2, '', 'P1Surface', '', '223', '467', '38', '14'), (833, 2, '', 'P1Description', '', '281', '467', '231', '14'), (834, 2, '', 'P1Date', 'MM/dd/yy', '514', '467', '58', '14'), (835, 2, '', 'P1Code', '', '596', '467', '47', '14'), (836, 2, '', 'P1Fee', '', '711', '467', '63', '14'), (837, 2, '', 'P2ToothNumber', '', '203', '484', '20', '14'), (838, 2, '', 'P2Surface', '', '223', '484', '38', '14'), (839, 2, '', 'P2Description', '', '281', '484', '231', '14'), (840, 2, '', 'P2Date', 'MM/dd/yy', '514', '484', '58', '14'), (841, 2, '', 'P2Code', '', '596', '484', '47', '14'), (842, 2, '', 'P2Fee', '', '711', '484', '63', '14'), (843, 2, '', 'P3ToothNumber', '', '203', '500', '20', '14'), (844, 2, '', 'P3Surface', '', '223', '500', '38', '14'), (845, 2, '', 'P3Description', '', '281', '500', '231', '14'), (846, 2, '', 'P3Date', 'MM/dd/yy', '514', '500', '58', '14'), (847, 2, '', 'P3Code', '', '596', '500', '47', '14'), (848, 2, '', 'P3Fee', '', '711', '500', '63', '14'), (849, 2, '', 'P4ToothNumber', '', '203', '517', '20', '14'), (850, 2, '', 'P4Surface', '', '223', '517', '38', '14'), (851, 2, '', 'P4Description', '', '281', '517', '231', '14'), (852, 2, '', 'P4Date', 'MM/dd/yy', '514', '517', '58', '14'), (853, 2, '', 'P4Code', '', '596', '517', '47', '14'), (854, 2, '', 'P4Fee', '', '711', '517', '63', '14'), (855, 2, '', 'P5ToothNumber', '', '203', '533', '20', '14'), (856, 2, '', 'P5Surface', '', '223', '533', '38', '14'), (857, 2, '', 'P5Description', '', '281', '533', '231', '14'), (858, 2, '', 'P5Date', 'MM/dd/yy', '514', '533', '58', '14'), (859, 2, '', 'P5Code', '', '596', '533', '47', '14'), (860, 2, '', 'P5Fee', '', '711', '533', '63', '14'), (861, 2, '', 'P6ToothNumber', '', '203', '550', '20', '14'), (862, 2, '', 'P6Surface', '', '223', '550', '38', '14'), (863, 2, '', 'P6Description', '', '281', '550', '231', '14'), (864, 2, '', 'P6Date', 'MM/dd/yy', '514', '550', '58', '14'), (865, 2, '', 'P6Code', '', '596', '550', '47', '14'), (866, 2, '', 'P6Fee', '', '711', '550', '63', '14'), (867, 2, '', 'P7ToothNumber', '', '203', '567', '20', '14'), (868, 2, '', 'P7Surface', '', '223', '567', '38', '14'), (869, 2, '', 'P7Description', '', '281', '567', '231', '14'), (870, 2, '', 'P7Date', 'MM/dd/yy', '514', '567', '58', '14'), (871, 2, '', 'P7Code', '', '596', '567', '47', '14'), (872, 2, '', 'P7Fee', '', '711', '567', '63', '14'), (873, 2, '', 'P8ToothNumber', '', '203', '584', '20', '14'), (874, 2, '', 'P8Surface', '', '223', '584', '38', '14'), (875, 2, '', 'P8Description', '', '281', '584', '231', '14'), (876, 2, '', 'P8Date', 'MM/dd/yy', '514', '584', '58', '14'), (877, 2, '', 'P8Code', '', '596', '584', '47', '14'), (878, 2, '', 'P8Fee', '', '711', '584', '63', '14'), (879, 2, '', 'P9ToothNumber', '', '203', '601', '20', '14'), (880, 2, '', 'P9Surface', '', '223', '601', '38', '14'), (881, 2, '', 'P9Description', '', '281', '601', '231', '14'), (882, 2, '', 'P9Date', 'MM/dd/yy', '514', '601', '58', '14'), (883, 2, '', 'P9Code', '', '596', '601', '47', '14'), (884, 2, '', 'P9Fee', '', '711', '601', '63', '14'), (885, 2, '', 'P10ToothNumber', '', '203', '617', '20', '14'), (886, 2, '', 'P10Surface', '', '223', '617', '38', '14'), (887, 2, '', 'P10Description', '', '281', '617', '231', '14'), (888, 2, '', 'P10Date', 'MM/dd/yy', '514', '617', '58', '14'), (889, 2, '', 'P10Code', '', '596', '617', '47', '14'), (890, 2, '', 'P10Fee', '', '711', '617', '63', '14'), (891, 2, '', 'TotalFee', '', '817', '723', '90', '14'), (892, 2, '', 'TreatingDentistSignature', '', '41', '877', '260', '14'), (893, 2, '', 'TreatingDentistSigDate', 'MM/dd/yyyy', '324', '876', '100', '14'), (894, 2, '', 'BillingDentistPh123', '', '300', '322', '40', '14'), (895, 2, '', 'BillingDentistPh456', '', '348', '322', '40', '14'), (896, 2, '', 'BillingDentistPh78910', '', '392', '322', '63', '14'), (897, 2, '', 'TreatingDentistSigDate', 'MM/dd/yyyy', '716', '836', '100', '14'), (898, 2, '', 'PlaceIsInpatHosp', '', '233', '399', '0', '0'), (899, 2, '', 'PlaceIsOutpatHosp', '', '273', '399', '0', '0'), (900, 2, '', 'PlaceIsOtherLocation', '', '311', '399', '0', '0'), (901, 2, '', 'IsOrtho', '', '810', '252', '0', '0'), (902, 2, '', 'PatientDOB', 'MM dd yy', '473', '90', '115', '14'), (903, 2, '', 'PatientMedicaidID', '', '596', '88', '130', '14'), (904, 2, '', 'PlaceIsAdultLivCareFac', '', '193', '399', '0', '0'), (905, 2, '', 'BillingDentistMedicaidID', '', '299', '289', '137', '14'), (906, 2, '', 'P2TreatDentMedicaidID', '', '718', '484', '100', '14'), (907, 2, '', 'P1TreatDentMedicaidID', '', '718', '467', '100', '14'), (908, 2, '', 'P3TreatDentMedicaidID', '', '718', '500', '100', '14'), (909, 2, '', 'P4TreatDentMedicaidID', '', '718', '517', '100', '14'), (910, 2, '', 'P5TreatDentMedicaidID', '', '718', '533', '100', '14'), (911, 2, '', 'P6TreatDentMedicaidID', '', '718', '550', '100', '14'), (912, 2, '', 'P7TreatDentMedicaidID', '', '718', '567', '100', '14'), (913, 2, '', 'P8TreatDentMedicaidID', '', '718', '584', '100', '14'), (914, 2, '', 'P9TreatDentMedicaidID', '', '718', '601', '100', '14'), (915, 2, '', 'P10TreatDentMedicaidID', '', '718', '617', '100', '14'), (916, 3, 'ADA2000.jpg', '', '', '25', '13', '0', '0'), (917, 3, '', 'IsPreAuth', '', '49', '52', '0', '0'), (918, 3, '', 'IsStandardClaim', '', '49', '65', '0', '0'), (919, 3, '', 'PreAuthString', '', '183', '98', '120', '14'), (920, 3, '', 'PriInsCarrierName', '', '393', '59', '400', '14'), (921, 3, '', 'PriInsAddress', '', '376', '86', '260', '14'), (922, 3, '', 'PriInsCity', '', '361', '106', '275', '14'), (923, 3, '', 'PriInsST', '', '676', '109', '25', '14'), (924, 3, '', 'PriInsZip', '', '720', '108', '80', '14'), (925, 3, '', 'PatientLastFirst', '', '69', '143', '250', '14'), (926, 3, '', 'PatientAddress', '', '339', '143', '200', '14'), (927, 3, '', 'PatientCity', '', '581', '143', '175', '14'), (928, 3, '', 'PatientDOB', 'MM dd yyyy', '83', '175', '115', '14'), (929, 3, '', 'OtherInsSubscrDOB', 'MM dd yyyy', '465', '303', '120', '14'), (930, 3, '', 'PatientID-MedicaidOrSSN', '', '214', '175', '150', '14'), (931, 3, '', 'PatientIsMale', '', '393', '173', '0', '0'), (932, 3, '', 'PatientIsFemale', '', '422', '173', '0', '0'), (933, 3, '', 'PatientST', '', '762', '143', '45', '14'), (934, 3, '', 'PatientZip', '', '681', '174', '100', '14'), (935, 3, '', 'RelatIsSelf', '', '64', '205', '0', '0'), (936, 3, '', 'RelatIsSpouse', '', '90', '205', '0', '0'), (937, 3, '', 'RelatIsChild', '', '130', '205', '0', '0'), (938, 3, '', 'RelatIsOther', '', '161', '205', '0', '0'), (939, 3, '', 'SubscrID', '', '78', '245', '100', '14'), (940, 3, '', 'EmployerName', '', '201', '245', '89', '14'), (941, 3, '', 'GroupNum', '', '354', '245', '64', '14'), (942, 3, '', 'SubscrLastFirst', '', '78', '274', '300', '14'), (943, 3, '', 'SubscrAddress', '', '78', '303', '235', '14'), (944, 3, '', 'SubscrCity', '', '78', '335', '175', '14'), (945, 3, '', 'SubscrST', '', '269', '335', '45', '14'), (946, 3, '', 'SubscrZip', '', '335', '335', '75', '14'), (947, 3, '', 'SubscrIsMale', '', '388', '367', '0', '0'), (948, 3, '', 'SubscrIsFemale', '', '410', '367', '0', '0'), (949, 3, '', 'OtherInsExists', '', '548', '245', '0', '0'), (950, 3, '', 'OtherInsNotExists', '', '458', '245', '0', '0'), (951, 3, '', 'OtherInsExists', '', '577', '245', '0', '0'), (952, 3, '', 'OtherInsGroupNum', '', '715', '243', '90', '14'), (953, 3, '', 'OtherInsSubscrLastFirst', '', '470', '273', '300', '14'), (954, 3, '', 'OtherInsSubscrIsMale', '', '623', '304', '0', '0'), (955, 3, '', 'OtherInsSubscrIsFemale', '', '642', '304', '0', '0'), (956, 3, '', 'PatientRelease', '', '78', '435', '210', '14'), (957, 3, '', 'PatientReleaseDate', 'MM/dd/yyyy', '295', '435', '113', '14'), (958, 3, '', 'PatientAssignment', '', '468', '436', '180', '14'), (959, 3, '', 'PatientAssignmentDate', 'MM/dd/yyyy', '653', '436', '100', '14'), (960, 3, '', 'TreatingProviderSpecialty', '', '212', '62', '100', '14'), (961, 3, '', 'BillingDentistPh123', '', '391', '485', '28', '14'), (962, 3, '', 'BillingDentistPh456', '', '424', '485', '30', '14'), (963, 3, '', 'BillingDentistPh78910', '', '457', '485', '75', '14'), (964, 3, '', 'BillingDentist', '', '78', '488', '275', '14'), (965, 3, '', 'BillingDentistAddress', '', '78', '517', '275', '14'), (966, 3, '', 'BillingDentistCity', '', '78', '549', '150', '14'), (967, 3, '', 'BillingDentistST', '', '260', '549', '40', '14'), (968, 3, '', 'BillingDentistZip', '', '313', '549', '65', '14'), (969, 3, '', 'BillingDentistMedicaidID', '', '545', '488', '100', '14'), (970, 3, '', 'BillingDentistSSNorTIN', '', '671', '488', '131', '14'), (971, 3, '', 'BillingDentistLicenseNum', '', '385', '517', '125', '14'), (972, 3, '', 'PlaceIsOffice', '', '655', '516', '0', '0'), (973, 3, '', 'PlaceIsHospADA2002', '', '689', '516', '0', '0'), (974, 3, '', 'PlaceIsExtCareFacilityADA2002', '', '722', '517', '0', '0'), (975, 3, '', 'PlaceIsOtherADA2002', '', '750', '516', '0', '0'), (976, 3, '', 'IsOrtho', '', '731', '532', '0', '0'), (977, 3, '', 'IsNotOrtho', '', '757', '532', '0', '0'), (978, 3, '', 'DateOrthoPlaced', 'MM/dd/yyyy', '609', '575', '98', '14'), (979, 3, '', 'MonthsOrthoRemaining', '', '753', '575', '50', '14'), (980, 3, '', 'IsReplacementProsth', '', '159', '578', '0', '0'), (981, 3, '', 'IsInitialProsth', '', '133', '578', '0', '0'), (982, 3, '', 'DatePriorProsthPlaced', 'MM/dd/yyyy', '432', '576', '129', '14'), (983, 3, '', 'IsOccupational', '', '292', '594', '0', '0'), (984, 3, '', 'IsAutoAccident', '', '482', '594', '0', '0'), (985, 3, '', 'IsOtherAccident', '', '549', '594', '0', '0'), (986, 3, '', 'AccidentDate', 'MM/dd/yyyy', '639', '604', '100', '14'), (987, 3, '', 'P1Date', '', '38', '696', '80', '14'), (988, 3, '', 'P1ToothNumber', '', '123', '696', '45', '14'), (989, 3, '', 'P1Surface', '', '174', '696', '55', '14'), (990, 3, '', 'P1Code', '', '323', '696', '75', '14'), (991, 3, '', 'P1Description', '', '429', '696', '210', '14'), (992, 3, '', 'P1Fee', '', '707', '696', '60', '14'), (993, 3, '', 'P2Date', '', '38', '715', '80', '14'), (994, 3, '', 'P2ToothNumber', '', '123', '715', '45', '14'), (995, 3, '', 'P2Surface', '', '174', '715', '55', '14'), (996, 3, '', 'P2Code', '', '323', '715', '75', '14'), (997, 3, '', 'P2Description', '', '429', '715', '210', '14'), (998, 3, '', 'P2Fee', '', '707', '715', '60', '14'), (999, 3, '', 'P3Date', '', '38', '734', '80', '14'), (1000, 3, '', 'P3ToothNumber', '', '123', '734', '45', '14'), (1001, 3, '', 'P3Code', '', '323', '734', '75', '14'), (1002, 3, '', 'P3Surface', '', '174', '734', '55', '14'), (1003, 3, '', 'P3Description', '', '429', '734', '210', '14'), (1004, 3, '', 'P3Fee', '', '707', '734', '60', '14'), (1005, 3, '', 'P4Date', '', '38', '753', '80', '14'), (1006, 3, '', 'P4ToothNumber', '', '123', '753', '45', '14'), (1007, 3, '', 'P4Surface', '', '174', '753', '55', '14'), (1008, 3, '', 'P4Code', '', '323', '753', '75', '14'), (1009, 3, '', 'P4Description', '', '429', '753', '210', '14'), (1010, 3, '', 'P4Fee', '', '707', '753', '60', '14'), (1011, 3, '', 'P5Date', '', '38', '771', '80', '14'), (1012, 3, '', 'P5ToothNumber', '', '123', '771', '45', '14'), (1013, 3, '', 'P5Surface', '', '174', '771', '55', '14'), (1014, 3, '', 'P5Code', '', '323', '771', '75', '14'), (1015, 3, '', 'P5Description', '', '429', '771', '210', '14'), (1016, 3, '', 'P5Fee', '', '707', '771', '60', '14'), (1017, 3, '', 'P6Date', '', '38', '790', '80', '14'), (1018, 3, '', 'P6ToothNumber', '', '123', '790', '45', '14'), (1019, 3, '', 'P6Surface', '', '174', '790', '55', '14'), (1020, 3, '', 'P6Code', '', '323', '790', '75', '14'), (1021, 3, '', 'P6Description', '', '429', '790', '210', '14'), (1022, 3, '', 'P6Fee', '', '707', '790', '60', '14'), (1023, 3, '', 'P7Date', '', '38', '810', '80', '14'), (1024, 3, '', 'P7ToothNumber', '', '123', '810', '45', '14'), (1025, 3, '', 'P7Surface', '', '174', '810', '55', '14'), (1026, 3, '', 'P7Code', '', '323', '810', '75', '14'), (1027, 3, '', 'P7Description', '', '429', '810', '210', '14'), (1028, 3, '', 'P7Fee', '', '707', '810', '60', '14'), (1029, 3, '', 'P8Date', '', '38', '829', '80', '14'), (1030, 3, '', 'P8ToothNumber', '', '123', '829', '45', '14'), (1031, 3, '', 'P8Surface', '', '174', '829', '55', '14'), (1032, 3, '', 'P8Code', '', '323', '829', '75', '14'), (1033, 3, '', 'P8Description', '', '429', '828', '210', '14'), (1034, 3, '', 'P8Fee', '', '707', '828', '60', '14'), (1035, 3, '', 'Miss1', '', '51', '869', '0', '0'), (1036, 3, '', 'Miss2', '', '69', '869', '0', '0'), (1037, 3, '', 'Miss3', '', '87', '869', '0', '0'), (1038, 3, '', 'Miss4', '', '106', '869', '0', '0'), (1039, 3, '', 'Miss5', '', '124', '869', '0', '0'), (1040, 3, '', 'Miss6', '', '143', '869', '0', '0'), (1041, 3, '', 'Miss7', '', '160', '869', '0', '0'), (1042, 3, '', 'Miss8', '', '177', '869', '0', '0'), (1043, 3, '', 'Miss9', '', '219', '869', '0', '0'), (1044, 3, '', 'Miss10', '', '236', '869', '0', '0'), (1045, 3, '', 'Miss11', '', '254', '869', '0', '0'), (1046, 3, '', 'Miss12', '', '270', '869', '0', '0'), (1047, 3, '', 'Miss13', '', '289', '869', '0', '0'), (1048, 3, '', 'Miss14', '', '305', '869', '0', '0'), (1049, 3, '', 'Miss15', '', '322', '869', '0', '0'), (1050, 3, '', 'Miss16', '', '338', '869', '0', '0'), (1051, 3, '', 'Miss17', '', '335', '886', '0', '0'), (1052, 3, '', 'Miss18', '', '320', '886', '0', '0'), (1053, 3, '', 'Miss19', '', '304', '886', '0', '0'), (1054, 3, '', 'Miss20', '', '287', '886', '0', '0'), (1055, 3, '', 'Miss21', '', '271', '886', '0', '0'), (1056, 3, '', 'Miss22', '', '252', '886', '0', '0'), (1057, 3, '', 'Miss23', '', '234', '886', '0', '0'), (1058, 3, '', 'Miss24', '', '220', '886', '0', '0'), (1059, 3, '', 'Miss25', '', '174', '886', '0', '0'), (1060, 3, '', 'Miss26', '', '158', '886', '0', '0'), (1061, 3, '', 'Miss27', '', '142', '886', '0', '0'), (1062, 3, '', 'Miss28', '', '126', '886', '0', '0'), (1063, 3, '', 'Miss29', '', '110', '886', '0', '0'), (1064, 3, '', 'Miss30', '', '91', '886', '0', '0'), (1065, 3, '', 'Miss31', '', '72', '886', '0', '0'), (1066, 3, '', 'Miss32', '', '54', '886', '0', '0'), (1067, 3, '', 'TotalFee', '', '707', '849', '60', '14'), (1068, 3, '', 'Remarks', '', '44', '913', '475', '55'), (1069, 3, '', 'TreatingDentistSignature', '', '55', '1012', '160', '14'), (1070, 3, '', 'TreatingDentistLicense', '', '219', '1012', '100', '14'), (1071, 3, '', 'TreatingDentistSigDate', 'MM/dd/yyyy', '326', '1012', '131', '14'), (1072, 3, '', 'TreatingDentistAddress', '', '523', '989', '275', '14'), (1073, 3, '', 'TreatingDentistCity', '', '524', '1018', '160', '14'), (1074, 3, '', 'TreatingDentistST', '', '693', '1018', '45', '14'), (1075, 3, '', 'TreatingDentistZip', '', '747', '1018', '65', '14'), (1076, 3, '', 'IsMedicaidClaim', '', '49', '78', '0', '0'), (1077, 3, '', 'PriInsAddress2', '', '636', '85', '160', '14'), (1078, 3, '', 'PatientPhone', '', '463', '174', '200', '14'), (1079, 3, '', 'SubscrPhone', '', '330', '302', '95', '14'), (1080, 3, '', 'SubscrDOB', 'MM dd yyyy', '71', '366', '120', '14'), (1081, 3, '', 'SubscrIsMarried', '', '238', '367', '0', '0'), (1082, 3, '', 'SubscrIsSingle', '', '278', '367', '0', '0'), (1083, 3, '', 'SubscrIsFTStudent', '', '578', '366', '0', '0'), (1084, 3, '', 'SubscrIsPTStudent', '', '655', '366', '0', '0'), (1085, 3, '', 'IsNotOccupational', '', '269', '594', '0', '0'), (1086, 3, '', 'IsNotAccident', '', '616', '593', '0', '0'); #---------------------------- # Table structure for claimpayment #---------------------------- CREATE TABLE `claimpayment` ( `ClaimPaymentNum` mediumint(8) unsigned NOT NULL auto_increment, `CheckDate` date NOT NULL default '0001-01-01', `CheckAmt` double NOT NULL default '0', `CheckNum` varchar(25) NOT NULL default '', `BankBranch` varchar(25) NOT NULL default '', `Note` varchar(255) NOT NULL default '', `ClinicNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`ClaimPaymentNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table claimpayment #---------------------------- #---------------------------- # Table structure for claimproc #---------------------------- CREATE TABLE `claimproc` ( `ClaimProcNum` mediumint(8) unsigned NOT NULL auto_increment, `ProcNum` mediumint(8) unsigned NOT NULL default '0', `ClaimNum` mediumint(8) unsigned NOT NULL default '0', `PatNum` mediumint(8) unsigned NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `FeeBilled` double NOT NULL default '0', `InsPayEst` double NOT NULL default '0', `DedApplied` double NOT NULL default '0', `Status` tinyint(3) unsigned NOT NULL default '0', `InsPayAmt` double NOT NULL default '0', `Remarks` varchar(255) NOT NULL default '', `ClaimPaymentNum` mediumint(8) unsigned NOT NULL default '0', `PlanNum` mediumint(8) unsigned NOT NULL default '0', `DateCP` date NOT NULL default '0001-01-01', `WriteOff` double NOT NULL default '0', `CodeSent` varchar(15) NOT NULL default '', `AllowedAmt` double NOT NULL default '-1', `Percentage` tinyint(4) NOT NULL default '-1', `PercentOverride` tinyint(4) NOT NULL default '-1', `CopayAmt` double NOT NULL default '-1', `OverrideInsEst` double NOT NULL default '-1', `NoBillIns` tinyint(1) unsigned NOT NULL default '0', `DedBeforePerc` tinyint(1) unsigned NOT NULL default '0', `OverAnnualMax` double NOT NULL default '-1', `PaidOtherIns` double NOT NULL default '-1', `BaseEst` double NOT NULL default '0', `CopayOverride` double NOT NULL default '-1', `ProcDate` date NOT NULL default '0001-01-01', PRIMARY KEY (`ClaimProcNum`), KEY `indexPatNum` (`PatNum`), KEY `indexPlanNum` (`PlanNum`), KEY `indexClaimNum` (`ClaimNum`), KEY `indexProvNum` (`ProvNum`), KEY `indexProcNum` (`ProcNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table claimproc #---------------------------- #---------------------------- # Table structure for clearinghouse #---------------------------- CREATE TABLE `clearinghouse` ( `ClearinghouseNum` mediumint(8) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `ExportPath` text NOT NULL, `IsDefault` tinyint(1) unsigned NOT NULL default '0', `Payors` text NOT NULL, `Eformat` tinyint(3) unsigned NOT NULL default '0', `ReceiverID` varchar(255) NOT NULL default '', `SenderID` varchar(255) NOT NULL default '', `Password` varchar(255) NOT NULL default '', `ResponsePath` varchar(255) NOT NULL default '', `CommBridge` tinyint(3) unsigned NOT NULL default '0', `ClientProgram` varchar(255) NOT NULL default '', `LastBatchNumber` smallint(5) unsigned NOT NULL default '0', `ModemPort` tinyint(3) unsigned NOT NULL default '0', `LoginID` varchar(255) NOT NULL default '', PRIMARY KEY (`ClearinghouseNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table clearinghouse #---------------------------- insert into clearinghouse values (1, 'Renaissance', 'C:\\Program Files\\Renaissance\\dotr\\upload\\', 1, '', 2, '', '', '', '', 3, 'C:\\Program Files\\Renaissance\\lite\\RemoteLite.exe', 0, 0, ''), (2, 'WebMD', 'C:\\WebMD\\Claims\\', 0, '', 1, '0135WCH00', '', '', 'C:\\WebMD\\Mail\\', 1, 'C:\\Program Files\\WebMD\\WebMd_FileTransfer_ConClient.exe', 0, 0, ''), (3, 'BCBS GA', 'C:\\BCBS\\Upload\\', 0, '00601', 1, 'BCBSGA', '', '', 'C:\\BCBS\\Response\\', 2, '', 0, 0, ''), (4, 'RECS', 'C:\\Recscom\\', 0, '', 1, 'RECS', '', '', '', 5, 'C:\\Recscom\\Recscom.exe', 0, 0, ''), (5, 'ClaimConnect', 'C:\\ClaimConnect\\Upload\\', 0, '', 1, '330989922', '', '', '', 4, '', 0, 0, ''); #---------------------------- # Table structure for clockevent #---------------------------- CREATE TABLE `clockevent` ( `ClockEventNum` mediumint(8) unsigned NOT NULL auto_increment, `EmployeeNum` smallint(5) unsigned NOT NULL default '0', `TimeEntered` datetime NOT NULL default '0000-00-00 00:00:00', `TimeDisplayed` datetime NOT NULL default '0000-00-00 00:00:00', `ClockIn` tinyint(1) unsigned NOT NULL default '0', `ClockStatus` tinyint(3) unsigned NOT NULL default '0', `Note` text NOT NULL, PRIMARY KEY (`ClockEventNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table clockevent #---------------------------- #---------------------------- # Table structure for commlog #---------------------------- CREATE TABLE `commlog` ( `CommlogNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `CommDateTime` datetime NOT NULL default '0000-00-00 00:00:00', `CommType` tinyint(3) unsigned NOT NULL default '0', `Note` text NOT NULL, `Mode` tinyint(3) unsigned NOT NULL default '0', `SentOrReceived` tinyint(3) unsigned NOT NULL default '0', `EmailMessageNum` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`CommlogNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table commlog #---------------------------- #---------------------------- # Table structure for computer #---------------------------- CREATE TABLE `computer` ( `ComputerNum` mediumint(8) unsigned NOT NULL auto_increment, `CompName` varchar(100) NOT NULL default '', `PrinterName` varchar(255) NOT NULL default '', PRIMARY KEY (`ComputerNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table computer #---------------------------- insert into computer values (5, 'JORDANS', ''); #---------------------------- # Table structure for contact #---------------------------- CREATE TABLE `contact` ( `ContactNum` mediumint(8) unsigned NOT NULL auto_increment, `LName` varchar(255) NOT NULL default '', `FName` varchar(255) NOT NULL default '', `WkPhone` varchar(255) NOT NULL default '', `Fax` varchar(255) NOT NULL default '', `Category` smallint(5) unsigned NOT NULL default '0', `Notes` text NOT NULL, PRIMARY KEY (`ContactNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table contact #---------------------------- #---------------------------- # Table structure for county #---------------------------- CREATE TABLE `county` ( `CountyName` varchar(255) NOT NULL default '', `CountyCode` varchar(255) NOT NULL default '', PRIMARY KEY (`CountyName`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table county #---------------------------- #---------------------------- # Table structure for covcat #---------------------------- CREATE TABLE `covcat` ( `CovCatNum` mediumint(8) unsigned NOT NULL auto_increment, `Description` varchar(50) NOT NULL default '', `DefaultPercent` tinyint(3) NOT NULL default '0', `IsPreventive` tinyint(1) unsigned NOT NULL default '0', `CovOrder` tinyint(3) unsigned NOT NULL default '0', `IsHidden` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`CovCatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table covcat #---------------------------- insert into covcat values (1, 'Diag/Prev', 100, 1, 0, 0), (2, 'Basic', 80, 0, 1, 0), (3, 'Major', 50, 0, 2, 0), (4, 'Ortho', -1, 0, 5, 0), (6, 'Endo', 80, 0, 3, 0), (7, 'none', 0, 0, 6, 1), (8, 'Perio', 80, 0, 4, 0); #---------------------------- # Table structure for covpat #---------------------------- CREATE TABLE `covpat` ( `CovPatNum` mediumint(8) unsigned NOT NULL auto_increment, `CovCatNum` mediumint(8) unsigned NOT NULL default '0', `PlanNum` mediumint(8) unsigned NOT NULL default '0', `PriPatNum` mediumint(8) unsigned NOT NULL default '0', `SecPatNum` mediumint(8) unsigned NOT NULL default '0', `Percent` tinyint(3) NOT NULL default '0', PRIMARY KEY (`CovPatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table covpat #---------------------------- #---------------------------- # Table structure for covspan #---------------------------- CREATE TABLE `covspan` ( `CovSpanNum` mediumint(8) unsigned NOT NULL auto_increment, `CovCatNum` mediumint(8) unsigned NOT NULL default '0', `FromCode` varchar(15) NOT NULL default '', `ToCode` varchar(15) NOT NULL default '', PRIMARY KEY (`CovSpanNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table covspan #---------------------------- insert into covspan values (1, 1, 'D0000', 'D1999'), (2, 2, 'D2000', 'D2699'), (3, 3, 'D2700', 'D2999'), (4, 2, 'D3000', 'D3999'), (5, 2, 'D4000', 'D4999'), (6, 3, 'D5000', 'D5899'), (7, 7, 'D5900', 'D6199'), (8, 3, 'D6200', 'D6999'), (9, 2, 'D7000', 'D7999'), (10, 4, 'D8000', 'D8998'), (12, 7, 'D9000', 'D9999'), (13, 7, 'D8999', 'D8999'); #---------------------------- # Table structure for definition #---------------------------- CREATE TABLE `definition` ( `DefNum` smallint(5) unsigned NOT NULL auto_increment, `Category` tinyint(3) unsigned NOT NULL default '0', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `ItemName` varchar(255) NOT NULL default '', `ItemValue` varchar(255) NOT NULL default '', `ItemColor` int(11) NOT NULL default '0', `IsHidden` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`DefNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table definition #---------------------------- insert into definition values (1, 1, 2, 'Misc Neg Adjustment', '-', 0, 0), (2, 1, 3, 'Misc Pos Adjustment', '+', 0, 0), (4, 0, 1, 'Adjustment', '', -16777031, 0), (5, 0, 3, 'Payment', '', -16744448, 0), (6, 0, 4, 'Insurance', '', -2555904, 0), (7, 0, 0, 'Default', '', -16777216, 0), (8, 1, 0, 'Professional Discount', '-', 0, 0), (9, 1, 1, 'Cash Discount', '-', 0, 0), (10, 1, 5, 'Write Off', '-', 0, 0), (112, 0, 2, 'Discount', '', -16744448, 0), (12, 1, 6, 'Insurance Writeoff', '-', 0, 0), (13, 1, 7, '$10 Referral Discount', '-', 0, 0), (14, 1, 8, 'BROKEN Appt - No Show', '+', 0, 0), (15, 1, 9, 'BROKEN Appt w/o 24 hrs Notice', '+', 0, 0), (16, 1, 10, 'Returned Check', '+', 0, 0), (17, 1, 11, 'NSF fee', '+', 0, 0), (18, 1, 4, 'Patient Refund Check', '+', 0, 0), (19, 2, 0, 'Unconfirmed', 'Unconfrm', -1, 0), (20, 2, 1, 'Left Msg on Ans Mach', 'LeftMsg', -256, 0), (21, 2, 2, 'Appointment Confirmed', 'Confirmed', -6099851, 0), (22, 2, 3, 'Left Msg w Fam Mem', 'MsgFam', -256, 0), (23, 2, 4, 'Not Home', 'NotHome', -65536, 0), (24, 2, 5, 'Disconnected Number', 'DiscNum', -65536, 0), (25, 2, 6, 'Line Busy', 'LinBusy', -65536, 0), (26, 3, 0, 'Comp Exam', 'D0150', 0, 0), (27, 3, 1, 'Per Exam', 'D0120', 0, 0), (28, 3, 2, 'Lim Exam', 'D0140', 0, 0), (29, 3, 3, '1 PA', 'D0220', 0, 0), (30, 3, 4, '2BW', 'D0272', 0, 0), (31, 3, 5, '4BW', 'D0274', 0, 0), (32, 3, 7, 'Pro Adult', 'D1110', 0, 0), (33, 3, 8, 'Fluor Adult', 'D1204', 0, 0), (34, 3, 9, 'Pro Child', 'D1120', 0, 0), (35, 3, 10, 'Fluor Child', 'D1203', 0, 0), (36, 3, 13, 'empty', 'D0120', 0, 1), (37, 3, 6, 'Pano', 'D0330', 0, 0), (38, 3, 11, 'PostOp', 'N4101', 0, 0), (39, 3, 12, 'DentAdj', 'N4102', 0, 0), (40, 4, 0, 'Standard Account', '', 0, 0), (41, 4, 1, 'Bad Debt - Precollections', '', 0, 0), (42, 4, 2, 'Bad Debt - Sent to Collections', '', 0, 0), (43, 5, 0, 'paper', 'ADA2002', 0, 0), (44, 5, 1, 'eClaim', 'eclaim', 0, 0), (45, 6, 0, 'Standard 0-30', '', 0, 0), (46, 6, 1, 'Standard 31-60', 'Charges over 30 days.', 0, 0), (47, 6, 2, 'Standard 61-90', 'Charges over 60 days.', 0, 0), (48, 6, 3, 'Standard Over 90', 'Charges over 90 days. Finance charges apply.', 0, 0), (49, 6, 4, 'Insurance 0-30', '', 0, 0), (50, 6, 5, 'Insurance 31-60', 'Charges over 30 days.', 0, 0), (51, 6, 6, 'Insurance 61-90', 'Charges over 60 days.', 0, 0), (52, 6, 7, 'Insurance Over 90', 'Charges over 90 days. You are responsible for unpaid insurance. Finance charges apply.', 0, 0), (53, 7, 0, 'Standard', '', 0, 0), (54, 7, 2, 'BCBS', '', 0, 0), (55, 7, 1, 'ODS', '', 0, 0), (56, 8, 1, 'BP', '', 0, 0), (57, 8, 6, 'Allergy:', '', 0, 0), (58, 8, 2, 'Heart', '', 0, 0), (59, 8, 3, 'Low Epi', '', 0, 0), (60, 8, 4, 'PAC', '', 0, 0), (61, 8, 7, 'Medication:', '', 0, 0), (62, 8, 0, 'none', '', 0, 0), (63, 8, 5, 'Diabetes', '', 0, 0), (64, 9, 0, 'Operatory 1', 'OP-1', 0, 0), (65, 9, 1, 'Operatory 2', 'OP-2', 0, 0), (66, 9, 2, 'Operatory 3', 'OP-3', 0, 0), (67, 9, 3, 'Operatory 4', 'OP-4', 0, 0), (68, 9, 4, 'Hygiene Op 1', 'Hyg1', 0, 0), (69, 10, 0, 'Check', '', 0, 0), (70, 10, 1, 'Cash', '', 0, 0), (71, 10, 2, 'Credit Card', '', 0, 0), (113, 12, 2, 'Status Existing Current Prov', '', -16777206, 0), (72, 10, 3, 'Not used', '', 0, 1), (73, 11, 0, 'Exams & Xrays', '', 0, 0), (74, 11, 1, 'Cleanings', '', 0, 0), (75, 11, 2, 'Fillings', '', 0, 0), (76, 11, 3, 'Endo', '', 0, 0), (77, 11, 4, 'Perio', '', 0, 0), (78, 11, 5, 'Dentures', '', 0, 0), (79, 11, 6, 'Cosmetic', '', 0, 0), (80, 11, 7, 'Implants', '', 0, 0), (81, 11, 8, 'Crown & Bridge', '', 0, 0), (82, 11, 9, 'Oral Surgery', '', 0, 0), (83, 11, 10, 'Ortho', '', 0, 0), (84, 11, 11, 'Misc', '', 0, 0), (85, 11, 12, 'No Fee', '', 0, 0), (86, 11, 13, 'Rarely Used', '', 0, 0), (87, 11, 14, 'Never Used', '', 0, 0), (88, 12, 1, 'Status Complete', '', -16185069, 0), (89, 12, 5, 'Rx', '', -65536, 0), (90, 12, 0, 'Status Treatment Planned', '', -8978432, 0), (91, 12, 3, 'Status Existing Other Prov', '', -16751616, 0), (92, 13, 0, 'Appointment Scheduled', 'AptSchd', 0, 0), (93, 13, 8, 'Not Home, Call Again', 'NotHome', 0, 0), (94, 13, 1, 'Call Back, Not Ready', 'CallBak', 0, 0), (95, 13, 2, 'Patient Will Call Us', 'CallUs', 0, 0), (96, 13, 3, 'Bad Debt. Don\'t Call', 'BadDebt', 0, 0), (97, 13, 5, 'Left Msg on Ans. Mach', 'LeftMsg', 0, 0), (98, 13, 6, 'Left Message with Fam', 'MsgFam', 0, 0), (99, 13, 7, 'Discon Ph Num', 'DiscNum', 0, 0), (100, 13, 4, 'Wait. See notes.', 'Wait', 0, 0), (101, 14, 3, 'Pillow', '', 0, 0), (102, 14, 4, 'No Fluoride', '', 0, 0), (103, 14, 7, 'Hard to Numb', '', 0, 1), (104, 14, 0, 'Value', '', 0, 0), (105, 14, 2, 'Quality', '', 0, 0), (106, 14, 5, 'Don\'t Lean Back', '', 0, 0), (107, 14, 1, 'Painless', '', 0, 0), (108, 15, 1, '10% Senior Discount', '10', 0, 0), (109, 15, 0, '5% Cash Discount', '5', 0, 0), (110, 15, 2, 'New Patient Discount', '20', 0, 0), (111, 15, 3, 'Discount', '', 0, 0), (114, 11, 15, 'Obsolete', '', 0, 0), (115, 16, 1, 'Caries', 'C', 0, 0), (116, 16, 2, 'Recurrent (Car)', 'R', 0, 0), (117, 16, 3, 'Incipient (Car)', 'I', 0, 0), (118, 16, 4, 'Defect (or miss fill)', 'D', 0, 0), (119, 16, 5, 'Missing (tooth struct)', 'M', 0, 0), (120, 16, 6, 'Irrevers. Pulp.', 'IP', 0, 0), (121, 16, 7, 'Revers. Pulp.', 'RP', 0, 0), (122, 16, 8, 'Necrotic', 'Nc', 0, 0), (123, 16, 9, 'Apical Perio', 'AP', 0, 0), (124, 16, 10, 'Abcess', 'Ab', 0, 0), (125, 16, 11, 'Carious Pulp Exp', 'CE', 0, 0), (126, 16, 12, 'Cracked Tooth', 'Cr', 0, 0), (127, 17, 0, 'Practice Open', '', -1, 0), (128, 17, 1, 'Practice Closed', '', -2368549, 0), (129, 9, 5, 'Hygiene Op 2', 'Hyg2', 0, 0), (130, 18, 3, 'Medical History', '', 0, 0), (131, 18, 2, 'Insurance', '', 0, 0), (132, 18, 6, 'Treatment Plans', '', 0, 0), (133, 18, 8, 'Patient Treatment', '', 0, 0), (134, 18, 1, 'Financial', '', 0, 0), (135, 18, 7, 'Letters', '', 0, 0), (136, 18, 0, 'Credit Approval', '', 0, 0), (137, 18, 4, 'Miscellaneous', '', 0, 0), (138, 18, 5, 'Patient Information', '', 0, 0), (139, 16, 0, 'None', '', 0, 0), (140, 17, 2, 'Appointment Complete-Time bar', '', -8355712, 0), (141, 17, 3, 'Appointment Complete-Background', '', -2039837, 0), (142, 13, 9, 'Mailed Postcard', 'Mailed', 0, 0), (143, 19, 0, 'Called. Left message.', '', 0, 0), (144, 19, 1, 'Called. No answer.', '', 0, 0), (145, 19, 2, 'Called. Bad number. Made note in chart', '', 0, 0), (146, 20, 0, '1', '', -16777216, 0), (147, 20, 1, '2', '', -16777216, 0), (148, 20, 11, 'Wait', '', -7237231, 0), (149, 20, 9, 'Low', '', -16777216, 0), (150, 20, 8, 'Next', '', -6356992, 0), (151, 20, 4, '5', '', -16777216, 0), (152, 20, 13, '10', '', -16777216, 1), (153, 20, 2, '3', '', -16777216, 0), (154, 20, 3, '4', '', -16777216, 0), (155, 20, 12, '9', '', -16777216, 1), (156, 20, 5, '6', '', -16777216, 0), (157, 20, 6, '7', '', -16777216, 0), (158, 20, 7, '8', '', -16777216, 0), (159, 20, 10, 'Recmend', '', -7237231, 0), (160, 12, 4, 'Status Referred', '', -8978432, 0), (161, 14, 6, 'Anxiety', '', 0, 0), (162, 17, 4, 'Holiday', '', -2509157, 0), (163, 0, 5, 'Comm', '', -8388608, 0), (164, 21, 0, 'Family Module Coverage', '', -2823993, 0), (165, 22, 0, 'Treatment Planned', '', -3801088, 0), (166, 22, 1, 'Complete', '', -16777023, 0), (167, 22, 2, 'Existing Current Prov', '', -16777025, 0), (168, 22, 3, 'Existing Other Prov', '', -16751616, 0), (169, 22, 4, 'Referred Out', '', -3276800, 0), (170, 1, 12, 'Finance Charge', '+', 0, 0), (171, 23, 0, 'Pharmacies', '', 0, 0), (172, 23, 1, 'Local Dentists', '', 0, 0), (173, 0, 6, 'PayPlan', '', -8388608, 0), (174, 21, 1, 'Perio Bleeding', '', -1043436, 0), (175, 21, 2, 'Perio Suppuration', '', -24576, 0), (176, 21, 3, 'Chart Module Medical', '', -16192, 0), (177, 21, 4, 'Perio Plaque', '', -10066177, 0), (178, 21, 5, 'Perio Calculus', '', -16737024, 0), (179, 18, 9, 'BWs', 'X', 0, 0), (180, 18, 10, 'FMXs', 'X', 0, 0), (181, 18, 11, 'Panos', 'X', 0, 0), (182, 18, 12, 'Photos', 'X', 0, 0), (183, 21, 6, 'Chart Today\'s Procs', '', -886, 0), (184, 21, 7, 'Commlog Appt Related', '', -886, 0), (185, 1, 13, '5% Cash Discount', '-', 0, 0), (186, 1, 14, '10% Senior Discount', '-', 0, 0), (187, 1, 15, 'New Patient Discount', '-', 0, 0), (188, 1, 16, 'Discount', '-', 0, 0); #---------------------------- # Table structure for docattach #---------------------------- CREATE TABLE `docattach` ( `DocAttachNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `DocNum` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`DocAttachNum`), KEY `ChartNum` (`PatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table docattach #---------------------------- #---------------------------- # Table structure for document #---------------------------- CREATE TABLE `document` ( `DocNum` mediumint(8) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `DateCreated` date NOT NULL default '0000-00-00', `DocCategory` smallint(5) unsigned NOT NULL default '0', `WithPat` mediumint(8) unsigned NOT NULL default '0', `FileName` varchar(255) NOT NULL default '', `ImgType` tinyint(3) unsigned NOT NULL default '0', `IsFlipped` tinyint(1) unsigned NOT NULL default '0', `DegreesRotated` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`DocNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table document #---------------------------- #---------------------------- # Table structure for electid #---------------------------- CREATE TABLE `electid` ( `ElectIDNum` mediumint(8) unsigned NOT NULL auto_increment, `PayorID` varchar(255) NOT NULL default '', `CarrierName` varchar(255) NOT NULL default '', `IsMedicaid` tinyint(3) unsigned NOT NULL default '0', `ProviderTypes` varchar(255) NOT NULL default '', `Comments` text NOT NULL, PRIMARY KEY (`ElectIDNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table electid #---------------------------- insert into electid values (1, 'CX044', 'A&I Benefit Plan Admin. Of Oregon', 0, '', ''), (2, '64071', 'Acclaim', 0, '', ''), (3, '59140', 'Acec', 0, '', ''), (4, '72468', 'ACS Consulting Services, Inc.', 0, '', ''), (5, '38255', 'Activa Benefit Services, LLC', 0, '', ''), (6, '93524', 'Advantage Dental Plan, Inc.', 0, '', ''), (7, '60054', 'Aetna', 0, '', ''), (8, '68246', 'Aetna US Healthcare Encounters', 0, '', ''), (9, '58066', 'AFLAC of Georgia', 0, '', ''), (10, '80705', 'AH & L', 0, '', ''), (11, '91136', 'Alaska Children\'s Services, Inc', 0, '', ''), (12, '91136', 'Alaska Laborers Construction Industry Trust', 0, '', ''), (13, '91136', 'Alaska Pipe Trades Local 375', 0, '', ''), (14, '91136', 'Alaska United Food & Comm. Workers Health & Welfare Trust', 0, '', ''), (15, 'CX016', 'Allen Medical Claims Administrators', 0, '', ''), (16, '80705', 'ALTA Health & Life Insurance Company', 0, '', ''), (17, '50503', 'Altus Dental', 0, '', ''), (18, '59067', 'American Bankers Life Assurance Co.', 0, '', ''), (19, '34187', 'American Benefits Mangement of OH', 0, '', ''), (20, 'AHG01', 'American Health Group', 0, '', ''), (21, 'CX001', 'American Medical Security', 0, '', ''), (22, '44444', 'American Postal Workers Union (APWU)', 0, '', ''), (23, '86001', 'AmeriChoice - New Jersey Medicare', 1, '', ''), (24, '86002', 'AmeriChoice - New York Medicare', 1, '', ''), (25, '86047', 'AmeriChoice New Jersey Medicaid', 1, '', ''), (26, '86047', 'AmeriChoice New Jersey Medicaid', 1, '', ''), (27, '86048', 'AmeriChoice New York Medicaid', 1, '', ''), (28, 'CKNY1', 'AmeriChoice New York Medicaid', 1, '', ''), (29, '86003', 'AmeriChoice Pennsylvania Medicare', 1, '', ''), (30, '86049', 'AmeriChoice Pennsylvania Medicaid', 1, '', ''), (31, '47009', 'Ameritas Life Insurance Company', 0, '', ''), (32, '61301', 'Ameritas Life Insurance Corp.', 0, '', ''), (33, '38255', 'Amway Corporation', 0, '', ''), (34, '84105', 'Anthem Blue Cross/Blue Shield (IN, OH & KY)', 0, '', ''), (35, '65358', 'Anthem Blue Cross/Blue Shield of Connecticut', 0, '', ''), (36, '80705', 'Anthem Health & Life Ins. Co. of New Jersey', 0, '', ''), (37, '16140', 'APA Partners of New York', 0, '', ''), (38, 'ATPA1', 'Associated Third Party Administrators', 0, '', ''), (39, 'ADN01', 'Atlantic Dental (ADI)', 0, '', ''), (40, '91136', 'Automotive Machinists Local 289 Health & Welfare Trust', 0, '', ''), (41, '74227', 'Bankers United Life', 0, '', ''), (42, 'BCCA2', 'BCCA ENCOUNTER', 0, '', ''), (43, '68241', 'Bell Atlantic', 0, '', ''), (44, '23210', 'BeneCare Dental Plan', 0, '', ''), (45, '25145', 'Benefit Coordinators Corporation', 0, '', ''), (46, '39081', 'Benefit Plan Administrators', 0, '', ''), (47, '74223', 'Benefit Planners', 0, '', ''), (48, '36342', 'Benefit Systems & Services, Inc. (BSSI)', 0, '', ''), (49, 'BMX01', 'Benemax', 0, '', ''), (50, '95604', 'Best Life & Health Insurance Company', 0, '', ''), (51, '00700', 'Blue Care Family Plan (BCBS of CT)', 0, '', ''), (52, 'CBAL1', 'Blue Cross of Alabama', 0, '', ''), (53, '47570', 'Blue Cross of Alaska & Washington', 0, '', ''), (54, 'CBAR1', 'Blue Cross of Arkansas', 0, '', ''), (55, 'BCCA1', 'Blue Cross of California', 0, '', ''), (56, '47198', 'Blue Cross of California', 0, '', ''), (57, '84099', 'Blue Cross of Colorado', 0, '', ''), (58, '65358', 'Blue Cross of Connecticut', 0, '', ''), (59, '00700', 'Blue Cross of Connecticut Blue Care Family', 0, '', ''), (60, '53287', 'Blue Cross of Delaware', 0, '', ''), (61, 'CBID1', 'Blue Cross of Idaho', 0, '', ''), (62, 'CB621', 'Blue Cross of Illinois', 0, '', ''), (63, '84105', 'Blue Cross of Indiana - Anthem', 0, '', ''), (64, 'CBIA2', 'Blue Cross of Iowa', 0, '', ''), (65, 'CBIA1', 'Blue Cross of Iowa (FEP claims only)', 0, '', ''), (66, 'CBKS1', 'Blue Cross of Kansas', 0, '', ''), (67, '84105', 'Blue Cross of Kentucky - Anthem', 0, '', ''), (68, '23739', 'Blue Cross of Louisiana', 0, '', ''), (69, 'CBMA1', 'Blue Cross of Massachusetts', 0, '', ''), (70, '84101', 'Blue Cross of Nevada', 0, '', ''), (71, '22099', 'Blue Cross of New Jersey - Horizon', 0, '', ''), (72, '84100', 'Blue Cross of New Mexico', 0, '', ''), (73, 'CBNY1', 'Blue Cross of New York- Empire', 0, '', ''), (74, 'CX004', 'Blue Cross of North Dakota/North Dakota Dental Svc.', 0, '', ''), (75, '84105', 'Blue Cross of Ohio - Anthem', 0, '', ''), (76, 'CB850', 'Blue Cross of Oregon - Regence', 0, '', ''), (77, 'CB870', 'Blue Cross of Rhode Island', 0, '', ''), (78, 'CBTN1', 'Blue Cross of Tennessee', 0, '', ''), (79, 'CB900', 'Blue Cross of Texas', 0, '', ''), (80, 'CB923', 'Blue Cross of Virginia- Trigon', 0, '', ''), (81, 'BWI01', 'Blue Cross of Wisconsin', 0, '', ''), (82, 'CB950', 'Blue Cross of Wisconsin', 0, '', ''), (83, '83470', 'Blue Cross/Blue Shield of Arkansas', 0, '', ''), (84, '00003', 'Blue Cross/Blue Shield of Central New York', 0, '', ''), (85, '84099', 'Blue Cross/Blue Shield of Colorado', 0, '', ''), (86, 'BCGA1', 'Blue Cross/Blue Shield of Georgia', 0, '', ''), (87, 'SB601', 'Blue Cross/Blue Shield of Georgia', 0, '', ''), (88, '00621', 'Blue Cross/Blue Shield of Illinois', 0, '', ''), (89, 'SB621', 'Blue Cross/Blue Shield of Illinois', 0, '', ''), (90, '84105', 'Blue Cross/Blue Shield of Indiana', 0, '', ''), (91, '84105', 'Blue Cross/Blue Shield of Kentucky', 0, '', ''), (92, 'BME01', 'Blue Cross/Blue Shield of Maine', 0, '', ''), (93, 'CBMI1', 'Blue Cross/Blue Shield of Michigan', 0, '', ''), (94, 'CBNE1', 'Blue Cross/Blue Shield of Nebraska', 0, '', ''), (95, '84101', 'Blue Cross/Blue Shield of Nevada', 0, '', ''), (96, 'BNH01', 'Blue Cross/Blue Shield of New Hampshire', 0, '', ''), (97, 'CBNY1', 'Blue Cross/Blue Shield of New York Empire', 0, '', ''), (98, '84105', 'Blue Cross/Blue Shield of Ohio', 0, '', ''), (99, 'CB865', 'Blue Cross/Blue Shield of Pennsylvania', 0, '', ''), (100, '00003', 'Blue Cross/Blue shield of the Rochester Area (Finger Lakes BC/BS)', 0, '', ''), (101, '93221', 'Blue Sheild King County (Walla Walla Valley)', 0, '', ''), (102, '93213', 'Blue Shield King County (Callam)', 0, '', ''), (103, '93220', 'Blue Shield King County (Cowlitz)', 0, '', ''), (104, '93207', 'Blue Shield King County (Grays harbor)', 0, '', ''), (105, '93210', 'Blue Shield King County (Lewis)', 0, '', ''), (106, '93219', 'Blue Shield King County (Snohomish)', 0, '', ''), (107, '93211', 'Blue Shield King County (Thurston)', 0, '', ''), (108, '93214', 'Blue Shield King County (Yakima)', 0, '', ''), (109, 'CBID2', 'Blue Shield of Idaho - Regence', 0, '', ''), (110, '0000D', 'Blue Shield of PA', 0, '', ''), (111, '99996', 'Blue Shield of Pennsylvania', 0, '', ''), (112, 'CB865', 'Blue Shield of Pennsylvania', 0, '', ''), (113, '99997', 'Blue Shield of Pennsylvania (DHMO)', 0, '', ''), (114, '93200', 'Blue Shield of Washington- Regence', 0, '', ''), (115, '36609', 'Boilermakers National Health & Welfare Fund', 0, '', ''), (116, '', 'BoonChapman Benefit Administrators, Inc.', 0, '', ''), (117, 'CX028', 'Bridgeport Dental Services', 0, '', ''), (118, 'CX032', 'Brokers National', 0, '', ''), (119, '47009', 'Businessmen\'s Assurance (BMA)', 0, '', ''), (120, '61301', 'Businessmen\'s Assurance (BMA)', 0, '', ''), (121, '61492', 'Businessmen\'s Assurance (BMA)', 0, '', ''), (122, 'CBDP1', 'California Benefits Dental Plan', 0, '', ''), (123, '80659', 'Canada Life Assurance Company, The', 0, '', ''), (124, '37105', 'Cannon Cochran Management Services', 0, '', ''), (125, '68011', 'Capital Administrators', 0, '', ''), (126, 'CX037', 'Capital Dental of Houston, TX', 0, '', ''), (127, 'CKOH2', 'CareSource Medicaid of Ohio', 1, '', ''), (128, '37060', 'Caterpillar, Inc.', 0, '', ''), (129, '41124', 'CBSA', 0, '', ''), (130, '88020', 'CCEA Welfare Benefit Trust', 0, '', ''), (131, '91136', 'Cement Masons & Plasterers Health & Welfare Trust', 0, '', ''), (132, '75177', 'Central & Southwest Services', 0, '', ''), (133, '84147', 'CHAMPVAHAC', 0, '', ''), (134, '84147', 'Children of Women Vietnam Beterans VA HAC', 0, '', ''), (135, '68241', 'Choice Plus (TRW)', 0, '', ''), (136, '61271', 'Christian Brothers Services', 0, '', ''), (137, '62308', 'CIGNA (Connecticut General)', 0, '', ''), (138, '62310', 'CIGNA Flex Care (New Mexico only)', 0, '', ''), (139, 'CMS01', 'Claim Management services (WI)', 0, '', ''), (140, 'CCS01', 'Clayton county Self Funded Dental Plan', 0, '', ''), (141, '71063', 'CNA Health Partners of Arkansas', 0, '', ''), (142, '75261', 'Community Health Electronic Claims /CHEC/WebTPA', 0, '', ''), (143, 'CX021', 'CompDent', 0, '', ''), (144, '03036', 'Comprehensive Benefits Administrators, Inc.', 0, '', ''), (145, '62308', 'Connecticut General (CIGNA)', 0, '', ''), (146, '61305', 'Consolidated Group Dental', 0, '', ''), (147, '52132', 'Cooperative Benefit Administrators - (CBA)', 0, '', ''), (148, '35182', 'Coresource of (PA, MD, IL)', 0, '', ''), (149, '41045', 'CoreStar', 0, '', ''), (150, '56117', 'Corporate Benefit Services', 0, '', ''), (151, '41124', 'Corporate Benefit Services of America - (CBSA)', 0, '', ''), (152, '58102', 'Covenant Administrators, Inc', 0, '', ''), (153, '25148', 'Coventry Health Care of Georgia, Inc', 0, '', ''), (154, '68241', 'CustomCare (Southwestern Bell-Exec)', 0, '', ''), (155, 'DEW01', 'D. Edward Wright TPA', 0, '', ''), (156, '94276', 'DDIC (AK, AL, FL, GA, LA, MS, MT, NV, TX)', 0, '', ''), (157, '97276', 'Delta Dental Insurance Co. (DDIC)', 0, '', ''), (158, 'DDAL1', 'Delta Dental of Alabama', 0, '', ''), (159, 'DDAK1', 'Delta Dental of Alaska', 0, '', ''), (160, '86027', 'Delta Dental of Arizona', 0, '', ''), (161, 'DDAR1', 'Delta Dental of Arizona', 0, '', ''), (162, 'DDPAR', 'Delta Dental of Arkansas', 0, '', ''), (163, 'CDAR1', 'Delta Dental of Arkansas', 0, '', ''), (164, '77777', 'Delta Dental of California', 0, '', ''), (165, 'DDCA1', 'Delta Dental of California', 0, '', ''), (166, 'CDCA1', 'Delta Dental of California/Tricare Retiree Dental', 0, '', ''), (167, '84056', 'Delta Dental of Colorado', 0, '', ''), (168, 'DDDE1', 'Delta Dental of Delaware', 0, '', ''), (169, '51022', 'Delta Dental of Delaware', 0, '', ''), (170, 'DDFL1', 'Delta Dental of Florida', 0, '', ''), (171, 'DDGA1', 'Delta Dental of Georgia', 0, '', ''), (172, '82029', 'Delta Dental of Idaho', 0, '', ''), (173, '47598', 'Delta Dental of Illinois', 0, '', ''), (174, '05030', 'Delta Dental of Illinois', 0, '', ''), (175, 'DELTI', 'Delta Dental of Indiana', 0, '', ''), (176, 'CDIN1', 'Delta Dental of Indiana', 0, '', ''), (177, 'DDPI', 'Delta Dental of Indiana', 0, '', ''), (178, 'CDIA1', 'Delta Dental of Iowa', 0, '', ''), (179, 'CDKS1', 'Delta Dental of Kansas', 0, '', ''), (180, 'CDKY1', 'Delta Dental of Kentucky', 0, '', ''), (181, 'DDLA1', 'Delta Dental of Lousiana', 0, '', ''), (182, '23166', 'Delta Dental of Maryland', 0, '', ''), (183, '04614', 'Delta Dental of Massachusetts', 0, '', ''), (184, 'CDMI0', 'Delta Dental of Michigan', 0, '', ''), (185, 'DELTA', 'Delta Dental of Michigan', 0, '', ''), (186, 'DDPM', 'Delta Dental of Michigan', 0, '', ''), (187, '07000', 'Delta Dental of Minnesota', 0, '', ''), (188, 'CDMN1', 'Delta Dental of Minnesota', 0, '', ''), (189, 'DDMS1', 'Delta Dental of Mississippi', 0, '', ''), (190, '43090', 'Delta Dental of Missouri', 0, '', ''), (191, 'DDMT1', 'Delta Dental of Montana', 0, '', ''), (192, 'DDNE1', 'Delta Dental of Nebraska', 0, '', ''), (193, '07025', 'Delta Dental of Nebraska', 0, '', ''), (194, 'DDNV1', 'Delta Dental of Nevada', 0, '', ''), (195, '22189', 'Delta Dental of New Jersey', 0, '', ''), (196, 'DDNJ1', 'Delta Dental of New Jersey', 0, '', ''), (197, '85022', 'Delta Dental of New Mexico', 0, '', ''), (198, 'DDNM1', 'Delta Dental of New Mexico', 0, '', ''), (199, 'DDPNM1', 'Delta Dental of New Mexico', 0, '', ''), (200, 'DELTM', 'Delta Dental of New Mexico', 0, '', ''), (201, '11198', 'Delta Dental of New York', 0, '', ''), (202, 'DDNY1', 'Delta Dental of New York', 0, '', ''), (203, 'DDNC1', 'Delta Dental of North Carolina', 0, '', ''), (204, '56101', 'Delta Dental of North Carolina', 0, '', ''), (205, 'CDND1', 'Delta Dental of North Dakota', 0, '', ''), (206, '07029', 'Delta Dental of North Dakota', 0, '', ''), (207, '02027', 'Delta Dental of Northeast (ME, NH, VT)', 0, '', ''), (208, 'DELTO', 'Delta Dental of Ohio', 0, '', ''), (209, 'CDOH1', 'Delta Dental of Ohio', 0, '', ''), (210, 'DDPO', 'Delta Dental of Ohio', 0, '', ''), (211, 'DELOK', 'Delta Dental of Oklahoma', 0, '', ''), (212, 'CDOK1', 'Delta Dental of Oklahoma', 0, '', ''), (213, 'DDPOK', 'Delta Dental of Oklahoma', 0, '', ''), (214, 'CDOR1', 'Delta Dental of Oregon', 0, '', ''), (215, 'DDPA1', 'Delta Dental of Pennsylvania', 0, '', ''), (216, '23166', 'Delta Dental of Pennsylvania', 0, '', ''), (217, '05029', 'Delta Dental of Rhode Island', 0, '', ''), (218, '43091', 'Delta Dental of South Carolina in Missouri', 0, '', ''), (219, '54097', 'Delta Dental of South Dakota', 0, '', ''), (220, 'DELTN', 'Delta Dental of Tennessee', 0, '', ''), (221, 'DDPTN', 'Delta Dental of Tennessee', 0, '', ''), (222, 'CDTN1', 'Delta Dental of Tennessee', 0, '', ''), (223, 'DDTX1', 'Delta Dental of Texas', 0, '', ''), (224, 'DDUT1', 'Delta Dental of Utah', 0, '', ''), (225, '54084', 'Delta Dental of Virginia', 0, '', ''), (226, '52147', 'Delta Dental of Washington D.C.', 0, '', ''), (227, 'DDDC1', 'Delta Dental of Washington D.C.', 0, '', ''), (228, '31096', 'Delta Dental of West Virginia', 0, '', ''), (229, 'DDWV1', 'Delta Dental of West Virginia', 0, '', ''), (230, '39069', 'Delta Dental of Wisconsin', 0, '', ''), (231, 'CDWY1', 'Delta Dental of Wyoming', 0, '', ''), (232, '07027', 'Delta Dental of Wyoming', 0, '', ''), (233, '07029', 'Delta Dental Plan of North Dakota', 0, '', ''), (234, 'DDND1', 'Delta Dental Plan of North Dakota', 0, '', ''), (235, '07027', 'Delta Dental Plan of Wyoming', 0, '', ''), (236, 'DDWY1', 'Delta Dental Plan of Wyoming', 0, '', ''), (237, 'CX049', 'DeneX/SG', 0, '', ''), (238, '52133', 'Dental Benefit Providers', 0, '', ''), (239, 'CX035', 'Dental Care Plus', 0, '', ''), (240, 'DCP01', 'Dental Care Plus (DCP)', 0, '', ''), (241, 'CX017', 'Dental Comp', 0, '', ''), (242, 'CX034', 'Dental Network', 0, '', ''), (243, '43091', 'Dental Plan of the South Carolina in Missouri', 0, '', ''), (244, '54084', 'Dental Plan of Virginia', 0, '', ''), (245, '52133', 'Dental Profit Providers', 0, '', ''), (246, '04356', 'DentaQuest', 0, '', ''), (247, '94146', 'Denti-Cal', 1, '', ''), (248, '94146', 'Denti-Cal Medicaid of California', 1, '', ''), (249, 'A1004', 'Detroit Laborers (Metropolitan)', 0, '', ''), (250, 'HSP01', 'District Council 37 Health & Welfare Fund', 0, '', ''), (251, 'DOM01', 'Dominion Dental', 0, '', ''), (252, 'CX104', 'Doral Dental Medicaid of Ohio', 1, '', ''), (253, 'CKOK1', 'Doral Dental Medicaid of Oklahoma', 1, '', ''), (254, 'CKPA1', 'Doral Dental Medicaid of Pennsylvania', 1, '', ''), (255, 'CKWI1', 'Doral Dental Medicaid of Wisconsin', 1, '', ''), (256, 'CX014', 'Doral Dental of Arizona CIGNA', 0, '', ''), (257, 'CX014', 'Doral Dental of Arizona Non Global Budget', 0, '', ''), (258, 'CX014', 'Doral Dental of Connecticu', 0, '', ''), (259, 'CX014', 'Doral Dental of Illinois', 0, '', ''), (260, 'CX014', 'Doral Dental of Kansas', 0, '', ''), (261, 'CX014', 'Doral Dental of Kentucky', 0, '', ''), (262, 'CKKY3', 'Doral Dental of Kentucky/Region #3', 1, '', ''), (263, 'CX014', 'Doral Dental of Maryland Helix', 0, '', ''), (264, 'CX014', 'Doral Dental of Maryland Physicians Care', 0, '', ''), (265, 'CX014', 'Doral Dental of Maryland Priority Partners', 0, '', ''), (266, 'CX014', 'Doral Dental of Minnesota (M)', 1, '', ''), (267, 'CX014', 'Doral Dental of Minnesota Medicare', 1, '', ''), (268, 'CX014', 'Doral Dental of Missouri Kansas City', 0, '', ''), (269, 'CX014', 'Doral Dental of Missouri St. Louis', 0, '', ''), (270, 'CX014', 'Doral Dental of Nebraska', 0, '', ''), (271, 'CX014', 'Doral Dental of New Jersey Amerigroup', 0, '', ''), (272, 'CX014', 'Doral Dental of New Mexico', 0, '', ''), (273, 'CX014', 'Doral Dental of New York', 0, '', ''), (274, 'CX014', 'Doral Dental of New York Non Global Budget', 0, '', ''), (275, 'CX014', 'Doral Dental of Ohio (M)', 1, '', ''), (276, 'CX014', 'Doral Dental of Oklahoma Community Care', 0, '', ''), (277, 'CX014', 'Doral Dental of Oklahoma Heartland', 0, '', ''), (278, 'CX014', 'Doral Dental of Oklahoma Non Global Budget', 0, '', ''), (279, 'CX014', 'Doral Dental of Oklahoma Unicare', 0, '', ''), (280, 'CX014', 'Doral Dental of Oklahoma Unicare Non Global', 0, '', ''), (281, 'CX014', 'Doral Dental of Pennsylvania AmeriHealth', 0, '', ''), (282, 'CX014', 'Doral Dental of Pennsylvania Healthmate', 0, '', ''), (283, 'CX014', 'Doral Dental of Pennsylvania Keystone', 0, '', ''), (284, 'CX014', 'Doral Dental of Pennsylvania Philadelphia', 0, '', ''), (285, 'CX014', 'Doral Dental of Pennsylvania Pittsburgh', 0, '', ''), (286, 'CX014', 'Doral Dental of Tennessee TennCare', 0, '', ''), (287, 'CX014', 'Doral Dental of USA', 0, '', ''), (288, 'CX014', 'Doral Dental of Virginia Commercial', 0, '', ''), (289, 'CX014', 'Doral Dental of Virginia Premier', 0, '', ''), (290, 'CX014', 'Doral Dental of Virginia Sentara', 0, '', ''), (291, 'CX014', 'Doral Dental of Virginia Unicare', 0, '', ''), (292, 'CX014', 'Doral Dental of Virginia (M)', 1, '', ''), (293, 'CX014', 'Doral Dental of Wisconsin', 0, '', ''), (294, 'CX014', 'Doral Dental Plan of Wisconsin', 0, '', ''), (295, 'DTCH1', 'Dutcher Insurance', 0, '', ''), (296, '75232', 'E3 Health, Inc.', 0, '', ''), (297, '81039', 'EBMS (Employee Beneft management Services, Inc.', 0, '', ''), (298, 'CX043', 'EBS Benefit Solutions', 0, '', ''), (299, 'CKPA1', 'EDS Medicaid of Pennsylvania', 1, '', ''), (300, '73288', 'EHI', 0, '', ''), (301, '73288', 'EHI, EHIC', 0, '', ''), (302, 'EWF01', 'Electrical Workers Benefit Fund (IBEW local 369)', 0, '', ''), (303, '73288', 'EMPHESYS', 0, '', ''), (304, '55093', 'Empire Blue Cross/Blue Shield', 0, '', ''), (305, 'CX012', 'Employee Benefit Admin. (Pembroke, Mass.)', 0, '', ''), (306, '38241', 'Employee Benefit Concepts', 0, '', ''), (307, 'CX025', 'Employee Benefit Management Corp. (EBMC)', 0, '', ''), (308, '81039', 'Employee Benefit Mang. Services, Inc. (EBMS)', 0, '', ''), (309, '03036', 'Employee Beneftis Plan Administration, Inc. (EBPA)', 0, '', ''), (310, 'CX022', 'Employee Group Services (EGS)', 0, '', ''), (311, '73288', 'Employee Health Insurance', 0, '', ''), (312, '73288', 'Employee Health Insurance of Wisconsin', 0, '', ''), (313, '73288', 'Employee Health of Wisconsin (EMPHESYS)(EHIC)', 0, '', ''), (314, '35112', 'Employee Plans, LLC', 0, '', ''), (315, '54098', 'Employee Security Inc.', 0, '', ''), (316, '73288', 'Employers Health Insurance', 0, '', ''), (317, '73288', 'Employers Health Of Wisconsin (EMPHESYS) (EHIC)', 0, '', ''), (318, '91136', 'Enstar Natural Gas', 0, '', ''), (319, '62308', 'Equicore', 0, '', ''), (320, '62308', 'Equitable', 0, '', ''), (321, '73126', 'Equitable Plan Services', 0, '', ''), (322, 'CX046', 'Erin Group Administrators in PA', 0, '', ''), (323, '43168', 'Essex Dental Benefits', 0, '', ''), (324, '00003', 'Excellus', 0, '', ''), (325, '71412', 'ExclusiCare', 0, '', ''), (326, 'CX002', 'Family members Dental Plan (FMDP)', 0, '', ''), (327, '41041', 'Federated Mutual Health Insurance', 0, '', ''), (328, '71056', 'FedEx Freight East, Inc.', 0, '', ''), (329, '69140', 'First Allmerica Financial Life Ins. Co.', 0, '', ''), (330, '72630', 'First Ameritas Life Insurance Corp. of New York', 0, '', ''), (331, '60033', 'First Ameritas Life Insurance Corp. of NY', 0, '', ''), (332, '87043', 'First Health', 0, '', ''), (333, '75232', 'First Integrated Health', 0, '', ''), (334, '71005', 'First Reliance Standard', 0, '', ''), (335, '13317', 'First Reliance Standard (N.Y. Business) (Ameritas)', 0, '', ''), (336, '68241', 'FlexCare', 0, '', ''), (337, '48116', 'Florida Hospital Waterman', 0, '', ''), (338, '68241', 'Florida Power & Light', 0, '', ''), (339, '68241', 'Florida Power & Light/ FlexCare', 0, '', ''), (340, '48117', 'FMH Benefit Services Inc. of KS', 0, '', ''), (341, '70408', 'Fortis Benefits Insurance Company', 0, '', ''), (342, '39065', 'Fortis Insurance Company', 0, '', ''), (343, '41124', 'Fortis Self Funded Administrative Services', 0, '', ''), (344, 'CX041', 'Fraternal Order of Police', 0, '', ''), (345, '67814', 'G.E. Group Life Assurance Company', 0, '', ''), (346, 'GCU01', 'GCU Local 8-M & 96B health & Welsfare Fund', 0, '', ''), (347, '44054', 'GEHA', 0, '', ''), (348, '63665', 'General American Life Insurance Co.', 0, '', ''), (349, '13551', 'GHI - New York - (Group Health Inc.)', 0, '', ''), (350, '80314', 'GIC', 0, '', ''), (351, '07205', 'Gilsbar, Inc', 0, '', ''), (352, '91136', 'Glassworkers Health & Welfare Fund, Grp. #F29', 0, '', ''), (353, 'GWD01', 'Golden West Dental', 0, '', ''), (354, '44054', 'Government Employee Hospital Association, Inc', 0, '', ''), (355, '80705', 'Great West Life & Annuity Insurance Co.', 0, '', ''), (356, '36338', 'Group Administrators Ltd.', 0, '', ''), (357, 'CX011', 'Group Benefit Services (East Lansing, Mich.)', 0, '', ''), (358, '38194', 'Group Health Managers of MI', 0, '', ''), (359, 'CX015', 'Group Link of Indiana', 0, '', ''), (360, 'CX036', 'Group Services of Houston, TX', 0, '', ''), (361, '64246', 'Guardian Life Insurance Co. of America', 0, '', ''), (362, '95266', 'Harrington Benefit Services, Inc.', 0, '', ''), (363, '06131', 'Harrington Benefit Services, Inc. (Formerly TPCM)', 0, '', ''), (364, '59142', 'Harrington Benefit Services, Inc. (Oklahoma)', 0, '', ''), (365, '0000F', 'Health Economics Group', 0, '', ''), (366, 'CX039', 'Health Economics Group Inc.', 0, '', ''), (367, '30946', 'Health Furture, LLC', 0, '', ''), (368, '84097', 'Health Management Systems', 0, '', ''), (369, 'CX009', 'Health Partners of Minnesota', 0, '', ''), (370, 'CX010', 'Health Partners of Minnesota Medicaid', 1, '', ''), (371, '62157', 'Health Partners of Tennessee', 0, '', ''), (372, '59142', 'Health Plan Services (Oklahoma)', 0, '', ''), (373, 'CX019', 'Health Resources Incorporated (HRI)', 0, '', ''), (374, '41170', 'Health Risk Management (HRM)', 0, '', ''), (375, 'HMA01', 'Healthcare Management Administrators', 0, '', ''), (376, 'HNET1', 'HealthNet Dental Claims', 0, '', ''), (377, 'HNET2', 'HealthNet Dental Encounters', 0, '', ''), (378, '11271', 'Healthplex, Inc.', 0, '', ''), (379, '87043', 'HealthRight Inc. of Connecticut (To First Health)', 0, '', ''), (380, '71063', 'HealthSCOPE Benefits, Inc.', 0, '', ''), (381, '68195', 'Healthsource Provident (CIGNA)', 0, '', ''), (382, 'HGL01', 'Heavy & General Laborers', 0, '', ''), (383, 'CX015', 'Hooser Dental Benefit Trust (GroupLink)', 0, '', ''), (384, 'CX015', 'Hooser Dental Plans (GroupLink)', 0, '', ''), (385, '22099', 'Horizon Blue Cross/Blue Shield', 0, '', ''), (386, 'BCNJ1', 'Horizon Blue Cross/Blue Shield of New Jersey', 0, '', ''), (387, '22099', 'Horizon Blue Cross/Blue Shield of New Jersey', 0, '', ''), (388, '91136', 'Hotel Employees & Restaurant Employees Health Trust', 0, '', ''), (389, '41170', 'HRM Claim Management', 0, '', ''), (390, '73288', 'Humana', 0, '', ''), (391, '22175', 'I.E. Shaffer', 0, '', ''), (392, 'IAT01', 'IATSE Atlanta Health & Welfare Fund', 0, '', ''), (393, 'A1117', 'IBEW Local 117', 0, '', ''), (394, 'A1317', 'IBEW Local 38', 0, '', ''), (395, 'A1461', 'IBEW Local 461', 0, '', ''), (396, 'A4681', 'IBEW Local 481', 0, '', ''), (397, '41124', 'IBI (Iowa Benefits Inc.)', 0, '', ''), (398, '36600', 'Illinois Central Hospital Association', 0, '', ''), (399, 'ICW01', 'Indiana Carpenters Welfare Fund', 0, '', ''), (400, '13315', 'Insurance Design Administrators of New Jersey', 0, '', ''), (401, '88006', 'Insurance Management Services', 0, '', ''), (402, '51020', 'Integra Administrative Group', 0, '', ''), (403, 'IAT01', 'Intern. Assoc. of Theatrical Stage Employees (IATSE) Atlanta health & Welfare Fund', 0, '', ''), (404, '36609', 'International Brotherhood of Boilermakers', 0, '', ''), (405, '41124', 'Iowa Benefits Inc.', 0, '', ''), (406, '61271', 'J. F. Molloy and Associates', 0, '', ''), (407, 'JPF01', 'Jefferson Pilot/Guarantee Life Insurance', 0, '', ''), (408, 'JEN01', 'Jenkins & Associates', 0, '', ''), (409, '14168', 'JLT Services Corporation', 0, '', ''), (410, '95378', 'John Deere Health Care/Heritage National Health Plan', 0, '', ''), (411, '65099', 'John Hancock Health Security Plan', 0, '', ''), (412, '57038', 'Kanawha Insurance Company', 0, '', ''), (413, 'KBT01', 'Kansas Bulding Trades', 0, '', ''), (414, '73100', 'Kempton Group Administrators', 0, '', ''), (415, '73100', 'Kempton Group Company', 0, '', ''), (416, 'LSH01', 'Laborers Southeast Health & Welfare Plan', 0, '', ''), (417, '78140', 'Life Insurance Co. of Boston & New York', 0, '', ''), (418, 'CX047', 'LifeRe', 0, '', ''), (419, '73288', 'Lincoln National (WI)', 0, '', ''), (420, 'NYT01', 'Local 1149 Baldwinsville, NY', 0, '', ''), (421, 'NYT01', 'Local 118 Rochester, NY', 0, '', ''), (422, '35107', 'Local 135 Health Benefits', 0, '', ''), (423, 'NYT01', 'Local 182 Utica, NY', 0, '', ''), (424, 'NYT01', 'Local 264 Cheektowaga, NY', 0, '', ''), (425, 'NYT01', 'Local 294 Albany, NY', 0, '', ''), (426, 'NYT01', 'Local 317 Syracuse, NY', 0, '', ''), (427, 'NYT01', 'Local 375 Buffalo, NY', 0, '', ''), (428, 'NYT01', 'Local 529 Elmira, NY', 0, '', ''), (429, 'NYT01', 'Local 669 Albany, NY', 0, '', ''), (430, 'NYT01', 'Local 687 Potsdam, NY', 0, '', ''), (431, 'NYT01', 'Local 693 Binghamton, NY', 0, '', ''), (432, 'NYT01', 'Local 791 Rocheter, NY', 0, '', ''), (433, 'GCU01', 'Local 8-M & 96B Health & Welfare', 0, '', ''), (434, '62310', 'Lovelace Health Plan', 0, '', ''), (435, '62310', 'Lovelace Senior Options (LSO)', 0, '', ''), (436, '62310', 'Lovelace Senior Plan (LSP)', 0, '', ''), (437, '10317', 'Machigonne Benefit Administrators', 0, '', ''), (438, 'CX042', 'Mahoney Benefit Admin. Of TX', 0, '', ''), (439, '62413', 'Mailhandlers Benefit Plan', 0, '', ''), (440, 'CX033', 'MAMSI', 0, '', ''), (441, '84097', 'Managed Dental Care Network (MDCN) (Encounters Only)', 0, '', ''), (442, 'CX014', 'Managed health Services-WI State Employee', 0, '', ''), (443, '98010', 'Manulife, W.J. Sutton Co.', 0, '', ''), (444, '68241', 'Marriott', 0, '', ''), (445, '65935', 'Mass Mutual', 0, '', ''), (446, '56205', 'MBS (MedCost Benefit Services)', 0, '', ''), (447, '74323', 'MedBen (Newark, OH)', 0, '', ''), (448, '56205', 'MedCost of North Carolina', 0, '', ''), (449, '07031', 'Medica Dental', 0, '', ''), (450, 'CX026', 'MEDICA of Minnesota', 0, '', ''), (451, 'CXAL1', 'Medicaid of Alabama', 1, '', ''), (452, 'CKAK1', 'Medicaid of Alaska', 1, '', ''), (453, 'CKAR1', 'Medicaid of Arkansas', 1, '', ''), (454, '94146', 'Medicaid of California (Denti-Cal)', 1, '', ''), (455, 'CKCO1', 'Medicaid of Colorado', 1, '', ''), (456, 'CKCT1', 'Medicaid of Connecticut', 1, '', ''), (457, 'CKDE1', 'Medicaid of Delaware', 1, '', ''), (458, '77027', 'Medicaid of Florida', 1, '', ''), (459, 'CKFL1', 'Medicaid of Florida', 1, '', ''), (460, 'CKGA1', 'Medicaid of Georgia', 1, '', ''), (461, 'CKID1', 'Medicaid of Idaho', 1, '', ''), (462, 'CKIL1', 'Medicaid of Illinois', 1, '', ''), (463, 'CKIN1', 'Medicaid of Indiana', 1, '', ''), (464, 'CKIA1', 'Medicaid of Iowa', 1, '', ''), (465, 'CKKS1', 'Medicaid of Kansas', 1, '', ''), (466, 'CKKY1', 'Medicaid of Kentucky', 1, '', ''), (467, 'CKKY3', 'Medicaid of Kentucky Region #3', 1, '', ''), (468, 'CKLA2', 'Medicaid of Louisiana (ADULT)', 1, '', ''), (469, 'CKLA1', 'Medicaid of Louisiana (EPSDT)', 1, '', ''), (470, 'CKME1', 'Medicaid of Maine', 1, '', ''), (471, 'CKMD1', 'Medicaid of Maryland', 1, '', ''), (472, 'CKMA1', 'Medicaid of Massachusetts', 1, '', ''), (473, 'CKMI1', 'Medicaid of Michigan', 1, '', ''), (474, 'CKMN1', 'Medicaid of Minnesota', 1, '', ''), (475, 'CX010', 'Medicaid of Minnesota (by Health Partners)', 1, '', ''), (476, 'CKMS1', 'Medicaid of Mississippi', 1, '', ''), (477, 'CKMO1', 'Medicaid of Missouri', 1, '', ''), (478, 'CKMT1', 'Medicaid of Montana', 1, '', ''), (479, 'CX014', 'Medicaid of Nebraska', 1, '', ''), (480, 'CKNV1', 'Medicaid of Nevada', 1, '', ''), (481, 'CKNH1', 'Medicaid of New Hampshire', 1, '', ''), (482, 'CKNJ1', 'Medicaid of New Jersey', 1, '', ''), (483, '86047', 'Medicaid of New Jersey (Adminstrated by Americhoice)', 1, '', ''), (484, 'CX014', 'Medicaid of New Mexico', 1, '', ''), (485, 'CKNM1', 'Medicaid of New Mexico', 1, '', ''), (486, 'CKNY1', 'Medicaid of New York', 1, '', ''), (487, '86048', 'Medicaid of New York (Adminstrated by Americhoice)', 1, '', ''), (488, 'CKNY2', 'Medicaid of New York (Dental Clinics Only)', 1, '', ''), (489, 'CKNC1', 'Medicaid of North Carolina', 1, '', ''), (490, 'CX104', 'Medicaid of Ohio (Administered by Doral Dental)', 1, '', ''), (491, 'CKOH2', 'Medicaid of Ohio (Administered by CareSource)', 1, '', ''), (492, 'CKOH1', 'Medicaid of Ohio (Administered by Quadax)', 1, '', ''), (493, 'CX014', 'Medicaid of Oklahoma (Administered by Doral Dental)', 1, '', ''), (494, 'CKOK1', 'Medicaid of Oklahoma (Administered by UNISYS)', 1, '', ''), (495, 'CKOR1', 'Medicaid of Oregon', 1, '', ''), (496, 'CX014', 'Medicaid of Pennsylvania (Administered by Doral Dental)', 1, '', ''), (497, '86049', 'Medicaid of Pennsylvania (Administered by Americhoice)', 1, '', ''), (498, 'CKPA1', 'Medicaid of Pennsylvania (Administered by EDS)', 1, '', ''), (499, 'CKRI1', 'Medicaid of Rhode Island', 1, '', ''), (500, 'CKSC1', 'Medicaid of South Carolina', 1, '', ''), (501, 'CKTN1', 'Medicaid of Tennessee, Access Med Plus', 1, '', ''), (502, 'CKTX1', 'Medicaid of Texas', 1, '', ''), (503, 'CKUT1', 'Medicaid of Utah', 1, '', ''), (504, 'CKVT1', 'Medicaid of Vermont', 1, '', ''), (505, 'CKVA1', 'Medicaid of Virginia', 1, '', ''), (506, 'CX014', 'Medicaid of Virginia (Administered by Doral Dental)', 1, '', ''), (507, 'CKWA1', 'Medicaid of Washington', 1, '', ''), (508, 'CKWV1', 'Medicaid of West Virginia', 1, '', ''), (509, 'CKWI1', 'Medicaid of Wisconsin', 1, '', ''), (510, 'CX014', 'Medicaid of Wisconsin (Administered by Doral Dental)', 1, '', ''), (511, 'CKWY1', 'Medicaid of Wyoming', 1, '', ''), (512, 'CX024', 'Medical Benefit Administrators', 0, '', ''), (513, '74323', 'Medical Benefits Companies (Newark, OH)', 0, '', ''), (514, '74323', 'Medical Benefits Mutual', 0, '', ''), (515, 'CB833', 'Medical Mutual of Ohio (MMO)', 0, '', ''), (516, '59226', 'MEGA Life & Health Co. (Family Division)', 0, '', ''), (517, '74227', 'MEGA Life & Health Co. (Student Division)', 0, '', ''), (518, 'MNM01', 'Mennonite Mutual Aid', 0, '', ''), (519, '65978', 'MetLife', 0, '', ''), (520, '87726', 'MetLife (formerly Travelers)', 0, '', ''), (521, 'A1004', 'Metropolitan Detroit Laborers', 0, '', ''), (522, 'A1432', 'Michigan Laborers', 0, '', ''), (523, 'A1404', 'Michigan State Painters', 0, '', ''), (524, 'MAMS1', 'Mid-Atlantic Medical Services, Inc. (MAMSI)', 0, '', ''), (525, '74227', 'Mid-West United Life (Student Division)', 0, '', ''), (526, 'A1402', 'Millwrights Local 1102 Health & Welfare Fund', 0, '', ''), (527, '36111', 'Motorola', 0, '', ''), (528, '86040', 'Mountain States Administrative Services', 0, '', ''), (529, '69140', 'Mutual Alliance Plan (MAP)', 0, '', ''), (530, '71412', 'Mutual of Omaha Insurance Co.', 0, '', ''), (531, '71412', 'Mutually Preferred', 0, '', ''), (532, '91136', 'N.W. International Assc. Of Machinists & Aerospace Engineers Benefits Trust', 0, '', ''), (533, '91136', 'N.W. Ironworkers Health & Security Trust Fund', 0, '', ''), (534, '91136', 'N.W. Roffers & Employers Health & Securtiy Trust Fund', 0, '', ''), (535, '91136', 'N.W. Textile Processors', 0, '', ''), (536, '53011', 'National Assoc. of Letter Carriers/NALC', 0, '', ''), (537, 'CX045', 'National Elevator Industy Benefit Plans (NEIB) of PA', 0, '', ''), (538, '71412', 'National Rural Letter Carrier Assoc.', 0, '', ''), (539, '75190', 'NCAS - Fairfax, VA', 0, '', ''), (540, '54098', 'NEA Alaska Health Plan', 0, '', ''), (541, '43351', 'New England Dental Administrators', 0, '', ''), (542, '66893', 'New England Financial', 0, '', ''), (543, '38332', 'New World Claims Services', 0, '', ''), (544, '66915', 'New York Life (now NYLCare) **(N)', 0, '', ''), (545, 'NYT01', 'New York State Teamsters Union', 0, '', ''), (546, '81264', 'Nippon Life Insurance Co.', 0, '', ''), (547, '65085', 'North America Administrators, L.P.', 0, '', ''), (548, 'DDPNE', 'Northeast Delta Dental (ME, NH, VT)', 0, '', ''), (549, '02027', 'Northeast Delta Dental (ME, NH, VT)', 0, '', ''), (550, '88027', 'Northern Nevada Trust Fund', 0, '', ''), (551, '91060', 'Northwest Administrators', 0, '', ''), (552, '93525', 'Northwest Dental Services', 0, '', ''), (553, '41045', 'Northwestern National Life (Now ReliaStar)', 0, '', ''), (554, '16644', 'NOVA HEALTHCARE ADMIN., INC.', 0, '', ''), (555, '91166', 'Nylcae health Plan Northwest', 0, '', ''), (556, 'OAC01', 'Ohio AFSCME Care Plan', 0, '', ''), (557, '80705', 'ONE Health Plan Inc.', 0, '', ''), (558, '91136', 'Operating Engineers Locals 302 & 612 Health & Security Fund, Grp. #F12', 0, '', ''), (559, 'CDOR1', 'Oregon Dental Service', 0, '', ''), (560, '84104', 'Oxford Health Plans', 0, '', ''), (561, '67466', 'Pacific Life & Annuity', 0, '', ''), (562, '93029', 'PacificSource Health Plans', 0, '', ''), (563, '61301', 'Paul Revere/Provident', 0, '', ''), (564, '47009', 'Paul Revere/Provident', 0, '', ''), (565, 'PRW01', 'Pavers and Road Builders Welfare Fund', 0, '', ''), (566, '54771', 'Pennsylvania Blue Shield', 0, '', ''), (567, '67814', 'Phoenix American', 0, '', ''), (568, '67814', 'Phoenix Home Life', 0, '', ''), (569, 'CX014', 'Physicians Plus Insurance, -WI State Employees', 0, '', ''), (570, '24735', 'Pinnacle Claims Management, Inc.', 0, '', ''), (571, 'PIP01', 'Pipe Trades Industry Health & Welfare Fund', 0, '', ''), (572, 'PIP02', 'Pipefitters 597', 0, '', ''), (573, 'PCM01', 'Plasterers & Cement Masons Local 148 Health & Welfare Fund', 0, '', ''), (574, '67466', 'PM Group', 0, '', ''), (575, 'DDCA2', 'PMI DeltaCare Claims', 0, '', ''), (576, 'DDCA3', 'PMI DeltaCare Encounters', 0, '', ''), (577, '67466', 'PMI Group', 0, '', ''), (578, '16111', 'POMCO', 0, '', ''), (579, '68241', 'Preferred Dental Organization (PDO)', 0, '', ''), (580, '47570', 'Premara Blue Cross', 0, '', ''), (581, 'CX029', 'Premier Dental', 0, '', ''), (582, '56144', 'Primary PhysicianCare, Inc.', 0, '', ''), (583, '61271', 'Principal Financial Group', 0, '', ''), (584, '61271', 'Principal Mutual Life Insurance Co.', 0, '', ''), (585, '06126', 'Print Claims', 0, '', ''), (586, '36331', 'Professional Benefit Administrators, Inc', 0, '', ''), (587, '70408', 'Protective Life', 0, '', ''), (588, '70408', 'Protective Life Insurance Company', 0, '', ''), (589, '68195', 'Provident Life & Acc. Ins. Co. of America', 0, '', ''), (590, '68195', 'Provident Life & Casualty Ins, Co.', 0, '', ''), (591, '68195', 'Provident Life and Accident Ins. Co.', 0, '', ''), (592, '68195', 'Provident Preferred Network', 0, '', ''), (593, '60054', 'Prudential', 0, '', ''), (594, '68241', 'Prudential', 0, '', ''), (595, '91136', 'Pugent Sound Benefits Trust', 0, '', ''), (596, '91136', 'Pugent Sound Electrical Workers Trust', 0, '', ''), (597, 'QM001', 'Quad Med', 0, '', ''), (598, 'CKOH1', 'Quadax Medicaid of Ohio', 1, '', ''), (599, 'CB850', 'Regence Blue Cross / Blue Sheild Oregon', 0, '', ''), (600, 'CB850', 'Regence Blue Cross/Blue Shield of Oregon', 0, '', ''), (601, 'CBID2', 'Regence Blue Shield Idaho', 0, '', ''), (602, '93200', 'Regence Northwest Health', 0, '', ''), (603, '93200', 'Regence Washington Health AKA', 0, '', ''), (604, '38221', 'Regency Employee Benefits of MI', 0, '', ''), (605, '36088', 'Reliance Standard Life', 0, '', ''), (606, '68381', 'Reliance Standard Life', 0, '', ''), (607, '80314', 'ReliaStar (Prev.Northwestern National Life)', 0, '', ''), (608, '84102', 'Rocky Mountain Life Dental', 0, '', ''), (609, 'CX030', 'Safeguard', 0, '', ''), (610, 'CX023', 'Seabury & Smith', 0, '', ''), (611, 'CX018', 'Select Benefit Administrators', 0, '', ''), (612, '60054', 'SelectCare (Coca Cola)', 0, '', ''), (613, '68241', 'SelectCare (Coca Cola)', 0, '', ''), (614, '34131', 'Self Funded Plans Inc. of Cleveland Ohio', 0, '', ''), (615, '59111', 'Self Insured Benefit Administrators', 0, '', ''), (616, 'CX020', 'Self Insured Services Company', 0, '', ''), (617, 'CX038', 'Serentas Dental Care Solutions', 0, '', ''), (618, 'SMW01', 'Sheet Metal Workers Local 91', 0, '', ''), (619, 'SLI01', 'Shenandoah Life Insurance Company', 0, '', ''), (620, 'SEI01', 'Southeastern Service Employees International Union (SEIU) Health & Welfare Fund', 0, '', ''), (621, '56131', 'Southern Group Administrators of NC', 0, '', ''), (622, 'SWAD1', 'Southwest Administrators', 0, '', ''), (623, '68241', 'Southwester Bell', 0, '', ''), (624, '60054', 'Southwestern Bell Exec. - Custom Care', 0, '', ''), (625, '60054', 'Southwestern Bell Exec.- Southwest Bell', 0, '', ''), (626, '84147', 'Spina Bifida VA HAC', 0, '', ''), (627, '69019', 'Standard Insurance', 0, '', ''), (628, '93024', 'Standard Insurance (OR)', 0, '', ''), (629, '13411', 'Standard Insurance Co. (NY)', 0, '', ''), (630, '89009', 'Standard Insurance of NY', 0, '', ''), (631, 'STR01', 'Starmount Life Insurance Company', 0, '', ''), (632, '57254', 'State of Texas Dental Plan', 0, '', ''), (633, '31121', 'Stoner and Associates', 0, '', ''), (634, '58128', 'Stowe Associates of GA', 0, '', ''), (635, '74227', 'Student Insurance Boston Mutual Life Ins. Co.', 0, '', ''), (636, '74227', 'Student Insurance Life Insurance', 0, '', ''), (637, '74227', 'Student Insurance MEGA Life & Health Ins. Co.', 0, '', ''), (638, '74227', 'Student Insurance Mid-West National Life Ins. Co. of TN', 0, '', ''), (639, '74227', 'Student Insurance Reliance Insurance Co.', 0, '', ''), (640, '74227', 'Student Insurance Reliance National Ins. Co.', 0, '', ''), (641, '47009', 'Sun Life of Canada', 0, '', ''), (642, '31117', 'Superior Dental Care', 0, '', ''), (643, '00003', 'Syracuse Blue Cross / Blue Shield', 0, '', ''), (644, '73288', 'TDC - The Dental Companies (Green Bay, WI)', 0, '', ''), (645, '88020', 'Teachers Health Trust', 0, '', ''), (646, '91060', 'Teamster Construction Industy Welfare Trust', 0, '', ''), (647, '80659', 'The Canada Life Assurance Company', 0, '', ''), (648, '73288', 'The Dental Companies', 0, '', ''), (649, '73288', 'The Dental Concern', 0, '', ''), (650, 'TDN01', 'The Dental Network', 0, '', ''), (651, '64246', 'The Guardian Life Insurance Co. of America', 0, '', ''), (652, '06131', 'Third Party Claims Management', 0, '', ''), (653, '25175', 'Three Rivers Health Plans, Inc.', 0, '', ''), (654, 'TIC01', 'TIC International, Inc.', 0, '', ''), (655, '39065', 'Time Insurance (a Fortis company)', 0, '', ''), (656, 'TTTF1', 'Title Insurance Trust Fund', 0, '', ''), (657, 'CMS01', 'Total Claims Solution', 0, '', ''), (658, '65978', 'Travelers (now MetLife)', 0, '', ''), (659, '87726', 'Travelers (now MetLife)', 0, '', ''), (660, '73288', 'Tricare Active Reservists Only (Green Bay, WI)', 0, '', ''), (661, 'CX002', 'Tricare Dental Plan (United Concordia', 0, '', ''), (662, 'CDCA1', 'Tricare Retiree Dental Program - Delta USA', 0, '', ''), (663, '84103', 'Trigon Blue Cross / Blue Shield Colorado Dental Office of Virginia', 0, '', ''), (664, 'CB923', 'Trigon Blue Cross/Blue Shield of Virginia', 0, '', ''), (665, 'CB923', 'Trigon Blue Cross/Blue Shield of Virginia', 0, '', ''), (666, '84103', 'Trigon Insurance Company (Colorado)', 0, '', ''), (667, '61425', 'Trustmark Insurance', 0, '', ''), (668, '73288', 'TSRDP Dental Claims', 0, '', ''), (669, '0000N', 'UFCW Local 1', 0, '', ''), (670, 'A5205', 'UFCW Local 400-5205', 0, '', ''), (671, '75245', 'UICI - Administrators - State of Nevada', 0, '', ''), (672, '74223', 'UICI - Administrators - State of Nevada', 0, '', ''), (673, '80314', 'UNICARE Individual Small Group', 0, '', ''), (674, '80314', 'UNICARE Major Accounts', 0, '', ''), (675, '80314', 'UniCare of Texas', 0, '', ''), (676, '65099', 'UNICARE Special Accounts', 0, '', ''), (677, '13142', 'Union Labour Life Insurance Company', 0, '', ''), (678, 'CKOK1', 'UNISYS Medicaid of Oklahoma', 1, '', ''), (679, '89070', 'United Concordia', 0, '', ''), (680, 'CBPA2', 'United Concordia Pennsylvanis', 0, '', ''), (681, 'CX002', 'United Concordia (Tricare Dental Plan)', 0, '', ''), (682, '0000D', 'United Concordia (Tricare FMDP)', 0, '', ''), (683, 'CX013', 'United Concordia-UCC- ConcordiaPLUS DHMO', 0, '', ''), (684, '99998', 'United Concordia-UCCI - ConcordiaPLUS DHMO', 0, '', ''), (685, '99997', 'United Concordia-UCCI - DentalPLUS DHMO', 0, '', ''), (686, '99995', 'United Concordia-UCCI ( CHAMPUS ) - Fee for Service', 0, '', ''), (687, 'CX007', 'United Concordia-UCCI ( CHAMPUS ) - Fee for Service', 0, '', ''), (688, 'CX002', 'United Concordia-UCCI (TRICARE, FMDP)', 0, '', ''), (689, '99994', 'United Concordia-UCCI (TRICARE, FMDP)', 0, '', ''), (690, '70408', 'United Dental Texas', 0, '', ''), (691, 'UFCW1', 'United Food & Commercial Workers (UFCW-Midwest', 0, '', ''), (692, 'UFC01', 'United Food & Commercial Workers Union of Central Ohio (UFCW of Central Ohio)', 0, '', ''), (693, 'UFC02', 'United Food & Commercial Workers Union of Cleveland (UFCW of Cleveland)', 0, '', ''), (694, '52133', 'United Healthcare (Dental Benefit Providers)', 0, '', ''), (695, '33108', 'United Medical Resources', 0, '', ''), (696, '71412', 'United of Omaha', 0, '', ''), (697, '13545', 'United States Life Insurance Company of NJ', 0, '', ''), (698, '00003', 'Univera Benefit Systems', 0, '', ''), (699, '16105', 'Univera of New York', 0, '', ''), (700, '91136', 'University of Washington Students & Graduate Appts.', 0, '', ''), (701, '', 'Upper Peninsula Health Plan', 0, '', ''), (702, '00003', 'Utica Blue Cross / Blue Shield', 0, '', ''), (703, '12116', 'VA Fee Basis Programs', 0, '', ''), (704, 'VHP01', 'Valley Health Plan', 0, '', ''), (705, '68241', 'Varian Health Care Plan', 0, '', ''), (706, '91062', 'Washington Dental Service', 0, '', ''), (707, '37294', 'Washington Employers Trust', 0, '', ''), (708, '91136', 'Washington State County & City Employees Dental Trust', 0, '', ''), (709, '39026', 'Wausau Benefits-aka Employers Ins. of Wausau', 0, '', ''), (710, '39151', 'WEA Insurance Group', 0, '', ''), (711, '75261', 'WebTPA/Community Health Electronic Claims', 0, '', ''), (712, '47198', 'Wellpoint Dental-AKA- Blue Cross of CA', 0, '', ''), (713, '91136', 'West Coast Stationary Engineers Health Trust Fund', 0, '', ''), (714, '24735', 'Western Grower\'s Assurance Trust & Insurance', 0, '', ''), (715, '91060', 'Western Teamster Welfare Trust', 0, '', ''), (716, '84098', 'Whatcom Medical Bureau', 0, '', ''), (717, 'CX104', 'Xantus Health Plan - Tennesse', 0, '', ''), (718, '62154', 'Xantus Health Plan - Tennesse', 0, '', ''); #---------------------------- # Table structure for emailmessage #---------------------------- CREATE TABLE `emailmessage` ( `EmailMessageNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(9) NOT NULL default '0', `ToAddress` text NOT NULL, `FromAddress` text NOT NULL, `Subject` text NOT NULL, `BodyText` text NOT NULL, `MsgDateTime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`EmailMessageNum`), KEY `PatNum` (`PatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table emailmessage #---------------------------- #---------------------------- # Table structure for emailtemplate #---------------------------- CREATE TABLE `emailtemplate` ( `EmailTemplateNum` mediumint(8) unsigned NOT NULL auto_increment, `Subject` text NOT NULL, `BodyText` text NOT NULL, PRIMARY KEY (`EmailTemplateNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table emailtemplate #---------------------------- #---------------------------- # Table structure for employee #---------------------------- CREATE TABLE `employee` ( `EmployeeNum` smallint(5) unsigned NOT NULL auto_increment, `LName` varchar(255) NOT NULL default '', `FName` varchar(255) NOT NULL default '', `MiddleI` varchar(255) NOT NULL default '', `Password` varchar(255) NOT NULL default '', `IsHidden` tinyint(1) unsigned NOT NULL default '0', `UserName` varchar(255) NOT NULL default '', `ClockStatus` varchar(255) NOT NULL default '', PRIMARY KEY (`EmployeeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table employee #---------------------------- #---------------------------- # Table structure for employer #---------------------------- CREATE TABLE `employer` ( `EmployerNum` mediumint(8) unsigned NOT NULL auto_increment, `EmpName` varchar(255) NOT NULL default '', `Address` varchar(255) NOT NULL default '', `Address2` varchar(255) NOT NULL default '', `City` varchar(255) NOT NULL default '', `State` varchar(255) NOT NULL default '', `Zip` varchar(255) NOT NULL default '', `Phone` varchar(255) NOT NULL default '', PRIMARY KEY (`EmployerNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table employer #---------------------------- #---------------------------- # Table structure for fee #---------------------------- CREATE TABLE `fee` ( `FeeNum` mediumint(8) unsigned NOT NULL auto_increment, `Amount` double NOT NULL default '0', `ADACode` varchar(15) NOT NULL default '', `FeeSched` smallint(5) unsigned NOT NULL default '0', `UseDefaultFee` tinyint(1) unsigned NOT NULL default '0', `UseDefaultCov` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`FeeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table fee #---------------------------- #---------------------------- # Table structure for graphicassembly #---------------------------- CREATE TABLE `graphicassembly` ( `GAssemblyNum` smallint(5) unsigned NOT NULL auto_increment, `GTypeNum` smallint(5) unsigned NOT NULL default '0', `GElementNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`GAssemblyNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table graphicassembly #---------------------------- insert into graphicassembly values (1, 8, 1), (2, 8, 2), (3, 8, 3), (4, 8, 4), (5, 8, 5), (6, 8, 6), (7, 8, 7), (8, 8, 8), (9, 8, 9), (10, 8, 10), (11, 8, 11), (12, 8, 12), (13, 8, 13), (14, 8, 14), (15, 8, 15), (16, 8, 16), (17, 8, 17), (18, 8, 18), (19, 8, 19), (20, 8, 20), (21, 8, 21), (22, 8, 22), (23, 8, 23), (24, 8, 24), (25, 8, 25), (26, 8, 26), (27, 8, 27), (28, 8, 28), (29, 8, 29), (30, 8, 30), (31, 8, 31), (32, 8, 32), (33, 1, 33), (34, 2, 34), (35, 2, 35), (36, 2, 36), (37, 2, 37), (38, 2, 38), (39, 2, 39), (40, 2, 40), (41, 2, 41), (42, 2, 42), (43, 2, 43), (44, 2, 44), (45, 2, 45), (46, 2, 46), (47, 2, 47), (48, 2, 48), (49, 2, 49), (50, 2, 50), (51, 2, 51), (52, 2, 52), (53, 2, 53), (54, 2, 54), (55, 2, 55), (56, 2, 56), (57, 2, 57), (58, 2, 58), (59, 2, 59), (60, 2, 60), (61, 2, 61), (62, 2, 62), (63, 2, 63), (260, 4, 226), (261, 4, 227), (262, 4, 228), (263, 4, 229), (264, 4, 230), (265, 4, 231), (266, 4, 232), (267, 4, 233), (268, 4, 234), (269, 4, 235), (270, 4, 236), (271, 4, 237), (272, 4, 238), (273, 22, 239), (275, 5, 241), (276, 5, 242), (277, 5, 243), (278, 5, 244), (279, 5, 245), (280, 5, 246), (281, 5, 247), (282, 5, 248), (283, 5, 249), (284, 5, 250), (285, 5, 251), (286, 5, 252), (257, 4, 223), (258, 4, 224), (259, 4, 225), (256, 10, 222), (287, 5, 253), (288, 5, 254), (289, 5, 255), (290, 5, 256), (291, 1, 257), (292, 10, 258), (325, 23, 264), (324, 23, 263), (102, 2, 102), (103, 2, 103), (104, 2, 104), (105, 2, 105), (106, 2, 106), (107, 2, 107), (108, 2, 108), (109, 2, 109), (110, 2, 110), (111, 2, 111), (112, 2, 112), (113, 2, 113), (114, 2, 114), (115, 2, 115), (118, 6, 29), (119, 6, 5), (120, 6, 3), (121, 6, 1), (122, 6, 7), (123, 6, 9), (124, 6, 11), (125, 6, 25), (126, 6, 27), (127, 6, 23), (128, 6, 22), (129, 6, 19), (130, 6, 18), (131, 6, 13), (132, 6, 16), (133, 6, 31), (134, 12, 29), (135, 12, 5), (136, 12, 3), (137, 12, 1), (138, 12, 7), (139, 12, 9), (140, 12, 11), (141, 12, 25), (142, 12, 27), (143, 12, 23), (144, 12, 22), (145, 12, 19), (146, 12, 18), (147, 12, 13), (148, 12, 16), (149, 12, 31), (150, 8, 116), (151, 2, 117), (152, 2, 118), (153, 2, 119), (154, 2, 120), (155, 2, 121), (156, 2, 122), (157, 2, 123), (158, 2, 124), (159, 2, 125), (160, 2, 126), (161, 2, 127), (162, 2, 128), (163, 2, 129), (164, 2, 130), (165, 2, 131), (166, 2, 132), (167, 2, 133), (168, 2, 134), (169, 2, 135), (170, 2, 136), (171, 2, 137), (172, 2, 138), (173, 2, 139), (174, 2, 140), (175, 2, 141), (176, 2, 142), (177, 2, 143), (178, 2, 144), (179, 2, 145), (180, 2, 146), (181, 2, 147), (182, 2, 148), (183, 2, 149), (184, 2, 150), (185, 2, 151), (186, 2, 152), (187, 8, 153), (188, 8, 154), (189, 8, 155), (190, 8, 156), (191, 8, 157), (192, 8, 158), (193, 8, 159), (194, 8, 160), (195, 8, 161), (196, 8, 162), (197, 8, 163), (198, 8, 164), (199, 8, 165), (200, 8, 166), (201, 8, 167), (202, 8, 168), (203, 8, 169), (204, 8, 170), (205, 8, 171), (206, 2, 172), (207, 2, 173), (208, 2, 174), (209, 2, 175), (210, 2, 176), (211, 2, 177), (212, 2, 178), (213, 2, 179), (214, 2, 180), (215, 2, 181), (216, 2, 182), (217, 2, 183), (218, 2, 184), (219, 2, 185), (220, 2, 186), (221, 2, 187), (222, 2, 188), (223, 2, 189), (224, 2, 190), (225, 2, 191), (226, 2, 192), (227, 2, 193), (228, 2, 194), (229, 2, 195), (230, 2, 196), (231, 2, 197), (232, 2, 198), (233, 2, 199), (234, 2, 200), (235, 2, 201), (236, 2, 202), (237, 2, 203), (238, 2, 204), (239, 2, 205), (240, 2, 206), (241, 2, 207), (242, 2, 208), (243, 2, 209), (244, 2, 210), (245, 2, 211), (246, 2, 212), (247, 2, 213), (248, 2, 214), (249, 2, 215), (250, 2, 216), (251, 2, 217), (252, 2, 218), (253, 2, 219), (254, 2, 220), (255, 2, 221), (323, 23, 262), (322, 23, 261), (321, 11, 260), (320, 11, 259), (319, 6, 162), (318, 6, 164), (317, 6, 166), (316, 6, 168), (315, 6, 170), (314, 6, 156), (313, 6, 154), (312, 6, 116), (311, 6, 158), (310, 6, 160), (326, 23, 265), (327, 23, 266), (328, 23, 267), (329, 23, 268), (330, 24, 29), (331, 24, 5), (332, 24, 3), (333, 24, 1), (334, 24, 7), (335, 24, 9), (336, 24, 11), (337, 24, 25), (338, 24, 27), (339, 24, 23), (340, 24, 22), (341, 24, 19), (342, 24, 18), (343, 24, 13), (344, 24, 16), (345, 24, 31); #---------------------------- # Table structure for graphicelement #---------------------------- CREATE TABLE `graphicelement` ( `GElementNum` smallint(5) unsigned NOT NULL auto_increment, `ToothNum` varchar(2) NOT NULL default '', `Description` varchar(100) NOT NULL default '', `Surface` varchar(5) NOT NULL default '', `ZOrder` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`GElementNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table graphicelement #---------------------------- insert into graphicelement values (1, '4', 'Crown', '', 2), (2, '4', 'Root', '', 1), (3, '3', 'Crown', '', 2), (4, '3', 'Root', '', 1), (5, '2', 'Crown', '', 2), (6, '2', 'Root', '', 1), (7, '5', 'Crown', '', 2), (8, '5', 'Root', '', 1), (9, '6', 'Crown', '', 2), (10, '6', 'Root', '', 1), (11, '7', 'Crown', '', 2), (12, '7', 'Root', '', 1), (13, '30', 'Crown', '', 2), (14, '30', 'Root', '', 1), (15, '31', 'Root', '', 1), (16, '31', 'Crown', '', 2), (17, '29', 'Root', '', 0), (18, '29', 'Crown', '', 1), (19, '28', 'crown', '', 1), (20, '28', 'root', '', 0), (21, '27', 'Root', '', 0), (22, '27', 'Crown', '', 1), (23, '26', 'Crown', '', 1), (24, '26', 'Root', '', 0), (25, '8', 'Crown', '', 1), (26, '8', 'Root', '', 0), (27, '25', 'Crown', '', 1), (28, '25', 'Root', '', 0), (29, '1', 'Crown', '', 1), (30, '1', 'Root', '', 0), (31, '32', 'Crown', '', 1), (32, '32', 'Root', '', 0), (33, '4', 'Extraction', '', 0), (34, '4', 'D', 'D', 0), (35, '4', 'O', 'O', 0), (36, '4', 'M', 'M', 0), (37, '4', 'B', 'B', 0), (38, '4', 'L', 'L', 0), (39, '8', 'M', 'M', 0), (40, '8', 'L', 'L', 0), (41, '8', 'F', 'F', 0), (42, '8', 'I', 'I', 0), (43, '8', 'D', 'D', 0), (44, '3', 'Filling B', 'B', 0), (45, '3', 'Filling O', 'O', 0), (46, '3', 'Filling L', 'L', 0), (47, '3', 'Filling M', 'M', 0), (48, '3', 'Filliing D', 'D', 0), (49, '5', 'Filling O', 'O', 0), (50, '5', 'Filling B', 'B', 0), (51, '5', 'Filling M', 'M', 0), (52, '5', 'Filling D', 'D', 0), (53, '6', 'Filling I', 'I', 0), (54, '6', 'Filling F', 'F', 0), (55, '6', 'Filling M', 'M', 0), (56, '6', 'Filling L', 'L', 0), (57, '6', 'Filling D', 'D', 0), (58, '5', 'Filling L', 'L', 0), (59, '2', 'Filling B', 'B', 0), (60, '2', 'Filling D', 'D', 0), (61, '2', 'Filling O', 'O', 0), (62, '2', 'Filling M', 'M', 0), (63, '2', 'Filling L', 'L', 0), (230, '8', 'RCT', '', 0), (231, '25', 'RCT', '', 0), (232, '26', 'RCT', '', 0), (233, '27', 'RCT', '', 0), (234, '28', 'RCT', '', 0), (235, '29', 'RCT', '', 0), (236, '30', 'RCT', '', 0), (237, '31', 'RCT', '', 0), (238, '32', 'RCT', '', 0), (239, '32', 'post', '', 0), (241, '2', 'Post', '', 0), (242, '3', 'post', '', 0), (243, '1', 'post', '', 0), (244, '4', 'post', '', 0), (245, '5', 'post', '', 0), (246, '6', 'post', '', 0), (247, '7', 'post', '', 0), (248, '8', 'post', '', 0), (228, '6', 'RCT', '', 0), (229, '7', 'RCT', '', 0), (222, '4', 'implant', '', 0), (223, '4', 'rct', '', 0), (224, '3', 'RCT', '', 0), (225, '1', 'RCT', '', 0), (226, '2', 'RCT', '', 0), (227, '5', 'RCT', '', 0), (102, '1', 'O', 'O', 0), (103, '1', 'D', 'D', 0), (104, '1', 'M', 'M', 0), (105, '1', 'B', 'B', 0), (106, '1', 'L', 'L', 0), (107, '7', 'F', 'F', 0), (108, '7', 'I', 'I', 0), (109, '7', 'L', 'L', 0), (110, '7', 'M', 'M', 0), (111, '7', 'D', 'D', 0), (112, '25', 'L', 'L', 0), (113, '25', 'I', 'I', 0), (114, '25', 'F', 'F', 0), (115, '25', 'M', 'M', 0), (116, 'C', 'Crown', '', 1), (117, '25', 'D', 'D', 0), (118, '26', 'L', 'L', 0), (119, '26', 'F', 'F', 0), (120, '26', 'M', 'M', 0), (121, '26', 'D', 'D', 0), (122, '26', 'I', 'I', 0), (123, '27', 'F', 'F', 0), (124, '27', 'L', 'L', 0), (125, '27', 'M', 'M', 0), (126, '27', 'D', 'D', 0), (127, '27', 'I', 'I', 0), (128, '28', 'B', 'B', 0), (129, '28', 'L', 'L', 0), (130, '28', 'M', 'M', 0), (131, '28', 'D', 'D', 0), (132, '28', 'O', 'O', 0), (133, '29', 'O', 'O', 0), (134, '29', 'M', 'M', 0), (135, '29', 'B', 'B', 0), (136, '29', 'D', 'D', 0), (137, '29', 'L', 'L', 0), (138, '30', 'O', 'O', 0), (139, '30', 'M', 'M', 0), (140, '30', 'B', 'B', 0), (141, '30', 'D', 'D', 0), (142, '30', 'L', 'L', 0), (143, '31', 'O', 'O', 0), (144, '31', 'M', 'M', 0), (145, '31', 'B', 'B', 0), (146, '31', 'D', 'D', 0), (147, '31', 'L', 'L', 0), (148, '32', 'O', 'O', 0), (149, '32', 'M', 'M', 0), (150, '32', 'B', 'B', 0), (151, '32', 'D', 'D', 0), (152, '32', 'L', 'L', 0), (153, 'C', 'Root', '', 0), (154, 'D', 'Crown', '', 1), (155, 'D', 'Root', '', 0), (156, 'E', 'Crown', '', 0), (157, 'E', 'Root', '', 0), (158, 'B', 'crown', '', 1), (159, 'B', 'root', '', 0), (160, 'A', 'crown', '', 1), (161, 'A', 'root', '', 0), (162, 'T', 'crown', '', 1), (163, 'T', 'root', '', 0), (164, 'S', 'crown', '', 1), (165, 'S', 'root', '', 0), (166, 'R', 'crown', '', 1), (167, 'R', 'root', '', 0), (168, 'Q', 'crown', '', 1), (169, 'Q', 'root', '', 0), (170, 'P', 'crown', '', 1), (171, 'P', 'root', '', 0), (172, 'C', 'F', 'F', 0), (173, 'C', 'M', 'M', 0), (174, 'C', 'I', 'I', 0), (175, 'C', 'L', 'L', 0), (176, 'C', 'D', 'D', 0), (177, 'D', 'F', 'F', 0), (178, 'D', 'L', 'L', 0), (179, 'D', 'M', 'M', 0), (180, 'D', 'D', 'D', 0), (181, 'D', 'I', 'I', 0), (182, 'E', 'F', 'F', 0), (183, 'E', 'L', 'L', 0), (184, 'E', 'D', 'D', 0), (185, 'E', 'M', 'M', 0), (186, 'E', 'I', 'I', 0), (187, 'P', 'F', 'F', 0), (188, 'P', 'L', 'L', 0), (189, 'P', 'M', 'M', 0), (190, 'P', 'D', 'D', 0), (191, 'P', 'I', 'I', 0), (192, 'Q', 'F', 'F', 0), (193, 'Q', 'L', 'L', 0), (194, 'Q', 'I', 'I', 0), (195, 'Q', 'M', 'M', 0), (196, 'Q', 'D', 'D', 0), (197, 'R', 'F', 'F', 0), (198, 'R', 'L', 'L', 0), (199, 'R', 'M', 'M', 0), (200, 'R', 'D', 'D', 0), (201, 'R', 'I', 'I', 0), (202, 'S', 'O', 'O', 0), (203, 'S', 'M', 'M', 0), (204, 'S', 'D', 'D', 0), (205, 'S', 'B', 'B', 0), (206, 'S', 'L', 'L', 0), (207, 'T', 'O', 'O', 0), (208, 'T', 'M', 'M', 0), (209, 'T', 'D', 'D', 0), (210, 'T', 'B', 'B', 0), (211, 'T', 'L', 'L', 0), (212, 'B', 'O', 'O', 0), (213, 'B', 'B', 'B', 0), (214, 'B', 'L', 'L', 0), (215, 'B', 'M', 'M', 0), (216, 'B', 'D', 'D', 0), (217, 'A', 'B', 'B', 0), (218, 'A', 'M', 'M', 0), (219, 'A', 'D', 'D', 0), (220, 'A', 'O', 'O', 0), (221, 'A', 'L', 'L', 0), (249, '25', 'post', '', 0), (250, '26', 'post', '', 0), (251, '27', 'post', '', 0), (252, '28', 'post', '', 0), (253, '29', 'post', '', 0), (254, '30', 'post', '', 0), (255, '31', 'post', '', 0), (256, '32', 'post', '', 0), (257, '29', 'E', '', 0), (258, '29', 'implant', '', 0), (259, '4', 'seal', '', 0), (260, '29', 'seal', '', 0), (261, '6', 'veneer', '', 0), (262, '7', 'veneer', '', 0), (263, '8', 'veneer', '', 0), (264, '25', 'veneer', '', 0), (265, '26', 'veneer', '', 0), (266, '27', 'veneer', '', 0), (267, '5', 'veneer', '', 0), (268, '4', 'veneer', '', 0); #---------------------------- # Table structure for graphicpoint #---------------------------- CREATE TABLE `graphicpoint` ( `GPointNum` mediumint(8) unsigned NOT NULL auto_increment, `GShapeNum` smallint(5) unsigned NOT NULL default '0', `XPos` smallint(5) unsigned NOT NULL default '0', `YPos` smallint(5) unsigned NOT NULL default '0', `ItemOrder` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`GPointNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table graphicpoint #---------------------------- insert into graphicpoint values (96, 9, 20, 709, 0), (29, 2, 126, 364, 16), (26, 2, 34, 467, 8), (25, 2, 134, 389, 15), (28, 2, 122, 460, 12), (27, 2, 78, 482, 10), (24, 2, 6, 428, 6), (22, 2, 70, 312, 0), (21, 2, 17, 374, 4), (20, 2, 103, 468, 11), (30, 2, 13, 449, 7), (31, 2, 119, 334, 17), (32, 2, 108, 322, 18), (33, 2, 31, 333, 2), (34, 2, 25, 348, 3), (35, 2, 10, 400, 5), (36, 2, 44, 320, 1), (95, 6, 75, 338, 20), (38, 2, 138, 420, 14), (39, 2, 137, 446, 13), (40, 2, 54, 481, 9), (41, 2, 92, 315, 19), (42, 5, 11, 535, 0), (43, 5, 3, 570, 2), (44, 5, 7, 592, 3), (45, 5, 12, 619, 4), (46, 5, 23, 644, 5), (47, 5, 38, 660, 6), (48, 5, 65, 675, 8), (49, 5, 95, 674, 10), (50, 5, 108, 667, 11), (51, 5, 119, 655, 12), (52, 5, 132, 622, 14), (53, 5, 135, 592, 15), (54, 5, 138, 563, 16), (55, 5, 138, 542, 17), (56, 5, 125, 518, 19), (57, 5, 81, 494, 21), (58, 5, 69, 493, 22), (59, 5, 40, 508, 24), (135, 12, 47, 320, 4), (61, 1, 18, 559, 0), (62, 1, 27, 578, 1), (63, 1, 66, 591, 2), (64, 1, 83, 589, 2), (65, 1, 126, 590, 3), (137, 12, 83, 310, 6), (112, 3, 123, 560, 3), (68, 3, 116, 604, 0), (133, 12, 12, 366, 1), (70, 3, 110, 589, 1), (136, 12, 68, 316, 5), (72, 4, 29, 603, 0), (73, 4, 36, 591, 1), (75, 6, 28, 338, 0), (76, 6, 37, 235, 2), (77, 6, 46, 166, 4), (78, 6, 53, 102, 6), (79, 6, 52, 55, 8), (80, 6, 69, 32, 11), (81, 6, 82, 48, 12), (82, 6, 95, 103, 14), (83, 6, 102, 133, 15), (84, 6, 108, 176, 16), (85, 6, 109, 227, 17), (86, 6, 120, 337, 19), (87, 7, 14, 625, 0), (88, 7, 20, 670, 1), (89, 7, 21, 710, 2), (90, 8, 129, 632, 0), (91, 8, 125, 669, 1), (92, 8, 123, 707, 2), (93, 6, 89, 71, 13), (94, 6, 59, 31, 10), (97, 9, 19, 670, 1), (98, 9, 15, 626, 2), (99, 9, 129, 631, 3), (100, 9, 125, 669, 4), (101, 9, 123, 707, 5), (102, 6, 51, 128, 5), (103, 6, 40, 205, 3), (104, 6, 34, 286, 1), (105, 6, 113, 280, 18), (106, 6, 54, 40, 9), (107, 6, 53, 76, 7), (108, 5, 26, 519, 25), (109, 5, 134, 528, 18), (138, 12, 115, 313, 8), (117, 10, 96, 544, 0), (118, 10, 98, 580, 3), (119, 10, 91, 590, 4), (120, 10, 96, 597, 5), (121, 10, 96, 629, 8), (139, 12, 135, 318, 9), (134, 12, 28, 325, 3), (124, 11, 50, 542, 0), (125, 11, 49, 581, 3), (126, 11, 56, 590, 5), (127, 11, 49, 603, 6), (128, 11, 52, 631, 9), (132, 12, 6, 391, 0), (140, 12, 148, 323, 10), (141, 12, 172, 329, 11), (142, 12, 177, 346, 12), (143, 12, 183, 366, 13), (144, 12, 190, 388, 14), (145, 12, 194, 410, 15), (146, 12, 193, 439, 17), (147, 12, 183, 454, 18), (148, 12, 168, 468, 19), (149, 12, 142, 480, 21), (150, 12, 109, 465, 23), (151, 12, 71, 469, 27), (152, 12, 46, 482, 29), (153, 12, 18, 462, 32), (154, 12, 7, 450, 33), (155, 12, 4, 418, 35), (156, 13, 10, 548, 0), (157, 13, 27, 520, 2), (158, 13, 48, 508, 3), (159, 13, 72, 500, 4), (160, 13, 112, 493, 6), (161, 13, 130, 491, 7), (162, 13, 167, 501, 9), (163, 13, 180, 508, 10), (164, 13, 196, 546, 12), (165, 13, 191, 605, 16), (166, 13, 190, 626, 17), (167, 13, 185, 660, 18), (168, 13, 176, 680, 19), (169, 13, 144, 691, 21), (170, 13, 96, 680, 24), (171, 13, 62, 694, 26), (172, 13, 29, 690, 28), (173, 13, 6, 656, 30), (174, 13, 5, 632, 31), (175, 13, 4, 595, 33), (176, 13, 4, 570, 34), (177, 13, 83, 687, 25), (178, 13, 111, 688, 23), (179, 13, 7, 609, 32), (180, 13, 197, 566, 13), (181, 13, 192, 525, 11), (182, 13, 93, 496, 5), (183, 13, 162, 687, 20), (184, 13, 13, 676, 29), (185, 12, 57, 475, 28), (186, 12, 27, 473, 31), (187, 12, 157, 479, 20), (188, 12, 123, 474, 22), (189, 12, 88, 450, 25), (190, 12, 21, 342, 2), (191, 12, 37, 481, 30), (192, 12, 3, 434, 34), (193, 12, 96, 310, 7), (194, 14, 29, 324, 0), (195, 14, 30, 285, 1), (196, 14, 27, 243, 2), (197, 14, 21, 192, 3), (198, 14, 17, 151, 4), (199, 14, 16, 128, 5), (200, 14, 18, 103, 6), (201, 14, 22, 81, 7), (202, 14, 36, 64, 9), (250, 15, 120, 178, 8), (204, 14, 43, 69, 10), (248, 15, 107, 212, 6), (206, 14, 48, 79, 11), (207, 14, 49, 99, 12), (208, 14, 54, 124, 13), (209, 14, 62, 156, 14), (210, 14, 72, 105, 16), (211, 14, 75, 77, 17), (212, 14, 78, 50, 18), (213, 14, 83, 35, 19), (214, 14, 90, 28, 20), (215, 14, 100, 34, 21), (216, 14, 108, 51, 22), (217, 14, 116, 72, 23), (218, 14, 121, 88, 24), (219, 14, 126, 102, 25), (220, 14, 131, 118, 26), (221, 14, 132, 94, 27), (245, 12, 93, 458, 24), (246, 15, 62, 156, 0), (249, 15, 114, 196, 7), (225, 14, 133, 72, 28), (247, 15, 97, 234, 5), (227, 14, 135, 56, 29), (244, 12, 85, 458, 26), (229, 14, 140, 46, 30), (243, 14, 149, 46, 31), (231, 14, 165, 70, 33), (232, 14, 172, 95, 34), (233, 14, 177, 123, 35), (234, 14, 178, 150, 36), (235, 14, 178, 175, 37), (236, 14, 178, 195, 38), (237, 14, 178, 221, 39), (238, 14, 175, 242, 40), (239, 14, 173, 265, 41), (240, 14, 171, 285, 42), (241, 14, 170, 308, 43), (242, 14, 171, 329, 44), (251, 15, 124, 160, 9), (252, 15, 87, 217, 4), (253, 15, 67, 172, 1), (254, 15, 72, 185, 2), (255, 15, 78, 201, 3), (256, 15, 128, 146, 10), (257, 15, 131, 119, 11), (258, 14, 157, 56, 32), (259, 14, 27, 68, 8), (260, 14, 67, 129, 15), (261, 16, 88, 448, 0), (262, 16, 87, 430, 1), (263, 16, 88, 411, 2), (264, 16, 83, 402, 3), (266, 17, 94, 402, 0), (267, 17, 88, 411, 1), (268, 18, 95, 679, 0), (269, 18, 84, 667, 1), (270, 18, 70, 650, 2), (271, 18, 59, 635, 3), (272, 18, 49, 624, 4), (273, 18, 39, 609, 5), (274, 18, 37, 618, 6), (275, 18, 22, 636, 8), (276, 19, 178, 592, 0), (277, 19, 160, 595, 1), (278, 19, 143, 596, 2), (279, 19, 127, 596, 3), (280, 19, 106, 598, 4), (281, 19, 93, 597, 5), (282, 19, 83, 604, 6), (283, 19, 59, 607, 8), (284, 19, 49, 609, 9), (285, 19, 30, 609, 10), (286, 19, 15, 609, 11), (287, 20, 39, 609, 0), (288, 20, 34, 599, 1), (289, 20, 32, 583, 2), (290, 20, 32, 565, 3), (291, 20, 30, 555, 4), (329, 26, 18, 585, 0), (293, 21, 96, 577, 4), (294, 21, 96, 562, 5), (295, 21, 96, 545, 6), (296, 21, 94, 523, 7), (297, 21, 85, 515, 8), (301, 23, 180, 569, 0), (299, 22, 94, 523, 0), (300, 22, 101, 513, 1), (302, 23, 175, 581, 1), (303, 23, 162, 593, 2), (304, 23, 173, 603, 3), (305, 23, 177, 611, 4), (307, 24, 161, 531, 0), (308, 24, 161, 543, 1), (309, 24, 164, 553, 2), (310, 24, 165, 564, 3), (311, 24, 159, 579, 4), (312, 24, 154, 589, 5), (313, 24, 153, 596, 6), (314, 24, 159, 602, 7), (315, 24, 163, 609, 8), (316, 24, 162, 619, 9), (317, 24, 159, 632, 10), (2435, 196, 105, 580, 3), (2424, 194, 113, 532, 0), (320, 21, 113, 619, 0), (321, 21, 104, 608, 1), (322, 21, 95, 593, 3), (324, 25, 75, 545, 0), (325, 25, 82, 557, 1), (326, 25, 87, 574, 2), (327, 25, 95, 585, 3), (346, 19, 72, 606, 7), (330, 26, 21, 596, 1), (331, 26, 30, 608, 2), (332, 13, 17, 532, 1), (333, 13, 190, 590, 15), (334, 13, 150, 493, 8), (335, 13, 193, 580, 14), (336, 12, 195, 425, 16), (337, 5, 52, 670, 7), (338, 5, 81, 676, 9), (339, 5, 54, 500, 23), (340, 5, 4, 550, 1), (341, 5, 128, 639, 13), (342, 10, 99, 568, 2), (343, 11, 47, 567, 2), (344, 11, 50, 613, 6), (345, 10, 97, 608, 6), (347, 18, 30, 626, 7), (348, 13, 128, 691, 22), (349, 13, 43, 695, 27), (350, 21, 98, 598, 2), (379, 27, 65, 477, 23), (352, 27, 103, 311, 0), (353, 27, 138, 319, 2), (354, 27, 165, 318, 3), (355, 27, 171, 332, 4), (356, 27, 175, 349, 5), (357, 27, 180, 366, 6), (358, 27, 185, 383, 7), (359, 27, 189, 408, 8), (360, 27, 191, 430, 9), (361, 27, 189, 450, 10), (362, 27, 167, 472, 12), (363, 27, 145, 482, 14), (364, 27, 118, 470, 17), (365, 27, 77, 469, 22), (366, 27, 55, 482, 24), (367, 27, 24, 451, 27), (368, 27, 17, 432, 28), (369, 27, 15, 410, 29), (370, 27, 15, 387, 30), (387, 28, 92, 411, 0), (372, 27, 19, 365, 31), (373, 27, 25, 342, 32), (374, 27, 28, 320, 33), (375, 27, 46, 319, 34), (376, 27, 63, 314, 35), (380, 27, 95, 455, 20), (378, 27, 89, 309, 37), (381, 27, 127, 475, 16), (382, 27, 34, 467, 26), (383, 27, 85, 462, 21), (384, 27, 107, 463, 18), (385, 27, 177, 464, 11), (386, 27, 154, 478, 13), (388, 28, 96, 426, 2), (389, 28, 95, 435, 3), (390, 28, 95, 446, 4), (391, 28, 95, 456, 5), (392, 27, 137, 481, 15), (393, 27, 43, 477, 25), (394, 28, 97, 417, 1), (395, 29, 29, 320, 0), (396, 29, 28, 297, 1), (397, 29, 26, 278, 2), (398, 29, 21, 256, 3), (399, 29, 16, 227, 4), (400, 29, 14, 193, 5), (401, 29, 15, 160, 6), (402, 29, 18, 134, 7), (403, 29, 21, 114, 8), (404, 29, 26, 88, 9), (405, 29, 31, 73, 10), (406, 29, 41, 64, 11), (407, 29, 46, 65, 12), (408, 29, 51, 51, 13), (409, 29, 57, 39, 14), (410, 29, 65, 35, 15), (411, 29, 73, 41, 16), (412, 29, 75, 52, 17), (413, 29, 82, 57, 18), (414, 29, 91, 63, 19), (415, 29, 99, 70, 20), (416, 29, 105, 78, 21), (417, 29, 113, 90, 22), (418, 29, 120, 103, 23), (419, 29, 128, 122, 24), (420, 29, 136, 143, 25), (421, 29, 141, 157, 26), (422, 29, 144, 172, 27), (423, 29, 147, 192, 28), (424, 29, 150, 211, 29), (425, 29, 153, 244, 30), (426, 29, 156, 259, 31), (427, 29, 160, 283, 32), (428, 29, 165, 319, 33), (429, 27, 100, 460, 19), (430, 30, 46, 64, 0), (431, 30, 51, 67, 1), (432, 30, 52, 77, 2), (433, 30, 53, 87, 3), (434, 30, 54, 96, 4), (435, 30, 55, 114, 5), (436, 30, 56, 133, 6), (437, 30, 58, 155, 7), (438, 30, 60, 172, 8), (439, 30, 63, 191, 9), (440, 30, 66, 206, 10), (441, 30, 69, 219, 11), (442, 30, 72, 235, 12), (443, 30, 77, 243, 13), (444, 30, 83, 246, 14), (445, 30, 87, 240, 15), (446, 30, 90, 230, 16), (447, 30, 90, 215, 17), (448, 30, 91, 195, 18), (464, 27, 76, 310, 36), (450, 30, 89, 177, 19), (451, 30, 87, 163, 20), (452, 30, 84, 146, 21), (453, 30, 81, 133, 22), (454, 30, 78, 122, 23), (455, 30, 74, 110, 24), (456, 30, 71, 100, 25), (457, 30, 66, 87, 26), (458, 30, 62, 79, 27), (459, 30, 59, 68, 28), (460, 30, 58, 58, 29), (461, 30, 62, 53, 30), (462, 30, 69, 51, 31), (463, 30, 75, 52, 32), (465, 27, 120, 316, 1), (466, 29, 153, 323, 34), (467, 31, 86, 462, 0), (468, 31, 95, 467, 1), (469, 31, 104, 472, 2), (470, 31, 112, 476, 3), (471, 31, 119, 477, 4), (472, 31, 125, 474, 5), (473, 32, 109, 496, 0), (474, 32, 123, 493, 1), (475, 32, 138, 493, 2), (476, 32, 158, 494, 3), (511, 33, 186, 594, 0), (478, 32, 172, 503, 4), (479, 32, 181, 517, 5), (480, 32, 186, 531, 6), (481, 32, 188, 547, 7), (482, 32, 190, 565, 8), (483, 32, 190, 582, 9), (484, 32, 186, 595, 10), (485, 32, 188, 609, 11), (486, 32, 185, 628, 12), (487, 32, 178, 646, 13), (488, 32, 169, 665, 14), (489, 32, 154, 688, 15), (490, 32, 136, 698, 16), (491, 32, 109, 699, 17), (492, 32, 85, 699, 18), (493, 32, 65, 690, 19), (494, 32, 49, 675, 20), (495, 32, 39, 665, 21), (496, 32, 33, 654, 22), (497, 32, 26, 636, 23), (498, 32, 22, 625, 24), (499, 32, 21, 608, 25), (500, 32, 21, 594, 26), (501, 32, 22, 573, 27), (586, 43, 54, 480, 1), (503, 32, 25, 557, 28), (512, 33, 176, 593, 1), (505, 32, 33, 545, 29), (506, 32, 43, 533, 30), (507, 32, 55, 523, 31), (508, 32, 73, 511, 32), (585, 43, 63, 482, 0), (510, 32, 94, 502, 33), (513, 33, 165, 593, 2), (514, 33, 154, 592, 3), (515, 33, 143, 597, 4), (516, 33, 134, 602, 5), (517, 33, 122, 601, 6), (518, 33, 111, 599, 7), (519, 33, 95, 594, 8), (520, 33, 86, 596, 9), (521, 33, 81, 602, 10), (522, 33, 71, 610, 11), (523, 33, 59, 616, 12), (524, 33, 45, 618, 13), (525, 33, 36, 618, 14), (526, 33, 28, 616, 15), (527, 33, 21, 611, 16), (529, 34, 83, 520, 0), (530, 34, 89, 523, 1), (531, 34, 92, 533, 2), (532, 34, 95, 545, 3), (533, 34, 96, 558, 4), (2432, 196, 117, 542, 0), (535, 34, 96, 576, 5), (536, 34, 96, 594, 6), (565, 38, 61, 627, 2), (538, 35, 72, 554, 0), (539, 35, 77, 566, 1), (540, 35, 84, 580, 2), (541, 35, 85, 597, 3), (542, 36, 39, 572, 0), (543, 36, 42, 583, 1), (544, 36, 42, 598, 2), (564, 38, 58, 652, 0), (546, 36, 47, 615, 3), (547, 36, 58, 617, 4), (548, 36, 61, 625, 5), (549, 36, 68, 633, 6), (550, 36, 75, 641, 7), (551, 36, 81, 653, 8), (552, 36, 86, 663, 9), (553, 36, 88, 674, 10), (2433, 196, 114, 554, 1), (2434, 196, 109, 565, 2), (556, 37, 45, 617, 0), (2442, 155, 29, 547, 8), (558, 37, 42, 629, 1), (559, 37, 39, 645, 2), (566, 39, 153, 595, 0), (567, 39, 155, 604, 1), (568, 39, 153, 618, 2), (569, 39, 147, 629, 3), (570, 39, 141, 642, 4), (571, 40, 176, 563, 0), (572, 40, 172, 574, 1), (577, 40, 168, 582, 2), (574, 40, 164, 592, 3), (575, 40, 169, 602, 4), (576, 40, 173, 613, 5), (578, 41, 98, 513, 0), (579, 41, 90, 523, 1), (580, 42, 152, 552, 0), (581, 42, 155, 564, 1), (582, 42, 157, 576, 2), (583, 42, 157, 584, 3), (584, 42, 152, 592, 4), (587, 43, 43, 474, 2), (588, 43, 34, 464, 3), (589, 43, 24, 454, 4), (590, 43, 11, 440, 5), (591, 43, 7, 426, 6), (592, 43, 8, 413, 7), (593, 43, 14, 391, 8), (594, 43, 22, 370, 9), (595, 43, 29, 348, 10), (614, 44, 33, 330, 0), (597, 43, 33, 330, 11), (598, 43, 52, 319, 12), (599, 43, 75, 314, 13), (600, 43, 93, 317, 14), (601, 43, 108, 322, 15), (602, 43, 119, 328, 16), (615, 44, 35, 289, 1), (604, 43, 122, 342, 17), (605, 43, 124, 363, 18), (606, 43, 130, 384, 19), (607, 43, 135, 407, 20), (608, 43, 137, 429, 21), (609, 43, 134, 445, 22), (616, 44, 37, 252, 2), (611, 43, 117, 459, 23), (612, 43, 99, 468, 24), (613, 43, 83, 478, 25), (617, 44, 42, 222, 3), (618, 44, 45, 190, 4), (619, 44, 47, 158, 5), (620, 44, 47, 128, 6), (621, 44, 45, 108, 7), (622, 44, 43, 81, 8), (623, 44, 41, 64, 9), (624, 44, 37, 43, 11), (625, 44, 44, 36, 12), (626, 44, 53, 44, 13), (627, 44, 58, 49, 14), (628, 44, 60, 40, 15), (629, 44, 65, 34, 16), (630, 44, 73, 38, 17), (631, 44, 84, 56, 19), (632, 44, 92, 75, 20), (633, 44, 97, 95, 21), (660, 47, 61, 496, 0), (635, 44, 101, 116, 22), (636, 44, 104, 133, 23), (659, 44, 38, 51, 10), (638, 44, 108, 157, 24), (639, 44, 111, 176, 25), (650, 44, 102, 330, 33), (641, 44, 114, 201, 26), (642, 44, 115, 227, 27), (643, 44, 117, 250, 28), (644, 44, 118, 269, 29), (645, 44, 118, 289, 30), (646, 44, 119, 307, 31), (647, 44, 119, 328, 32), (2391, 51, 91, 555, 1), (2392, 52, 50, 555, 1), (651, 46, 59, 50, 0), (652, 46, 72, 67, 1), (653, 46, 82, 88, 2), (654, 46, 92, 112, 3), (655, 46, 99, 132, 4), (656, 46, 107, 156, 5), (658, 44, 78, 46, 18), (661, 47, 77, 497, 1), (662, 47, 93, 504, 2), (663, 47, 107, 513, 3), (664, 47, 122, 524, 4), (665, 47, 133, 536, 5), (706, 51, 96, 576, 3), (667, 47, 138, 558, 6), (668, 47, 136, 581, 7), (669, 47, 130, 602, 8), (670, 47, 130, 626, 9), (671, 47, 124, 646, 10), (672, 47, 109, 661, 11), (673, 47, 78, 675, 12), (674, 47, 44, 669, 13), (675, 47, 26, 654, 14), (676, 47, 13, 628, 15), (677, 47, 11, 595, 17), (678, 47, 5, 572, 19), (679, 47, 4, 551, 20), (680, 47, 13, 530, 21), (681, 47, 31, 513, 22), (682, 47, 46, 503, 23), (2398, 190, 32, 591, 0), (685, 48, 22, 592, 0), (686, 48, 31, 592, 1), (687, 48, 42, 590, 2), (688, 48, 52, 590, 3), (689, 48, 69, 589, 4), (690, 48, 91, 590, 5), (721, 53, 52, 473, 1), (692, 48, 111, 590, 6), (693, 48, 122, 591, 7), (694, 48, 132, 597, 8), (705, 51, 96, 566, 2), (696, 49, 26, 612, 0), (697, 49, 28, 600, 1), (698, 49, 31, 593, 2), (699, 50, 117, 609, 0), (700, 50, 116, 596, 1), (704, 51, 86, 545, 0), (702, 50, 113, 590, 2), (707, 51, 93, 589, 4), (708, 51, 96, 600, 5), (709, 51, 96, 612, 6), (710, 51, 93, 627, 7), (720, 53, 70, 482, 0), (713, 52, 56, 543, 0), (714, 52, 47, 564, 2), (715, 52, 46, 578, 3), (716, 52, 49, 590, 4), (717, 52, 45, 600, 5), (718, 52, 46, 613, 6), (719, 52, 51, 626, 7), (722, 53, 33, 460, 2), (723, 53, 16, 445, 3), (724, 53, 9, 431, 4), (725, 53, 9, 420, 5), (726, 53, 12, 406, 6), (727, 53, 17, 384, 7), (728, 53, 23, 360, 8), (729, 53, 30, 337, 9), (730, 53, 38, 322, 10), (731, 53, 52, 313, 11), (732, 53, 72, 309, 12), (733, 53, 91, 314, 13), (734, 53, 104, 322, 14), (735, 53, 112, 339, 15), (736, 53, 117, 355, 16), (737, 53, 123, 382, 17), (738, 53, 129, 406, 18), (739, 53, 132, 431, 19), (740, 53, 130, 446, 20), (745, 54, 27, 347, 0), (742, 53, 119, 457, 21), (743, 53, 98, 470, 22), (744, 53, 80, 481, 23), (746, 54, 31, 288, 1), (747, 54, 34, 240, 2), (748, 54, 38, 201, 3), (749, 54, 40, 162, 4), (750, 54, 43, 126, 5), (751, 54, 45, 90, 6), (752, 54, 46, 58, 7), (753, 54, 45, 19, 9), (754, 54, 62, 12, 11), (768, 54, 52, 10, 10), (756, 54, 71, 24, 12), (757, 54, 78, 41, 13), (758, 54, 84, 59, 14), (759, 54, 90, 84, 15), (760, 54, 94, 112, 16), (761, 54, 99, 141, 17), (762, 54, 103, 182, 18), (763, 54, 105, 219, 19), (764, 54, 106, 250, 20), (765, 54, 108, 277, 21), (766, 54, 110, 305, 22), (767, 54, 114, 346, 23), (769, 55, 13, 462, 0), (770, 55, 30, 475, 2), (771, 55, 48, 478, 3), (772, 55, 72, 478, 4), (773, 55, 94, 478, 5), (774, 55, 115, 477, 6), (775, 55, 121, 470, 7), (776, 55, 122, 450, 8), (777, 55, 119, 425, 9), (778, 55, 116, 398, 10), (779, 55, 108, 360, 11), (780, 55, 101, 332, 12), (781, 55, 96, 318, 13), (782, 55, 85, 312, 14), (783, 55, 70, 308, 15), (784, 55, 51, 310, 16), (785, 55, 39, 325, 17), (786, 55, 34, 341, 18), (787, 55, 28, 365, 19), (788, 55, 21, 389, 20), (789, 55, 18, 406, 21), (790, 55, 13, 430, 22), (791, 55, 12, 446, 23), (792, 56, 42, 56, 0), (793, 56, 54, 51, 1), (794, 56, 89, 47, 3), (795, 56, 127, 48, 5), (796, 56, 147, 49, 6), (797, 56, 179, 64, 8), (798, 56, 193, 93, 10), (799, 56, 195, 145, 13), (800, 56, 189, 185, 15), (801, 56, 181, 203, 16), (802, 56, 154, 221, 18), (803, 56, 121, 221, 19), (804, 56, 91, 222, 21), (805, 56, 68, 223, 22), (806, 56, 43, 214, 24), (807, 56, 11, 176, 29), (808, 56, 3, 159, 30), (809, 56, 5, 126, 32), (810, 56, 11, 96, 34), (811, 56, 16, 84, 35), (812, 56, 32, 63, 37), (813, 56, 170, 215, 17), (814, 56, 19, 192, 27), (815, 56, 49, 218, 23), (816, 56, 195, 129, 12), (817, 56, 167, 54, 7), (818, 56, 108, 48, 4), (819, 56, 23, 73, 36), (820, 56, 193, 167, 14), (821, 56, 189, 79, 9), (822, 56, 70, 49, 2), (823, 56, 4, 141, 31), (824, 56, 194, 110, 11), (825, 56, 10, 111, 33), (826, 56, 24, 201, 26), (827, 56, 34, 209, 25), (828, 57, 10, 110, 0), (829, 57, 21, 116, 1), (830, 57, 31, 117, 2), (831, 57, 42, 120, 3), (832, 57, 54, 130, 4), (833, 57, 64, 133, 5), (834, 57, 75, 136, 6), (835, 57, 83, 138, 7), (836, 57, 99, 137, 8), (837, 57, 112, 138, 9), (838, 57, 129, 136, 10), (839, 57, 142, 136, 11), (840, 57, 157, 139, 12), (841, 57, 171, 135, 13), (842, 57, 179, 133, 14), (843, 57, 184, 126, 15), (845, 58, 101, 68, 0), (846, 58, 102, 82, 1), (847, 58, 100, 98, 2), (848, 58, 100, 115, 3), (849, 58, 98, 129, 4), (850, 58, 96, 141, 5), (851, 58, 99, 152, 6), (852, 58, 99, 166, 7), (853, 58, 100, 184, 8), (975, 56, 103, 216, 20), (855, 58, 99, 203, 9), (856, 58, 103, 216, 10), (914, 59, 25, 171, 1), (858, 59, 19, 180, 0), (859, 59, 32, 161, 2), (860, 59, 41, 151, 3), (861, 59, 54, 143, 4), (862, 59, 67, 134, 5), (863, 59, 74, 137, 6), (864, 59, 83, 138, 7), (865, 59, 90, 138, 8), (866, 59, 90, 157, 9), (867, 59, 87, 165, 10), (868, 59, 80, 175, 11), (869, 59, 77, 185, 12), (915, 66, 153, 235, 0), (871, 60, 173, 104, 0), (872, 60, 170, 118, 1), (873, 60, 165, 128, 2), (874, 60, 156, 137, 3), (875, 60, 163, 145, 4), (876, 60, 165, 157, 5), (2497, 186, 100, 497, 5), (878, 60, 171, 162, 6), (879, 60, 176, 170, 7), (2688, 218, 58, 622, 5), (881, 61, 154, 185, 0), (882, 61, 156, 173, 1), (883, 61, 157, 164, 2), (884, 61, 161, 156, 3), (885, 61, 163, 145, 4), (886, 61, 152, 138, 5), (887, 62, 126, 85, 0), (888, 62, 123, 95, 1), (889, 62, 118, 103, 2), (890, 62, 111, 110, 3), (891, 62, 106, 121, 4), (892, 62, 106, 131, 5), (893, 62, 110, 138, 6), (894, 62, 108, 145, 7), (895, 62, 109, 155, 8), (896, 62, 112, 165, 9), (897, 62, 114, 174, 10), (898, 62, 116, 187, 11), (917, 66, 180, 247, 2), (900, 63, 29, 100, 0), (901, 63, 33, 109, 1), (902, 63, 33, 117, 2), (916, 66, 164, 238, 1), (904, 64, 45, 89, 0), (905, 64, 46, 98, 1), (906, 64, 44, 111, 2), (907, 64, 48, 124, 3), (908, 65, 81, 86, 0), (909, 65, 84, 94, 1), (910, 65, 87, 106, 2), (911, 65, 88, 119, 3), (912, 65, 89, 128, 4), (913, 65, 86, 137, 5), (918, 66, 191, 256, 3), (919, 66, 193, 263, 4), (920, 66, 194, 274, 5), (921, 66, 193, 289, 6), (922, 66, 191, 305, 7), (923, 66, 189, 316, 8), (924, 66, 186, 329, 9), (925, 66, 184, 344, 10), (1028, 70, 90, 213, 0), (927, 66, 181, 356, 11), (972, 68, 104, 274, 2), (929, 66, 178, 373, 12), (930, 66, 160, 379, 13), (931, 66, 140, 385, 14), (932, 66, 124, 390, 15), (933, 66, 110, 391, 16), (934, 66, 95, 392, 17), (935, 66, 79, 391, 18), (936, 66, 62, 389, 19), (937, 66, 45, 385, 20), (938, 66, 26, 381, 21), (971, 68, 104, 263, 1), (940, 66, 21, 369, 22), (941, 66, 15, 348, 23), (942, 66, 11, 333, 24), (943, 66, 5, 308, 25), (944, 66, 5, 292, 26), (945, 66, 6, 275, 27), (946, 66, 11, 262, 28), (947, 66, 17, 252, 29), (948, 66, 29, 249, 30), (949, 66, 37, 254, 31), (950, 66, 43, 258, 32), (951, 66, 51, 252, 33), (952, 66, 60, 247, 34), (953, 66, 68, 243, 35), (954, 66, 74, 242, 36), (955, 66, 82, 244, 37), (956, 66, 90, 247, 38), (957, 66, 101, 250, 39), (958, 66, 104, 255, 40), (959, 66, 108, 250, 41), (960, 66, 116, 247, 42), (961, 66, 126, 244, 43), (962, 66, 137, 239, 44), (963, 66, 146, 235, 45), (964, 67, 43, 258, 0), (965, 67, 38, 264, 1), (966, 67, 36, 274, 2), (967, 67, 34, 288, 3), (968, 67, 33, 307, 4), (970, 68, 104, 255, 0), (973, 68, 105, 287, 3), (974, 68, 106, 300, 4), (976, 56, 18, 181, 28), (977, 69, 26, 382, 0), (978, 69, 25, 409, 1), (979, 69, 24, 431, 2), (980, 69, 25, 451, 3), (981, 69, 25, 472, 4), (982, 69, 24, 497, 5), (983, 69, 26, 525, 6), (984, 69, 27, 547, 7), (985, 69, 29, 570, 8), (986, 69, 31, 593, 9), (987, 69, 32, 610, 10), (988, 69, 32, 624, 11), (989, 69, 33, 640, 12), (990, 69, 36, 649, 13), (991, 69, 60, 641, 16), (992, 69, 64, 628, 17), (993, 69, 68, 612, 18), (994, 69, 70, 592, 19), (995, 69, 72, 570, 20), (996, 69, 75, 549, 21), (997, 69, 78, 531, 22), (998, 69, 81, 510, 23), (999, 69, 87, 488, 24), (1000, 69, 99, 460, 26), (1001, 69, 116, 492, 29), (1002, 69, 120, 514, 30), (1003, 69, 122, 540, 31), (1004, 69, 121, 583, 33), (1005, 69, 120, 600, 34), (1006, 69, 120, 621, 35), (1007, 69, 120, 639, 36), (1008, 69, 123, 652, 37), (1009, 69, 142, 654, 39), (1010, 69, 150, 641, 40), (1011, 69, 159, 621, 41), (1012, 69, 166, 592, 42), (1013, 69, 178, 531, 44), (1014, 69, 181, 494, 45), (1015, 69, 182, 461, 46), (1016, 69, 181, 430, 47), (1017, 69, 178, 402, 48), (1018, 69, 177, 373, 49), (1019, 69, 172, 563, 43), (1020, 69, 132, 656, 38), (1021, 69, 106, 461, 27), (1022, 69, 55, 649, 15), (1023, 69, 43, 655, 14), (1024, 69, 111, 477, 28), (1026, 69, 93, 473, 25), (1027, 69, 121, 564, 32), (1029, 70, 100, 216, 1), (1030, 70, 114, 220, 2), (1031, 70, 126, 220, 3), (1032, 70, 135, 221, 4), (1033, 70, 148, 220, 5), (1034, 70, 158, 216, 6), (1035, 70, 174, 208, 7), (1036, 70, 181, 200, 8), (1037, 70, 189, 186, 9), (1038, 70, 194, 169, 10), (1039, 70, 194, 149, 11), (1040, 70, 191, 132, 12), (1041, 70, 188, 112, 13), (1042, 70, 183, 89, 14), (1043, 70, 175, 74, 15), (1044, 70, 165, 63, 16), (1045, 70, 133, 53, 18), (1046, 70, 118, 55, 19), (1047, 70, 81, 56, 22), (1048, 70, 65, 54, 23), (1049, 70, 43, 58, 24), (1050, 70, 24, 69, 25), (1051, 70, 14, 80, 26), (1052, 70, 7, 101, 27), (1053, 70, 7, 123, 28), (1054, 70, 4, 161, 30), (1055, 70, 8, 183, 31), (1056, 70, 20, 200, 32), (1057, 70, 31, 212, 33), (1058, 70, 44, 221, 34), (1059, 70, 61, 222, 35), (1060, 70, 79, 218, 36), (1061, 70, 104, 59, 20), (1062, 70, 153, 56, 17), (1063, 70, 4, 145, 29), (1064, 71, 190, 125, 0), (1065, 71, 182, 128, 1), (1066, 71, 173, 130, 2), (1067, 71, 157, 134, 3), (1068, 71, 148, 133, 4), (1069, 71, 135, 133, 5), (1070, 71, 122, 135, 6), (1071, 71, 104, 137, 7), (1072, 71, 88, 136, 8), (1073, 71, 66, 131, 9), (1074, 71, 52, 133, 10), (1075, 71, 36, 132, 11), (1076, 71, 20, 132, 12), (1077, 72, 98, 70, 0), (1078, 72, 94, 88, 1), (1079, 72, 94, 110, 2), (1080, 72, 95, 126, 3), (1081, 72, 95, 138, 4), (1082, 72, 94, 154, 5), (1083, 72, 94, 170, 6), (1084, 72, 93, 188, 7), (1085, 72, 92, 203, 8), (1086, 72, 91, 213, 9), (1087, 73, 174, 115, 0), (1088, 73, 167, 131, 1), (1089, 74, 166, 132, 0), (1090, 74, 176, 147, 1), (1091, 75, 162, 95, 0), (1092, 75, 159, 105, 1), (1093, 75, 158, 115, 2), (1094, 75, 152, 125, 3), (1095, 75, 145, 133, 4), (1096, 75, 152, 141, 5); insert into graphicpoint values (1097, 75, 156, 151, 6), (1098, 75, 155, 162, 7), (1099, 75, 157, 172, 8), (1135, 75, 161, 179, 9), (1101, 70, 95, 59, 21), (1102, 76, 124, 90, 0), (1103, 76, 116, 101, 1), (1104, 76, 109, 112, 2), (1105, 76, 106, 125, 3), (1106, 76, 111, 136, 4), (1107, 76, 105, 144, 5), (1108, 76, 104, 153, 6), (1109, 76, 107, 162, 7), (1110, 76, 114, 173, 8), (1111, 76, 121, 187, 9), (1112, 77, 22, 115, 0), (1113, 77, 33, 133, 1), (1114, 77, 21, 150, 2), (1115, 78, 33, 93, 0), (1116, 78, 37, 101, 1), (1117, 78, 36, 112, 2), (1118, 78, 38, 122, 3), (1119, 78, 44, 132, 4), (1120, 78, 36, 141, 5), (1121, 78, 33, 151, 6), (1122, 78, 35, 161, 7), (1123, 78, 34, 172, 8), (1136, 80, 146, 233, 0), (1125, 79, 65, 88, 0), (1126, 79, 74, 100, 1), (1127, 79, 83, 111, 2), (1128, 79, 82, 125, 3), (1129, 79, 76, 134, 4), (1130, 79, 80, 145, 5), (1131, 79, 81, 153, 6), (1132, 79, 76, 162, 7), (1133, 79, 70, 171, 8), (1134, 79, 66, 183, 9), (1137, 80, 156, 234, 1), (1138, 80, 172, 243, 2), (1139, 80, 188, 253, 3), (1140, 80, 192, 261, 4), (1141, 80, 193, 277, 5), (1142, 80, 191, 298, 6), (1143, 80, 188, 316, 7), (1144, 80, 184, 334, 8), (1145, 80, 179, 356, 9), (1170, 81, 92, 251, 0), (1147, 80, 173, 377, 10), (1148, 80, 141, 381, 11), (1149, 80, 115, 381, 12), (1150, 80, 89, 379, 13), (1151, 80, 65, 379, 14), (1152, 80, 44, 381, 15), (1153, 80, 22, 382, 16), (1154, 80, 14, 359, 17), (1155, 80, 9, 338, 18), (1156, 80, 3, 317, 19), (1157, 80, 1, 296, 20), (1158, 80, 1, 277, 21), (1159, 80, 2, 264, 22), (1160, 80, 10, 250, 23), (1161, 80, 26, 241, 24), (1162, 80, 43, 232, 25), (1163, 80, 53, 232, 26), (1164, 80, 68, 239, 27), (1165, 80, 85, 247, 28), (1166, 80, 92, 251, 29), (1167, 80, 99, 249, 30), (1168, 80, 113, 243, 31), (1169, 80, 128, 238, 32), (1171, 81, 92, 262, 1), (1172, 81, 92, 276, 2), (1173, 81, 92, 293, 3), (1174, 81, 87, 301, 4), (1175, 82, 93, 294, 0), (1176, 82, 98, 301, 1), (1177, 83, 22, 382, 0), (1178, 83, 23, 416, 1), (1179, 83, 23, 441, 2), (1180, 83, 23, 466, 3), (1181, 83, 25, 495, 4), (1182, 83, 27, 529, 5), (1183, 83, 28, 556, 6), (1184, 83, 30, 580, 7), (1185, 83, 31, 607, 8), (1186, 83, 31, 626, 9), (1187, 83, 34, 648, 10), (1221, 0, 71, 223, 0), (1189, 83, 46, 653, 11), (1220, 83, 60, 366, 40), (1191, 83, 58, 645, 12), (1192, 83, 62, 631, 13), (1193, 83, 67, 615, 14), (1194, 83, 74, 587, 15), (1195, 83, 78, 555, 16), (1196, 83, 81, 525, 17), (1197, 83, 84, 501, 18), (1198, 83, 91, 460, 19), (1199, 83, 98, 457, 20), (1200, 83, 101, 495, 21), (1201, 83, 102, 546, 23), (1202, 83, 100, 575, 24), (1203, 83, 99, 600, 25), (1204, 83, 99, 617, 26), (1205, 83, 99, 633, 27), (1206, 83, 100, 645, 28), (1219, 83, 102, 520, 22), (1208, 83, 110, 653, 29), (1209, 83, 121, 649, 30), (1210, 83, 127, 638, 31), (1211, 83, 134, 621, 32), (1212, 83, 140, 596, 33), (1213, 83, 147, 554, 34), (1214, 83, 160, 508, 35), (1215, 83, 168, 462, 36), (1216, 83, 170, 430, 37), (1217, 83, 171, 402, 38), (1218, 83, 173, 377, 39), (1222, 84, 66, 221, 0), (1223, 84, 79, 221, 1), (1224, 84, 94, 214, 2), (1225, 84, 111, 205, 3), (1226, 84, 124, 195, 4), (1227, 84, 133, 185, 5), (1228, 84, 137, 169, 6), (1229, 84, 137, 146, 7), (1230, 84, 138, 115, 8), (1231, 84, 136, 92, 9), (1232, 84, 128, 73, 10), (1233, 84, 116, 61, 11), (1234, 84, 100, 56, 12), (1235, 84, 79, 54, 13), (1236, 84, 52, 53, 14), (1237, 84, 30, 62, 15), (1238, 84, 14, 78, 16), (1239, 84, 8, 100, 17), (1240, 84, 5, 124, 18), (1241, 84, 3, 155, 19), (1242, 84, 6, 183, 20), (1243, 84, 16, 196, 21), (1244, 84, 31, 205, 22), (1245, 84, 49, 213, 23), (1246, 85, 13, 125, 0), (1247, 85, 25, 130, 1), (1285, 90, 70, 233, 0), (1249, 85, 66, 117, 4), (1250, 85, 78, 114, 5), (1251, 85, 101, 126, 7), (1252, 85, 125, 121, 9), (1253, 85, 111, 127, 8), (1254, 85, 48, 124, 3), (1255, 85, 137, 112, 10), (1256, 85, 93, 120, 6), (1257, 85, 37, 129, 2), (2407, 191, 92, 90, 2), (1259, 86, 108, 140, 1), (1260, 86, 104, 150, 2), (1261, 86, 96, 180, 4), (1263, 87, 53, 176, 0), (1264, 87, 50, 159, 1), (1265, 87, 45, 146, 2), (1266, 87, 46, 125, 4), (2410, 192, 126, 111, 1), (2409, 192, 124, 98, 0), (2425, 194, 112, 549, 1), (1270, 86, 108, 127, 0), (2406, 191, 87, 101, 1), (2405, 191, 85, 115, 0), (1273, 88, 61, 87, 0), (1274, 88, 67, 101, 1), (1275, 88, 68, 116, 2), (1281, 89, 77, 55, 0), (1282, 89, 78, 77, 1), (1283, 89, 78, 96, 2), (1284, 89, 78, 111, 3), (1286, 90, 83, 234, 1), (1287, 90, 93, 242, 2), (1288, 90, 103, 249, 3), (1289, 90, 114, 254, 4), (1290, 90, 126, 262, 5), (1291, 90, 133, 275, 6), (1292, 90, 132, 289, 7), (1293, 90, 130, 306, 8), (1294, 90, 124, 323, 9), (1295, 90, 119, 342, 10), (1296, 90, 115, 354, 11), (1437, 90, 27, 368, 19), (1298, 90, 110, 371, 12), (1299, 90, 81, 387, 14), (1300, 90, 65, 388, 15), (1301, 90, 52, 385, 16), (1315, 91, 29, 383, 0), (1303, 90, 28, 382, 18), (1304, 90, 25, 355, 20), (1305, 90, 21, 341, 21), (1306, 90, 17, 325, 22), (1307, 90, 8, 294, 24), (1308, 90, 12, 264, 26), (1309, 90, 36, 251, 28), (1310, 90, 56, 238, 29), (1311, 90, 9, 275, 25), (1312, 90, 99, 381, 13), (1313, 90, 41, 382, 17), (1314, 90, 13, 308, 23), (1316, 91, 30, 401, 1), (1317, 91, 33, 423, 2), (1318, 91, 36, 452, 3), (1319, 91, 40, 481, 4), (1320, 91, 45, 507, 5), (1321, 91, 50, 541, 6), (1322, 91, 53, 567, 7), (1323, 91, 53, 597, 8), (1324, 91, 50, 621, 9), (1325, 91, 56, 645, 11), (1326, 91, 68, 643, 12), (1327, 91, 80, 617, 14), (1328, 91, 86, 602, 15), (1329, 91, 91, 579, 16), (1330, 91, 96, 549, 17), (1331, 91, 99, 516, 18), (1332, 91, 102, 483, 19), (1333, 91, 104, 449, 20), (1334, 91, 105, 422, 21), (1335, 91, 107, 398, 22), (1336, 91, 109, 372, 23), (1337, 91, 75, 630, 13), (1338, 91, 50, 636, 10), (1339, 92, 71, 218, 0), (1340, 92, 81, 217, 1), (1341, 92, 94, 210, 2), (1342, 92, 106, 201, 3), (1343, 92, 119, 190, 4), (1344, 92, 132, 179, 5), (1345, 92, 138, 165, 6), (1366, 93, 122, 101, 0), (1347, 92, 137, 151, 7), (1348, 92, 135, 136, 8), (1349, 92, 132, 119, 9), (1350, 92, 122, 102, 11), (1351, 92, 107, 71, 14), (1352, 92, 91, 58, 15), (1353, 92, 68, 57, 16), (1354, 92, 50, 63, 17), (1355, 92, 34, 79, 18), (1356, 92, 24, 96, 19), (1357, 92, 14, 120, 21), (1358, 92, 9, 140, 22), (1359, 92, 6, 156, 23), (1360, 92, 9, 173, 24), (1365, 92, 116, 80, 13), (1362, 92, 23, 188, 25), (1363, 92, 41, 204, 26), (1364, 92, 59, 217, 27), (1367, 93, 117, 111, 1), (1368, 93, 110, 119, 2), (2414, 192, 126, 156, 5), (1370, 93, 89, 127, 3), (2413, 192, 122, 144, 4), (1372, 93, 66, 129, 4), (2415, 86, 99, 165, 3), (1374, 93, 42, 127, 5), (1375, 93, 33, 120, 6), (1376, 93, 20, 112, 7), (2411, 192, 121, 122, 2), (1378, 94, 91, 101, 0), (1379, 94, 96, 115, 1), (1380, 94, 98, 124, 2), (1381, 94, 99, 130, 3), (1382, 94, 98, 142, 4), (1383, 94, 92, 153, 5), (1398, 97, 38, 110, 0), (1385, 94, 88, 166, 6), (2412, 192, 120, 131, 3), (1387, 95, 55, 100, 0), (1388, 95, 50, 114, 1), (1389, 95, 45, 126, 2), (1390, 95, 45, 133, 3), (1391, 95, 46, 141, 4), (1392, 95, 53, 154, 5), (1393, 95, 57, 166, 6), (1394, 96, 108, 122, 0), (1395, 96, 114, 129, 1), (1396, 96, 116, 138, 2), (1397, 96, 121, 150, 3), (1399, 97, 37, 122, 1), (1400, 97, 32, 133, 2), (1401, 97, 26, 143, 3), (1402, 92, 122, 91, 12), (1403, 92, 128, 108, 10), (1404, 92, 20, 110, 20), (1405, 98, 80, 234, 0), (1406, 98, 94, 241, 1), (1407, 98, 104, 246, 2), (1408, 98, 115, 254, 3), (1409, 98, 129, 262, 4), (1410, 98, 134, 273, 5), (1411, 98, 134, 289, 6), (1412, 98, 132, 303, 7), (1413, 98, 127, 317, 8), (1414, 98, 121, 333, 9), (1415, 98, 116, 348, 10), (1416, 98, 112, 360, 11), (1417, 98, 109, 372, 12), (1418, 98, 84, 388, 14), (1419, 98, 65, 387, 15), (1420, 98, 48, 379, 16), (1421, 98, 33, 373, 17), (1422, 98, 27, 353, 18), (1423, 98, 22, 334, 19), (1424, 98, 18, 322, 20), (1425, 98, 14, 307, 21), (1426, 98, 11, 295, 22), (1427, 98, 9, 285, 23), (1428, 98, 10, 276, 24), (1429, 98, 15, 266, 25), (1430, 98, 26, 259, 26), (1431, 98, 39, 251, 27), (1432, 98, 50, 242, 28), (1433, 98, 60, 236, 29), (1434, 98, 69, 235, 30), (1435, 98, 98, 381, 13), (1436, 90, 24, 256, 27), (1438, 91, 37, 376, 24), (1439, 99, 33, 373, 0), (1440, 99, 35, 400, 1), (1441, 99, 36, 426, 2), (1442, 99, 38, 450, 3), (1443, 99, 40, 474, 4), (1444, 99, 44, 502, 5), (1445, 99, 47, 527, 6), (1446, 99, 50, 551, 7), (1447, 99, 52, 578, 8), (1448, 99, 53, 596, 9), (1449, 99, 52, 630, 11), (1450, 99, 55, 643, 12), (1451, 99, 62, 646, 13), (1452, 99, 74, 641, 14), (1453, 99, 80, 624, 15), (1454, 99, 85, 599, 16), (1455, 99, 89, 576, 17), (1456, 99, 94, 550, 18), (1457, 99, 97, 524, 19), (1458, 99, 100, 496, 20), (1459, 99, 102, 473, 21), (1460, 99, 104, 442, 22), (1461, 99, 106, 416, 23), (1462, 99, 108, 393, 24), (1463, 99, 109, 374, 25), (1464, 99, 53, 614, 10), (1465, 54, 46, 33, 8), (1466, 100, 82, 236, 0), (1467, 100, 95, 241, 1), (1468, 100, 104, 244, 2), (1469, 100, 115, 247, 3), (1498, 101, 32, 372, 0), (1471, 100, 125, 253, 4), (1472, 100, 128, 267, 5), (1473, 100, 128, 283, 6), (1474, 100, 126, 305, 7), (1475, 100, 123, 323, 8), (1476, 100, 120, 343, 9), (1477, 100, 117, 360, 10), (1500, 101, 36, 437, 2), (1497, 100, 86, 404, 13), (1480, 100, 113, 379, 11), (1481, 100, 104, 393, 12), (1482, 100, 69, 406, 14), (1483, 100, 51, 398, 15), (1484, 100, 36, 384, 16), (1496, 100, 29, 361, 17), (1499, 101, 34, 407, 1), (1487, 100, 21, 340, 18), (1488, 100, 14, 323, 19), (1489, 100, 10, 305, 20), (1490, 100, 10, 285, 21), (1491, 100, 17, 268, 22), (1492, 100, 28, 261, 23), (1493, 100, 44, 253, 24), (1494, 100, 59, 244, 25), (1495, 100, 70, 237, 26), (1501, 101, 37, 465, 3), (1502, 101, 38, 492, 4), (1503, 101, 40, 524, 5), (1504, 101, 41, 550, 6), (1505, 101, 43, 581, 7), (1506, 101, 45, 610, 8), (1507, 101, 47, 635, 9), (1508, 101, 49, 657, 10), (1509, 101, 49, 677, 11), (1871, 144, 102, 221, 1), (1511, 101, 50, 691, 12), (1512, 101, 63, 697, 13), (1513, 101, 75, 691, 14), (1530, 102, 116, 241, 0), (1515, 101, 80, 674, 15), (1516, 101, 85, 654, 16), (1517, 101, 89, 636, 17), (1518, 101, 92, 617, 18), (1519, 101, 95, 595, 19), (1520, 101, 97, 576, 20), (1521, 101, 99, 555, 21), (1522, 101, 101, 534, 22), (1523, 101, 103, 511, 23), (1870, 144, 111, 222, 0), (1525, 101, 106, 468, 24), (1526, 101, 108, 445, 25), (1527, 101, 110, 420, 26), (1528, 101, 112, 396, 27), (1529, 101, 114, 373, 28), (1531, 102, 100, 237, 2), (1532, 102, 85, 237, 3), (1533, 102, 72, 238, 4), (1534, 102, 52, 239, 5), (1535, 102, 30, 239, 6), (1536, 102, 25, 249, 7), (1537, 102, 26, 263, 8), (1538, 102, 27, 285, 9), (1539, 102, 29, 310, 10), (1540, 102, 32, 333, 11), (1541, 102, 36, 355, 12), (1542, 102, 43, 373, 13), (1543, 102, 63, 399, 15), (1544, 102, 76, 399, 16), (1545, 102, 100, 368, 19), (1546, 102, 104, 353, 20), (1547, 102, 107, 336, 21), (1548, 102, 110, 314, 22), (1549, 102, 112, 293, 23), (1550, 102, 114, 273, 24), (1551, 102, 115, 256, 25), (1552, 102, 111, 237, 1), (1553, 102, 93, 383, 18), (1554, 102, 51, 388, 14), (1555, 103, 36, 355, 0), (1556, 103, 38, 378, 1), (1557, 103, 39, 400, 2), (1558, 103, 40, 422, 3), (1559, 103, 41, 444, 4), (1560, 103, 43, 468, 5), (1561, 103, 44, 494, 6), (1562, 103, 46, 521, 7), (1563, 103, 48, 546, 8), (1564, 103, 50, 568, 9), (1565, 103, 52, 590, 10), (1566, 103, 57, 613, 11), (1567, 103, 65, 618, 12), (1568, 103, 74, 615, 13), (1569, 103, 81, 589, 15), (1570, 103, 84, 570, 16), (1571, 103, 86, 552, 17), (1572, 103, 89, 532, 18), (1573, 103, 91, 511, 19), (1574, 103, 93, 489, 20), (1575, 103, 96, 460, 21), (1576, 103, 98, 427, 22), (1577, 103, 100, 402, 23), (1578, 103, 103, 375, 24), (1579, 103, 105, 351, 25), (1580, 103, 78, 603, 14), (1581, 102, 86, 393, 17), (1582, 104, 71, 492, 0), (1583, 104, 79, 493, 1), (1584, 104, 98, 502, 2), (1585, 104, 116, 514, 3), (1586, 104, 126, 523, 4), (1587, 104, 130, 534, 5), (1588, 104, 130, 547, 6), (1589, 104, 126, 568, 7), (1590, 104, 121, 587, 8), (1591, 104, 116, 607, 9), (1592, 104, 112, 622, 10), (1593, 104, 107, 636, 11), (1594, 104, 102, 650, 12), (1595, 104, 95, 661, 13), (1596, 104, 80, 670, 14), (1597, 104, 60, 670, 15), (1598, 104, 44, 660, 16), (1611, 104, 36, 649, 17), (1600, 104, 31, 638, 18), (1601, 104, 25, 626, 19), (1602, 104, 18, 608, 20), (1603, 104, 12, 587, 21), (1604, 104, 9, 566, 22), (1605, 104, 8, 554, 23), (1606, 104, 10, 540, 24), (1607, 104, 18, 527, 25), (1608, 104, 28, 519, 26), (1609, 104, 38, 511, 27), (1610, 104, 52, 502, 28), (2627, 211, 114, 557, 9), (2656, 216, 134, 405, 1), (2591, 212, 136, 405, 6), (2590, 212, 130, 377, 5), (2651, 215, 102, 660, 8), (2385, 188, 93, 88, 0), (2384, 187, 62, 113, 2), (6518, 545, 110, 311, 8), (2594, 212, 138, 430, 7), (2589, 212, 124, 356, 4), (2588, 212, 100, 371, 2), (6517, 545, 126, 273, 7), (2666, 216, 101, 377, 8), (2583, 211, 122, 545, 8), (2382, 187, 55, 88, 0), (2623, 210, 41, 568, 1), (2383, 187, 57, 99, 1), (2581, 211, 138, 540, 7), (1630, 108, 94, 495, 0), (1631, 108, 109, 498, 1), (1632, 108, 117, 501, 2), (1633, 108, 119, 521, 4), (1634, 108, 117, 538, 5), (1635, 108, 114, 556, 6), (1636, 108, 111, 578, 7), (1637, 108, 106, 598, 8), (1638, 108, 101, 618, 9), (1639, 108, 96, 637, 10), (1640, 108, 90, 651, 11), (1641, 108, 84, 660, 12), (1642, 108, 70, 664, 13), (1643, 108, 53, 663, 14), (1644, 108, 38, 655, 15), (1645, 108, 31, 644, 16), (1646, 108, 25, 624, 17), (1659, 108, 120, 508, 3), (1648, 108, 21, 604, 18), (1649, 108, 18, 587, 19), (1650, 108, 15, 570, 20), (1651, 108, 13, 552, 21), (1652, 108, 11, 535, 22), (1653, 108, 12, 520, 23), (2678, 217, 99, 540, 7), (1655, 108, 20, 507, 24), (1656, 108, 37, 499, 25), (1657, 108, 56, 496, 26), (1658, 108, 74, 495, 27), (6532, 548, 65, 71, 0), (2631, 211, 129, 634, 2), (2566, 210, 31, 604, 11), (2565, 210, 39, 612, 10), (2665, 216, 108, 451, 4), (6516, 545, 143, 224, 6), (2562, 210, 117, 600, 6), (2576, 211, 132, 623, 3), (6515, 545, 152, 178, 5), (2624, 210, 117, 575, 5), (6514, 545, 154, 140, 4), (2573, 211, 111, 620, 0), (2585, 212, 104, 424, 0), (2667, 216, 109, 370, 9), (6513, 545, 154, 114, 3), (1678, 112, 107, 353, 0), (1679, 112, 104, 301, 1), (1680, 112, 103, 272, 2), (1681, 112, 102, 242, 3), (1682, 112, 101, 208, 4), (1683, 112, 98, 168, 5), (1684, 112, 94, 136, 6), (1685, 112, 89, 108, 7), (1686, 112, 83, 89, 8), (1687, 112, 77, 73, 9), (1688, 112, 67, 60, 10), (1689, 112, 56, 63, 11), (1690, 112, 54, 74, 12), (1691, 112, 52, 91, 13), (1692, 112, 51, 108, 14), (1693, 112, 50, 125, 15), (1694, 112, 49, 147, 16), (1695, 112, 48, 167, 17), (1696, 112, 46, 189, 18), (1697, 112, 44, 217, 19), (1698, 112, 42, 243, 20), (1699, 112, 40, 275, 21), (1700, 112, 38, 300, 22), (1701, 112, 33, 343, 23), (1702, 113, 130, 480, 0), (1706, 113, 20, 478, 2), (1707, 113, 11, 473, 3), (1705, 113, 46, 481, 1), (1708, 113, 4, 458, 4), (1709, 113, 5, 433, 5), (1710, 113, 8, 411, 6), (1711, 113, 11, 390, 7), (1712, 113, 18, 360, 8), (1713, 113, 25, 333, 9), (1714, 113, 36, 302, 10), (1715, 113, 51, 287, 11), (1716, 113, 71, 280, 12), (1717, 113, 91, 284, 13), (1718, 113, 108, 297, 14), (1719, 113, 117, 319, 15), (1720, 113, 123, 341, 16), (1721, 113, 128, 364, 17), (1722, 113, 136, 429, 20), (1723, 113, 136, 452, 21), (1724, 113, 136, 470, 22), (1725, 114, 129, 491, 0), (1726, 114, 46, 491, 1), (1727, 114, 22, 495, 2), (1728, 114, 14, 502, 3), (1729, 114, 7, 515, 4), (1730, 114, 4, 531, 5), (1731, 114, 6, 553, 6), (1732, 114, 11, 577, 7), (1733, 114, 17, 605, 8), (1734, 114, 23, 627, 9), (1735, 114, 31, 650, 10), (1736, 114, 43, 670, 11), (1737, 114, 56, 683, 12), (1738, 114, 76, 686, 13), (1739, 114, 92, 680, 14), (1740, 114, 104, 664, 15), (1741, 114, 116, 638, 16), (1742, 114, 123, 614, 17), (1743, 114, 129, 582, 18), (1744, 114, 132, 560, 19), (1745, 114, 134, 537, 20), (1746, 114, 135, 519, 21), (1747, 114, 136, 501, 22), (1748, 115, 120, 329, 0), (1749, 115, 117, 303, 1), (1750, 115, 114, 274, 2), (1751, 115, 109, 236, 3), (1752, 115, 105, 190, 4), (1753, 115, 100, 141, 5), (1754, 115, 96, 104, 6), (1755, 115, 85, 36, 8), (1756, 115, 77, 27, 9), (1757, 115, 65, 27, 10), (1758, 115, 58, 38, 11), (1759, 115, 50, 105, 13), (1760, 115, 46, 141, 14), (1761, 115, 42, 182, 15), (1762, 115, 39, 217, 16), (1763, 115, 35, 257, 17), (1764, 115, 31, 293, 18), (1765, 115, 27, 330, 19), (1766, 115, 54, 69, 12), (1767, 115, 91, 64, 7), (2531, 208, 8, 411, 1), (2530, 208, 6, 430, 0), (2655, 216, 128, 365, 0), (2626, 211, 106, 567, 10), (2535, 208, 39, 355, 5), (2534, 208, 24, 354, 4), (2533, 208, 16, 380, 3), (2532, 208, 11, 394, 2), (1776, 119, 17, 636, 0), (1777, 119, 23, 709, 1), (1778, 120, 125, 645, 0), (1779, 120, 120, 707, 1), (1780, 121, 9, 665, 0), (1781, 121, 14, 711, 1), (1782, 122, 185, 660, 0), (1783, 122, 179, 710, 1), (1784, 123, 26, 635, 0), (1785, 123, 30, 706, 1), (1786, 124, 183, 632, 0), (1787, 124, 175, 708, 1), (1788, 125, 18, 636, 0), (1789, 125, 23, 709, 1), (1790, 125, 119, 708, 2), (1791, 125, 124, 645, 3), (1792, 126, 9, 665, 0), (1793, 126, 14, 710, 1), (1794, 126, 178, 710, 2), (1795, 126, 184, 659, 3), (1796, 127, 27, 636, 0), (1797, 127, 30, 706, 1), (1798, 127, 174, 707, 2), (1799, 127, 182, 632, 3), (1800, 128, 12, 85, 0), (1801, 128, 21, 7, 1), (1802, 129, 184, 92, 0), (1803, 129, 180, 8, 1), (1804, 130, 21, 7, 0), (1805, 130, 13, 83, 1), (1806, 130, 183, 91, 2), (1807, 130, 179, 7, 3), (1808, 131, 15, 88, 0), (1809, 131, 22, 9, 1), (1810, 132, 191, 83, 0), (1811, 132, 185, 10, 1), (1812, 133, 22, 9, 0), (1813, 133, 15, 88, 1), (1814, 133, 190, 82, 2), (1815, 133, 184, 10, 3), (1816, 134, 15, 76, 0), (1817, 134, 25, 8, 1), (1818, 135, 131, 76, 0), (1819, 135, 126, 8, 1), (1820, 136, 26, 8, 0), (1821, 136, 15, 76, 1), (1822, 136, 130, 76, 2), (1823, 136, 125, 7, 3), (1824, 137, 24, 96, 0), (1825, 137, 30, 10, 1), (1826, 138, 122, 93, 0), (1827, 138, 116, 11, 1), (1828, 139, 81, 219, 0), (1829, 139, 95, 214, 1), (1830, 139, 110, 207, 2), (1831, 139, 122, 200, 3), (1856, 139, 63, 48, 14), (1833, 139, 128, 177, 5), (1834, 139, 126, 160, 6), (1835, 139, 124, 139, 7), (1836, 139, 121, 122, 8), (1837, 139, 118, 98, 9), (1838, 139, 115, 78, 10), (1839, 139, 95, 52, 12), (1840, 139, 80, 46, 13), (1841, 139, 50, 56, 15), (1842, 139, 41, 69, 16), (1843, 139, 35, 86, 17), (1844, 139, 28, 106, 18), (1845, 139, 21, 123, 19), (1846, 139, 13, 142, 20), (1847, 139, 9, 160, 21), (1854, 139, 107, 62, 11), (1849, 139, 9, 173, 22), (1850, 139, 17, 185, 23), (1851, 139, 29, 193, 24), (1852, 139, 45, 205, 25), (1853, 139, 60, 212, 26), (1855, 139, 72, 218, 27), (1857, 139, 127, 190, 4), (6512, 545, 152, 87, 2), (2637, 212, 102, 359, 3), (2658, 216, 135, 470, 3), (6511, 545, 148, 66, 1), (2625, 210, 109, 611, 7), (2884, 233, 110, 588, 4), (2558, 210, 108, 567, 4), (6510, 545, 142, 47, 0), (1866, 143, 31, 10, 0), (1867, 143, 24, 95, 1), (1868, 143, 122, 94, 2), (1869, 143, 116, 10, 3), (1872, 144, 85, 220, 2), (1873, 144, 71, 219, 3), (1874, 144, 51, 218, 4), (1875, 144, 30, 217, 5), (1876, 144, 25, 207, 6), (1877, 144, 25, 193, 7), (1878, 144, 27, 174, 8), (1879, 144, 29, 155, 9), (1880, 144, 32, 137, 10), (1881, 144, 35, 119, 11), (1882, 144, 40, 98, 12), (1883, 144, 53, 66, 14), (1884, 144, 61, 56, 15), (1885, 144, 75, 52, 16), (1886, 144, 86, 55, 17), (1887, 144, 94, 65, 18), (1888, 144, 100, 76, 19), (1889, 144, 106, 93, 20), (1890, 144, 110, 110, 21), (1891, 144, 113, 130, 22), (1892, 144, 115, 154, 23), (1893, 144, 116, 177, 24), (1894, 144, 117, 198, 25), (1895, 144, 117, 217, 26), (1896, 144, 45, 82, 13), (2636, 179, 27, 630, 7), (2635, 179, 30, 556, 2), (2633, 179, 8, 543, 0), (2632, 179, 41, 588, 4), (6520, 546, 89, 106, 1), (6519, 546, 77, 77, 0), (2630, 211, 119, 632, 1), (2657, 216, 136, 425, 2), (1905, 148, 119, 243, 0), (1944, 150, 42, 384, 1), (1943, 150, 40, 350, 0), (1942, 149, 117, 157, 15), (1909, 148, 34, 235, 2), (1910, 148, 116, 235, 1), (1911, 148, 29, 242, 3), (1912, 148, 29, 268, 4), (1913, 148, 31, 300, 5), (1914, 148, 37, 337, 6), (1915, 148, 44, 363, 7), (1916, 148, 54, 386, 8), (1917, 148, 62, 397, 9), (1918, 148, 88, 397, 11), (1919, 148, 97, 384, 12), (1920, 148, 106, 359, 13), (1921, 148, 116, 299, 15), (1922, 148, 119, 266, 16), (1923, 148, 112, 330, 14), (1924, 148, 76, 400, 10), (1925, 149, 116, 219, 0), (1926, 149, 35, 219, 1), (1927, 149, 29, 212, 2), (1928, 149, 29, 179, 3), (1929, 149, 32, 150, 4), (1930, 149, 37, 125, 5), (1931, 149, 45, 91, 6), (1932, 149, 54, 67, 7), (1933, 149, 65, 53, 8), (1934, 149, 88, 52, 10), (1935, 149, 96, 61, 11), (1936, 149, 103, 81, 12), (1937, 149, 110, 110, 13), (1938, 149, 114, 133, 14), (1939, 149, 119, 183, 16), (1940, 149, 119, 210, 17), (1941, 149, 77, 49, 9), (1945, 150, 44, 415, 2), (1946, 150, 45, 444, 3), (1947, 150, 46, 479, 4), (1948, 150, 48, 513, 5), (1949, 150, 51, 554, 6), (1950, 150, 54, 584, 7), (1951, 150, 64, 616, 9), (1952, 150, 76, 616, 11), (1953, 150, 85, 584, 13), (1954, 150, 90, 554, 14), (1955, 150, 94, 519, 15), (1956, 150, 97, 480, 16), (1957, 150, 100, 441, 17), (1958, 150, 103, 396, 18), (1959, 150, 107, 351, 19), (1960, 150, 81, 604, 12), (1961, 150, 59, 605, 8), (1962, 150, 70, 619, 10), (2677, 217, 101, 625, 4), (2538, 208, 43, 425, 9), (2537, 208, 49, 370, 7), (6531, 547, 94, 319, 5), (2629, 211, 104, 610, 12), (2555, 210, 32, 573, 0), (2654, 215, 66, 706, 4), (2628, 211, 104, 588, 11), (1971, 154, 64, 480, 0), (1972, 154, 95, 464, 2), (1973, 154, 104, 456, 3), (1974, 154, 118, 463, 4), (1975, 154, 131, 469, 5), (1976, 154, 148, 479, 6), (1977, 154, 157, 479, 7), (1978, 154, 171, 471, 8), (1979, 154, 196, 418, 12), (1980, 154, 191, 393, 13), (1981, 154, 184, 366, 14), (1982, 154, 178, 345, 15), (1983, 154, 174, 332, 16), (1984, 154, 148, 323, 17), (1985, 154, 116, 319, 18), (1986, 154, 91, 320, 19), (1987, 154, 61, 324, 20), (1988, 154, 40, 331, 21), (1989, 154, 36, 348, 22), (1990, 154, 29, 374, 23), (1991, 154, 25, 404, 24), (1992, 154, 24, 439, 26), (1993, 154, 32, 451, 27), (1994, 154, 193, 451, 10), (1995, 154, 22, 419, 25), (1996, 154, 42, 465, 28), (1997, 154, 83, 472, 1), (1998, 154, 195, 439, 11), (1999, 154, 185, 460, 9), (2000, 154, 54, 479, 29), (2001, 155, 160, 496, 0), (2002, 155, 137, 498, 1), (2003, 155, 118, 501, 2), (2004, 155, 99, 508, 3), (2005, 155, 75, 515, 4), (2006, 155, 59, 521, 5), (2007, 155, 33, 536, 7), (2008, 155, 25, 562, 9), (2009, 155, 22, 596, 10), (2010, 155, 27, 627, 11), (2011, 155, 43, 663, 12), (2012, 155, 89, 685, 14), (2013, 155, 124, 686, 15), (2014, 155, 150, 678, 16), (2015, 155, 186, 643, 18), (2016, 155, 195, 602, 19), (2017, 155, 197, 568, 20), (2018, 155, 192, 533, 21), (2019, 155, 179, 507, 22), (2020, 155, 63, 676, 13), (2021, 155, 170, 662, 17), (2022, 156, 40, 330, 0), (2023, 156, 41, 313, 1), (2024, 156, 41, 285, 2), (2025, 156, 40, 200, 6), (2026, 156, 41, 179, 7), (2027, 156, 43, 128, 9), (2486, 156, 42, 95, 11), (2339, 186, 99, 538, 4), (2030, 156, 42, 109, 10), (2031, 156, 45, 87, 12), (2354, 156, 64, 70, 15), (2080, 159, 171, 62, 3), (2034, 156, 97, 88, 20), (2035, 156, 109, 109, 22), (2036, 156, 116, 127, 23), (2037, 156, 125, 146, 24), (2038, 156, 134, 169, 25), (2039, 156, 152, 215, 27), (2040, 156, 161, 262, 29), (2041, 156, 169, 298, 30), (2042, 156, 175, 334, 31), (2490, 206, 89, 173, 3), (2491, 206, 92, 203, 4), (2492, 156, 91, 80, 19), (2046, 157, 79, 74, 0), (2489, 206, 81, 144, 2), (2488, 206, 74, 120, 1), (2487, 206, 68, 100, 0), (2691, 218, 97, 604, 8), (2078, 159, 127, 53, 1), (2075, 158, 105, 440, 1), (2074, 158, 105, 456, 0), (2076, 158, 105, 424, 2), (2072, 156, 55, 84, 13), (2371, 113, 132, 387, 18), (2077, 159, 108, 56, 0), (2083, 159, 191, 117, 6), (2082, 159, 187, 96, 5), (2166, 159, 180, 74, 4), (2084, 159, 193, 141, 7), (2085, 159, 192, 166, 8), (2079, 159, 153, 54, 2), (2086, 159, 181, 195, 9), (2087, 159, 166, 209, 10), (2088, 159, 131, 218, 11), (2089, 159, 105, 215, 13), (2090, 159, 76, 220, 15), (2091, 159, 48, 213, 16), (2092, 159, 26, 194, 17), (2093, 159, 14, 166, 18), (2094, 159, 13, 130, 19), (2095, 159, 16, 95, 20), (2096, 159, 22, 76, 21), (2097, 159, 36, 63, 22), (2098, 159, 60, 54, 23), (2099, 159, 86, 53, 24), (2100, 160, 142, 235, 0), (2101, 160, 152, 237, 1), (2102, 160, 166, 245, 2), (2103, 160, 179, 253, 3), (2104, 160, 192, 267, 4), (2105, 160, 192, 288, 5), (2106, 160, 186, 314, 6), (2107, 160, 179, 336, 7), (2108, 160, 173, 358, 8), (2109, 160, 168, 376, 9), (2110, 160, 146, 383, 10), (2111, 160, 120, 388, 11), (2112, 160, 87, 388, 12), (2113, 160, 57, 385, 13), (2114, 160, 31, 378, 14), (2115, 160, 27, 352, 15), (2116, 160, 23, 328, 16), (2117, 160, 18, 307, 17), (2118, 160, 17, 286, 18), (2119, 160, 39, 251, 21), (2120, 160, 66, 237, 23), (2121, 160, 85, 244, 24), (2122, 160, 104, 257, 25), (2123, 160, 117, 248, 26), (2124, 160, 129, 239, 27), (2125, 160, 30, 260, 20), (2126, 160, 56, 239, 22), (2127, 160, 23, 272, 19), (2128, 161, 31, 379, 0), (2129, 161, 33, 407, 1), (2130, 161, 34, 440, 2), (2131, 161, 37, 471, 3), (2132, 161, 40, 501, 4), (2133, 161, 43, 525, 5), (2134, 161, 46, 545, 6), (2135, 161, 47, 565, 7), (2136, 161, 44, 600, 9), (2137, 161, 46, 614, 10), (2138, 161, 95, 630, 15), (2494, 161, 46, 582, 8), (2337, 186, 76, 610, 1), (2493, 186, 86, 593, 2), (2334, 161, 112, 618, 16), (2349, 156, 58, 75, 14), (2347, 156, 143, 192, 26), (2346, 156, 157, 236, 28), (2345, 156, 42, 153, 8), (2344, 156, 41, 264, 3), (2343, 156, 40, 223, 5), (2496, 161, 54, 622, 11), (2340, 186, 100, 462, 6), (2338, 186, 93, 574, 3), (2152, 161, 134, 588, 18), (2153, 161, 144, 567, 19), (2154, 161, 151, 545, 20), (2155, 161, 158, 522, 21), (2156, 161, 164, 486, 22); insert into graphicpoint values (2157, 161, 167, 454, 23), (2158, 161, 167, 425, 24), (2159, 161, 168, 397, 25), (2160, 161, 169, 376, 26), (2495, 161, 67, 631, 13), (2162, 161, 81, 634, 14), (2348, 156, 40, 245, 4), (2333, 161, 64, 624, 12), (2185, 161, 124, 603, 17), (2167, 162, 183, 124, 0), (2168, 162, 167, 125, 1), (2169, 162, 142, 132, 3), (2170, 162, 128, 137, 4), (2171, 162, 113, 143, 5), (2172, 162, 97, 132, 6), (2173, 162, 80, 134, 7), (2174, 162, 56, 131, 9), (2175, 162, 35, 130, 10), (2176, 162, 23, 131, 11), (2177, 163, 99, 68, 0), (2178, 163, 97, 84, 1), (2179, 163, 98, 101, 2), (2180, 163, 98, 133, 4), (2181, 163, 112, 144, 5), (2182, 163, 104, 164, 6), (2183, 163, 102, 180, 7), (2184, 163, 103, 194, 8), (2336, 186, 64, 624, 0), (2188, 164, 166, 85, 0), (2189, 164, 159, 96, 1), (2190, 164, 142, 131, 4), (2650, 215, 109, 675, 7), (2649, 215, 107, 694, 6), (2648, 215, 95, 705, 5), (2501, 164, 150, 140, 5), (2498, 162, 152, 118, 2), (2500, 164, 153, 118, 3), (2499, 164, 155, 106, 2), (2647, 215, 50, 694, 3), (2199, 165, 167, 126, 0), (2200, 165, 173, 144, 1), (2508, 164, 153, 151, 6), (2202, 166, 123, 89, 0), (2203, 166, 99, 115, 3), (2204, 166, 105, 103, 2), (2883, 233, 109, 573, 3), (2645, 215, 49, 675, 2), (2882, 233, 105, 562, 2), (2643, 215, 57, 661, 1), (2642, 215, 77, 654, 0), (2641, 208, 46, 414, 8), (2513, 166, 114, 98, 1), (2511, 164, 152, 182, 9), (2510, 164, 148, 175, 8), (2640, 208, 48, 358, 6), (2639, 212, 113, 427, 8), (2638, 212, 102, 414, 1), (2509, 164, 149, 162, 7), (2218, 167, 115, 184, 0), (2219, 167, 93, 183, 2), (2220, 167, 82, 188, 3), (2512, 167, 103, 171, 1), (2507, 163, 98, 117, 3), (2506, 168, 72, 125, 2), (2505, 168, 81, 111, 1), (2504, 168, 68, 137, 3), (2226, 168, 83, 93, 0), (2502, 162, 68, 137, 8), (2228, 168, 65, 150, 4), (2229, 168, 61, 161, 5), (2230, 168, 54, 167, 6), (2231, 168, 50, 178, 7), (2232, 169, 28, 108, 0), (2233, 169, 46, 129, 2), (2503, 169, 39, 109, 1), (2580, 211, 138, 563, 6), (2579, 211, 136, 586, 5), (2578, 211, 134, 601, 4), (2526, 170, 45, 604, 4), (2525, 207, 94, 608, 4), (2524, 207, 84, 603, 6), (2523, 207, 80, 592, 7), (2522, 170, 64, 592, 1), (2521, 170, 53, 625, 3), (2520, 170, 42, 590, 5), (2519, 207, 87, 623, 5), (2246, 170, 66, 580, 0), (2247, 170, 39, 575, 6), (2248, 170, 36, 559, 7), (2249, 170, 33, 541, 8), (2527, 170, 61, 604, 2), (2272, 173, 38, 543, 0), (2252, 171, 89, 543, 0), (2253, 171, 85, 567, 1), (2254, 171, 80, 588, 2), (2255, 171, 74, 606, 3), (2275, 173, 51, 606, 3), (2274, 173, 45, 586, 2), (2273, 173, 41, 564, 1), (2612, 214, 45, 368, 1), (2387, 188, 86, 113, 2), (2389, 189, 49, 589, 1), (2380, 172, 88, 588, 1), (2381, 172, 83, 576, 2), (2386, 188, 91, 101, 1), (2611, 214, 39, 411, 0), (2394, 45, 121, 580, 1), (2393, 45, 113, 588, 0), (2390, 189, 47, 605, 2), (2388, 189, 55, 576, 0), (2757, 224, 87, 357, 0), (2271, 172, 90, 604, 0), (2613, 214, 101, 359, 5), (2395, 45, 124, 566, 2), (2286, 176, 105, 257, 0), (2287, 176, 105, 272, 1), (2288, 176, 104, 289, 2), (2289, 10, 98, 558, 1), (2290, 11, 48, 556, 1), (2291, 11, 51, 622, 7), (2292, 10, 97, 617, 7), (2293, 177, 31, 38, 0), (2294, 177, 111, 431, 1), (2295, 178, 31, 431, 0), (2296, 178, 111, 38, 1), (2634, 179, 19, 546, 1), (2687, 218, 49, 618, 4), (2686, 218, 46, 606, 3), (2300, 179, 41, 568, 3), (2681, 217, 134, 528, 12), (2674, 217, 124, 605, 2), (2303, 179, 40, 612, 5), (2675, 217, 118, 627, 3), (2683, 218, 39, 529, 1), (2682, 218, 51, 526, 0), (2307, 179, 35, 621, 6), (6545, 550, 37, 179, 3), (6544, 550, 38, 136, 2), (2310, 179, 17, 633, 8), (2311, 179, 9, 606, 9), (2312, 179, 3, 570, 10), (2313, 179, 5, 549, 11), (2314, 180, 20, 85, 0), (2315, 180, 31, 6, 1), (2316, 181, 182, 77, 0), (2317, 181, 175, 5, 1), (2318, 182, 31, 6, 0), (2319, 182, 20, 84, 1), (2320, 182, 181, 77, 2), (2321, 182, 175, 5, 3), (2322, 183, 28, 629, 0), (2323, 183, 39, 706, 1), (2324, 184, 187, 641, 0), (2325, 184, 180, 707, 1), (2326, 185, 28, 629, 0), (2327, 185, 39, 705, 1), (2328, 185, 180, 707, 2), (2329, 185, 187, 641, 3), (2330, 163, 105, 214, 9), (2331, 159, 98, 219, 14), (2332, 159, 113, 217, 12), (2485, 156, 102, 97, 21), (2351, 156, 73, 70, 16), (2352, 156, 78, 75, 17), (2353, 156, 86, 75, 18), (2615, 214, 103, 371, 6), (2356, 157, 73, 78, 1), (2357, 157, 70, 87, 2), (2358, 157, 68, 100, 3), (2622, 214, 43, 424, 11), (6543, 550, 40, 94, 1), (2689, 218, 95, 617, 7), (2621, 214, 56, 430, 10), (2620, 214, 90, 430, 9), (2673, 217, 128, 585, 1), (2618, 214, 104, 424, 8), (2672, 217, 132, 556, 0), (2616, 214, 106, 412, 7), (2368, 157, 61, 87, 4), (2369, 157, 55, 84, 5), (2372, 113, 135, 410, 19), (2373, 55, 20, 470, 1), (2518, 207, 97, 596, 3), (2514, 207, 106, 538, 0), (2516, 207, 101, 581, 2), (2517, 207, 78, 580, 8), (2515, 207, 104, 559, 1), (2396, 47, 7, 588, 18), (2397, 47, 9, 603, 16), (2399, 190, 28, 578, 1), (2400, 190, 23, 560, 2), (2401, 5, 101, 503, 20), (2402, 1, 37, 590, 1), (2403, 4, 22, 593, 2), (2404, 3, 117, 576, 2), (2416, 193, 28, 98, 0), (2423, 87, 44, 135, 3), (2418, 193, 29, 115, 1), (2419, 193, 34, 129, 2), (2420, 193, 27, 141, 3), (2421, 193, 23, 152, 4), (2422, 193, 19, 166, 5), (2426, 194, 107, 561, 2), (2427, 194, 103, 576, 3), (2428, 194, 101, 587, 4), (2429, 194, 103, 597, 5), (2430, 195, 63, 640, 0), (2431, 195, 56, 660, 1), (2436, 196, 104, 595, 4), (2437, 196, 98, 602, 5), (2438, 196, 93, 617, 6), (2439, 196, 93, 631, 7), (2440, 196, 97, 644, 8), (2441, 38, 61, 636, 1), (2443, 155, 44, 528, 6), (2444, 197, 196, 589, 0), (2445, 197, 184, 587, 1), (2446, 197, 160, 596, 3), (2447, 197, 134, 592, 4), (2448, 197, 111, 585, 5), (2449, 197, 90, 589, 6), (2450, 197, 67, 589, 7), (2451, 197, 46, 586, 8), (2452, 197, 24, 586, 9), (2453, 197, 169, 586, 2), (2454, 198, 112, 584, 0), (2455, 198, 107, 566, 1), (2456, 198, 103, 548, 2), (2457, 198, 98, 526, 3), (2458, 199, 42, 557, 0), (2459, 199, 51, 567, 1), (2460, 199, 64, 588, 2), (2461, 199, 53, 602, 3), (2462, 199, 47, 614, 4), (2463, 200, 88, 541, 0), (2464, 200, 112, 546, 2), (2465, 200, 106, 559, 1), (2466, 200, 121, 532, 3), (2467, 201, 161, 548, 0), (2468, 201, 170, 565, 1), (2469, 201, 168, 587, 2), (2470, 201, 158, 596, 3), (2471, 201, 160, 613, 4), (2472, 201, 160, 626, 5), (2473, 201, 159, 640, 6), (2474, 202, 82, 590, 0), (2475, 202, 72, 602, 1), (2476, 202, 66, 634, 2), (2477, 203, 112, 585, 0), (2478, 203, 109, 602, 1), (2479, 204, 180, 535, 0), (2480, 204, 176, 555, 1), (2481, 204, 170, 566, 2), (2482, 205, 161, 601, 0), (2483, 205, 170, 612, 1), (2484, 203, 112, 627, 2), (6542, 550, 45, 67, 0), (2693, 218, 91, 526, 11), (2694, 219, 102, 391, 0), (2695, 219, 100, 376, 1), (2696, 219, 56, 373, 3), (2697, 219, 46, 376, 4), (2698, 219, 43, 386, 5), (6530, 547, 75, 239, 4), (6529, 547, 65, 175, 3), (6528, 547, 61, 139, 2), (2702, 219, 40, 441, 7), (6527, 547, 57, 111, 1), (2704, 219, 51, 445, 8), (2705, 219, 90, 445, 9), (2706, 219, 101, 433, 11), (2734, 222, 17, 369, 0), (2708, 220, 49, 440, 0), (2709, 220, 100, 441, 2), (2735, 222, 8, 406, 1), (2711, 220, 130, 480, 5), (6526, 547, 50, 86, 0), (2713, 220, 109, 480, 6), (2714, 220, 44, 480, 7), (6524, 546, 122, 318, 5), (6523, 546, 119, 256, 4), (2717, 220, 22, 478, 8), (2718, 220, 41, 440, 12), (6522, 546, 115, 206, 3), (6521, 546, 101, 145, 2), (2721, 221, 42, 531, 0), (2722, 221, 106, 528, 3), (2723, 221, 112, 523, 4), (2724, 221, 128, 491, 6), (2725, 221, 109, 490, 7), (6507, 544, 100, 226, 3), (6506, 544, 100, 147, 2), (2728, 221, 53, 491, 8), (2729, 221, 35, 493, 9), (6505, 544, 96, 94, 1), (6504, 544, 90, 30, 0), (6502, 543, 84, 310, 7), (2733, 221, 23, 495, 10), (2736, 222, 5, 435, 2), (2737, 222, 5, 459, 3), (6501, 543, 71, 272, 6), (6500, 543, 55, 221, 5), (6499, 543, 40, 155, 4), (2741, 222, 8, 465, 4), (2742, 222, 43, 430, 7), (2743, 222, 47, 376, 9), (2744, 222, 40, 371, 10), (6498, 543, 36, 128, 3), (6497, 543, 34, 104, 2), (6496, 543, 36, 82, 1), (2748, 223, 43, 541, 0), (2749, 223, 49, 608, 1), (2750, 223, 48, 617, 2), (2751, 223, 23, 622, 4), (2752, 223, 17, 602, 5), (2753, 223, 11, 575, 6), (6495, 543, 38, 66, 0), (6494, 542, 60, 32, 7), (2756, 223, 7, 554, 7), (2758, 224, 74, 366, 1), (2759, 224, 59, 389, 2), (2760, 224, 58, 411, 3), (2761, 224, 67, 432, 4), (2762, 224, 80, 439, 5), (4795, 370, 52, 101, 0), (2888, 233, 44, 604, 8), (2887, 233, 73, 605, 7), (2886, 233, 103, 604, 6), (2885, 233, 108, 601, 5), (2768, 224, 102, 437, 6), (2769, 224, 115, 424, 7), (2770, 224, 121, 405, 8), (2771, 224, 119, 381, 9), (2772, 224, 108, 361, 10), (2898, 234, 104, 424, 5), (2897, 234, 106, 405, 4), (2784, 226, 94, 517, 0), (2896, 234, 105, 382, 3), (2895, 234, 102, 361, 2), (2894, 234, 85, 358, 1), (2893, 234, 68, 358, 0), (2892, 233, 43, 563, 11), (2899, 234, 86, 431, 6), (2891, 233, 34, 570, 10), (2890, 233, 36, 597, 9), (2785, 226, 106, 523, 1), (2786, 226, 110, 541, 2), (2787, 226, 116, 562, 3), (2801, 227, 28, 567, 0), (2789, 226, 122, 570, 4), (2790, 226, 163, 564, 5), (2791, 226, 169, 573, 6), (2792, 226, 171, 596, 7), (2793, 226, 169, 616, 8), (2794, 226, 164, 625, 9), (2795, 226, 114, 620, 10), (2796, 226, 94, 614, 11), (2797, 226, 86, 601, 12), (2798, 226, 81, 574, 13), (2799, 226, 81, 546, 14), (2800, 226, 82, 526, 15), (2802, 227, 36, 563, 1), (2803, 227, 44, 568, 2), (2804, 227, 52, 575, 3), (2879, 227, 79, 659, 6), (2880, 233, 71, 563, 0), (2807, 227, 75, 622, 4), (2808, 227, 87, 651, 5), (2809, 227, 72, 663, 7), (2810, 227, 59, 663, 8), (2811, 227, 46, 638, 9), (2812, 227, 37, 629, 10), (2813, 227, 29, 618, 11), (2814, 227, 21, 593, 12), (2817, 228, 83, 651, 0), (2881, 233, 92, 563, 1), (2819, 228, 56, 675, 2), (2820, 228, 58, 697, 3), (2821, 228, 75, 709, 4), (2822, 228, 106, 709, 5), (2823, 228, 120, 692, 6), (2824, 228, 117, 667, 7), (2825, 228, 99, 654, 8), (2826, 229, 161, 564, 0), (2827, 229, 157, 574, 1), (2828, 229, 156, 617, 2), (2829, 229, 160, 626, 3), (2843, 230, 193, 402, 1), (2831, 229, 173, 639, 4), (2832, 229, 187, 642, 5), (2833, 229, 191, 615, 6), (2834, 229, 192, 601, 7), (2835, 229, 193, 588, 8), (2836, 229, 197, 566, 9), (2837, 229, 197, 549, 10), (2838, 229, 195, 538, 11), (2839, 229, 179, 541, 12), (2840, 229, 171, 551, 13), (2842, 230, 195, 419, 0), (2844, 230, 189, 382, 2), (2845, 230, 180, 355, 3), (2846, 230, 164, 357, 4), (2847, 230, 157, 366, 5), (2848, 230, 162, 403, 6), (2849, 230, 173, 439, 7), (2855, 231, 4, 597, 1), (2856, 231, 4, 569, 2), (2854, 231, 5, 612, 0), (2853, 230, 192, 441, 8), (2857, 231, 10, 548, 3), (2858, 231, 24, 551, 4), (2859, 231, 37, 563, 5), (2860, 231, 43, 575, 6), (2861, 231, 42, 599, 7), (2862, 231, 40, 616, 8), (2863, 231, 34, 632, 9), (2864, 231, 18, 641, 10), (2865, 231, 5, 643, 11), (2866, 231, 6, 626, 12), (2868, 232, 3, 431, 0), (2869, 232, 28, 437, 2), (2870, 232, 32, 409, 3), (2871, 232, 36, 371, 4), (2872, 232, 35, 357, 5), (2873, 232, 29, 352, 6), (2874, 232, 20, 349, 7), (2875, 232, 11, 369, 8), (2876, 232, 7, 389, 9), (2877, 232, 4, 411, 10), (2878, 232, 6, 443, 1), (2900, 234, 64, 433, 7), (2901, 234, 43, 424, 8), (2902, 234, 41, 406, 9), (2903, 234, 43, 382, 10), (2904, 234, 49, 359, 11), (2905, 235, 103, 562, 0), (4796, 370, 72, 100, 1), (2907, 235, 98, 584, 1), (2908, 235, 101, 605, 2), (2909, 235, 109, 614, 3), (2910, 235, 115, 627, 4), (2918, 235, 111, 554, 11), (2912, 235, 129, 629, 5), (2913, 235, 132, 604, 6), (2914, 235, 136, 583, 7), (2915, 235, 138, 559, 8), (2916, 235, 134, 540, 9), (2917, 235, 121, 543, 10), (2919, 236, 123, 355, 0), (2920, 236, 103, 360, 1), (2921, 236, 98, 372, 2), (2922, 236, 99, 401, 3), (2923, 236, 103, 423, 4), (2924, 236, 112, 427, 5), (2925, 236, 127, 431, 6), (2926, 236, 137, 431, 7), (2927, 236, 135, 407, 8), (2928, 236, 129, 382, 9), (2929, 237, 28, 352, 0), (2930, 237, 49, 358, 1), (2931, 237, 50, 372, 2), (2932, 237, 48, 395, 3), (2933, 237, 46, 419, 4), (2934, 237, 42, 423, 5), (2935, 237, 29, 428, 6), (2936, 237, 7, 427, 7), (2937, 237, 9, 411, 8), (2938, 237, 17, 384, 9), (2939, 238, 10, 540, 0), (2940, 238, 24, 545, 1), (2941, 238, 36, 557, 2), (2942, 238, 45, 563, 3), (4798, 370, 109, 100, 3), (2944, 238, 49, 583, 4), (4797, 370, 94, 99, 2), (2946, 238, 43, 604, 5), (2947, 238, 35, 615, 6), (2948, 238, 27, 627, 7), (2949, 238, 15, 633, 8), (2953, 238, 5, 551, 11), (2951, 238, 9, 606, 9), (2952, 238, 5, 570, 10), (2954, 239, 80, 480, 0), (2955, 239, 107, 466, 1), (2956, 239, 123, 453, 2), (2957, 239, 129, 445, 3), (2958, 239, 99, 423, 4), (2978, 241, 44, 423, 0), (2979, 241, 47, 354, 3), (2961, 239, 43, 424, 7), (2962, 239, 14, 438, 8), (2963, 239, 17, 446, 9), (2964, 239, 37, 463, 10), (2965, 239, 54, 474, 11), (2966, 239, 69, 481, 12), (2967, 240, 72, 493, 0), (2968, 240, 83, 495, 1), (2969, 240, 104, 505, 2), (2970, 240, 119, 516, 3), (2971, 240, 127, 525, 4), (2972, 240, 96, 551, 6), (2973, 240, 85, 551, 7), (2974, 240, 43, 548, 9), (2975, 240, 17, 528, 11), (2976, 240, 33, 515, 12), (2977, 240, 53, 501, 13), (2980, 241, 71, 351, 4), (2981, 241, 94, 354, 5), (2982, 241, 96, 371, 6), (2983, 241, 100, 422, 8), (2984, 241, 69, 428, 10), (2985, 241, 51, 427, 11), (2986, 241, 43, 409, 1), (2987, 241, 43, 371, 2), (2988, 241, 100, 411, 7), (2989, 241, 91, 427, 9), (2993, 240, 55, 551, 8), (2991, 239, 55, 420, 6), (2992, 239, 83, 419, 5), (2994, 242, 99, 423, 0), (2995, 242, 106, 432, 1), (2996, 242, 119, 442, 2), (2997, 242, 129, 445, 3), (2998, 242, 132, 432, 4), (2999, 242, 130, 408, 5), (3000, 242, 122, 377, 6), (3001, 242, 117, 353, 7), (3002, 242, 105, 352, 8), (3003, 242, 93, 355, 9), (3004, 242, 92, 370, 10), (3005, 242, 95, 413, 11), (3006, 243, 127, 525, 0), (3007, 243, 116, 532, 1), (3008, 243, 104, 540, 2), (3009, 243, 95, 550, 3), (3010, 243, 93, 581, 4), (3011, 243, 93, 605, 5), (3012, 243, 94, 629, 6), (3013, 243, 107, 633, 7), (3014, 243, 117, 602, 8), (3015, 243, 128, 558, 9), (3016, 243, 129, 547, 10), (3017, 243, 130, 534, 11), (3018, 244, 95, 551, 0), (3019, 244, 98, 562, 1), (3020, 244, 98, 587, 2), (3021, 244, 96, 617, 3), (3022, 244, 94, 627, 4), (3023, 244, 83, 631, 5), (3024, 244, 55, 630, 6), (3025, 244, 45, 626, 7), (3026, 244, 43, 604, 8), (3027, 244, 42, 578, 9), (3028, 244, 43, 559, 10), (3029, 244, 46, 550, 11), (3030, 244, 55, 548, 12), (3031, 244, 86, 547, 13), (3032, 240, 107, 544, 5), (3033, 240, 31, 541, 10), (3034, 245, 45, 422, 0), (3035, 245, 46, 406, 1), (3036, 245, 47, 365, 2), (3037, 245, 46, 354, 3), (3038, 245, 36, 352, 4), (3039, 245, 26, 352, 5), (3040, 245, 16, 390, 6), (3041, 245, 10, 418, 7), (3042, 245, 9, 431, 8), (3043, 245, 13, 438, 9), (3044, 245, 32, 432, 10), (3045, 246, 18, 528, 0), (3046, 246, 32, 534, 1), (3047, 246, 46, 548, 2), (3048, 246, 47, 560, 3), (3049, 246, 47, 616, 4), (3050, 246, 45, 626, 5), (3051, 246, 37, 630, 6), (3052, 246, 27, 630, 7), (3053, 246, 15, 600, 8), (3054, 246, 9, 566, 9), (3055, 246, 8, 551, 10), (3056, 246, 11, 539, 11), (3057, 247, 72, 660, 0), (3058, 247, 93, 661, 1), (3059, 247, 100, 668, 2), (3060, 247, 102, 681, 3), (3061, 247, 97, 694, 4), (3062, 247, 84, 700, 5), (3063, 247, 63, 700, 6), (3064, 247, 48, 691, 7), (3065, 247, 45, 676, 8), (3066, 247, 50, 662, 9), (3067, 248, 78, 370, 0), (3068, 248, 119, 385, 2), (3069, 248, 125, 409, 3), (3070, 248, 118, 431, 4), (3071, 248, 108, 440, 5), (3072, 248, 95, 443, 6), (3073, 248, 75, 440, 7), (3074, 248, 65, 419, 8), (3075, 248, 65, 391, 9), (3076, 249, 23, 349, 0), (3077, 249, 18, 373, 1), (3078, 249, 15, 398, 2), (3079, 249, 16, 424, 3), (3080, 249, 21, 444, 4), (3081, 249, 42, 435, 6), (3082, 249, 46, 411, 7), (3083, 249, 46, 379, 8), (3084, 249, 40, 351, 9), (3085, 249, 32, 348, 10), (3086, 249, 35, 442, 5), (3100, 251, 76, 573, 0), (3088, 250, 25, 559, 0), (3140, 253, 175, 348, 0), (3090, 250, 21, 593, 1), (3091, 250, 22, 625, 2), (3092, 250, 32, 650, 3), (3139, 250, 57, 606, 7), (3094, 250, 42, 645, 4), (3095, 250, 45, 634, 5), (3096, 250, 53, 623, 6), (3097, 250, 53, 584, 8), (3098, 250, 46, 577, 9), (3099, 250, 40, 566, 10), (3101, 251, 67, 580, 1), (3102, 251, 52, 583, 2), (3103, 251, 45, 598, 3), (3104, 251, 45, 619, 4), (3105, 251, 51, 627, 5), (3106, 251, 59, 636, 6), (3107, 251, 99, 629, 12), (3108, 251, 108, 620, 13), (3109, 251, 127, 617, 14), (3110, 251, 144, 616, 15), (3111, 251, 156, 614, 16), (3112, 251, 167, 606, 17), (3113, 251, 168, 580, 19), (3114, 251, 159, 570, 20), (3115, 251, 138, 570, 21), (3116, 251, 122, 568, 22), (3117, 251, 115, 559, 23), (3118, 251, 108, 542, 24), (3119, 251, 93, 538, 25), (3120, 251, 82, 545, 26), (3121, 251, 77, 560, 27), (3122, 251, 65, 653, 7), (3123, 251, 72, 665, 8), (3124, 251, 87, 669, 9), (3125, 251, 97, 640, 11), (3126, 251, 97, 658, 10), (3127, 251, 171, 594, 18), (3128, 252, 187, 546, 0), (3129, 252, 190, 578, 1), (3130, 252, 188, 609, 2), (3131, 252, 182, 634, 3), (3132, 252, 171, 630, 4), (3133, 252, 165, 619, 5), (3134, 252, 156, 612, 6), (3135, 252, 157, 572, 8), (3136, 252, 164, 564, 9), (3137, 252, 174, 551, 10), (3138, 252, 154, 592, 7), (3141, 253, 165, 348, 1), (3142, 253, 154, 353, 2), (3143, 253, 150, 379, 3), (3144, 253, 155, 412, 4), (3145, 253, 164, 432, 5), (3146, 253, 169, 439, 6), (3147, 253, 179, 441, 7), (3148, 253, 189, 440, 8), (3149, 253, 191, 426, 9), (3150, 253, 189, 408, 10), (3151, 253, 186, 383, 11), (6572, 556, 62, 63, 0), (6571, 555, 69, 309, 5), (6570, 555, 70, 167, 4), (6569, 555, 67, 81, 3), (6568, 555, 64, 53, 2), (6567, 555, 59, 31, 1), (6566, 555, 52, 12, 0), (6565, 554, 73, 68, 1), (6564, 554, 66, 36, 0), (6563, 553, 77, 314, 6), (6562, 553, 78, 212, 5), (6561, 553, 73, 148, 4), (6560, 553, 65, 103, 3), (6559, 553, 58, 77, 2), (6558, 553, 49, 55, 1), (6557, 553, 41, 41, 0), (6556, 552, 81, 244, 5), (6555, 552, 73, 210, 4), (6554, 552, 68, 174, 3), (6553, 552, 65, 136, 2), (6552, 552, 62, 106, 1), (6551, 552, 61, 76, 0), (6550, 551, 63, 53, 1), (6549, 551, 67, 36, 0), (6548, 550, 72, 311, 6), (6547, 550, 52, 257, 5), (6546, 550, 42, 218, 4), (6600, 561, 66, 628, 5), (6599, 561, 68, 612, 4), (6598, 561, 71, 578, 3), (6597, 561, 73, 533, 2), (6596, 561, 73, 456, 1), (6595, 561, 72, 388, 0), (6594, 560, 60, 695, 5), (6593, 560, 65, 670, 4), (6592, 560, 68, 641, 3), (6591, 560, 71, 583, 2), (6590, 560, 72, 485, 1), (6589, 560, 72, 405, 0), (6588, 559, 66, 617, 4), (6587, 559, 66, 594, 3), (6586, 559, 68, 525, 2), (6585, 559, 69, 454, 1), (6584, 559, 69, 399, 0), (6583, 558, 70, 618, 3), (6582, 558, 71, 557, 2), (6581, 558, 73, 492, 1), (6580, 558, 73, 400, 0), (6579, 557, 73, 280, 2), (6578, 557, 73, 178, 1), (6577, 557, 72, 27, 0), (6576, 556, 71, 309, 4), (6575, 556, 72, 226, 3), (6574, 556, 70, 113, 2), (6573, 556, 66, 81, 1), (6622, 564, 68, 390, 6), (6621, 564, 62, 432, 5), (6620, 564, 56, 484, 4), (6619, 564, 53, 537, 3), (6618, 564, 52, 586, 2), (6617, 564, 48, 627, 1), (6616, 564, 43, 652, 0), (6615, 563, 135, 387, 6), (6614, 563, 141, 416, 5), (6613, 563, 149, 481, 4), (6612, 563, 152, 536, 3), (6611, 563, 146, 587, 2), (6610, 563, 136, 634, 1), (6609, 563, 130, 654, 0), (6608, 562, 56, 643, 6), (6607, 562, 63, 623, 5), (6606, 562, 69, 600, 4), (6605, 562, 73, 565, 3), (6604, 562, 74, 532, 2), (6603, 562, 73, 470, 1), (6602, 562, 70, 389, 0), (6601, 561, 61, 645, 6), (6646, 568, 68, 575, 2), (6645, 568, 62, 598, 1), (6644, 568, 52, 619, 0), (6643, 567, 137, 385, 7), (6642, 567, 138, 446, 6), (6641, 567, 133, 498, 5), (6640, 567, 129, 533, 4), (6639, 567, 120, 567, 3), (6638, 567, 106, 595, 2), (6637, 567, 87, 618, 1), (6636, 567, 70, 629, 0), (6635, 566, 61, 380, 5), (6634, 566, 59, 449, 4), (6633, 566, 56, 521, 3), (6632, 566, 52, 587, 2), (6631, 566, 47, 628, 1), (6630, 566, 44, 651, 0), (6629, 565, 141, 380, 6), (6628, 565, 141, 411, 5), (6627, 565, 137, 466, 4), (6626, 565, 130, 524, 3), (6625, 565, 122, 583, 2), (6624, 565, 115, 628, 1), (6623, 565, 109, 651, 0), (6692, 572, 71, 227, 1), (6664, 569, 54, 385, 13), (6663, 569, 57, 429, 12), (6662, 569, 60, 472, 11), (6661, 569, 74, 471, 10), (6660, 569, 79, 425, 9), (6659, 569, 85, 398, 8), (6658, 569, 117, 397, 7), (6657, 569, 123, 426, 6), (6656, 569, 129, 473, 5), (6655, 569, 142, 473, 4), (6654, 569, 145, 436, 3), (6653, 569, 144, 385, 2), (6652, 569, 137, 313, 1), (6651, 569, 63, 314, 0), (6650, 568, 73, 386, 6), (6649, 568, 74, 437, 5), (6648, 568, 73, 506, 4), (6701, 572, 66, 400, 10), (6700, 572, 130, 404, 9), (6699, 572, 142, 320, 8), (6698, 572, 157, 233, 7), (6697, 572, 121, 231, 6), (6696, 572, 111, 278, 5), (6695, 572, 98, 290, 4), (6694, 572, 85, 284, 3), (6693, 572, 78, 261, 2), (6691, 572, 39, 231, 0), (6690, 571, 51, 317, 11), (6689, 571, 58, 403, 10), (6688, 571, 134, 403, 9), (6687, 571, 138, 318, 8), (6686, 571, 135, 241, 7), (6685, 571, 107, 242, 6), (6684, 571, 104, 271, 5), (6683, 571, 95, 291, 4), (6682, 571, 79, 291, 3), (6681, 571, 69, 267, 2), (6680, 571, 62, 242, 1), (6679, 571, 32, 245, 0), (6647, 568, 71, 546, 3), (6724, 575, 58, 318, 5), (6723, 575, 63, 400, 4), (6722, 575, 88, 400, 3), (6721, 575, 96, 317, 2), (6720, 575, 95, 244, 1), (6719, 575, 63, 245, 0), (6718, 574, 55, 316, 5), (6717, 574, 63, 391, 4), (6716, 574, 85, 390, 3), (6715, 574, 91, 314, 2), (6714, 574, 91, 250, 1), (6713, 574, 57, 251, 0), (6712, 573, 63, 322, 10), (6711, 573, 80, 405, 9), (6710, 573, 140, 406, 8), (6709, 573, 149, 321, 7), (6708, 573, 140, 228, 6), (6707, 573, 110, 229, 5), (6706, 573, 110, 269, 4), (6705, 573, 93, 273, 2), (6704, 573, 85, 232, 1), (6703, 573, 56, 234, 0), (6702, 572, 52, 319, 11), (6742, 578, 52, 288, 5), (6741, 578, 59, 369, 4), (6740, 578, 90, 368, 3), (6739, 578, 95, 287, 2), (6738, 578, 87, 216, 1), (6737, 578, 60, 217, 0), (6736, 577, 52, 310, 5), (6735, 577, 57, 378, 4), (6734, 577, 85, 378, 3), (6733, 577, 89, 315, 2), (6732, 577, 85, 257, 1), (6731, 577, 57, 257, 0), (6730, 576, 50, 314, 5), (6729, 576, 57, 387, 4), (6728, 576, 86, 387, 3), (6727, 576, 92, 315, 2), (6726, 576, 86, 242, 1), (6725, 576, 56, 242, 0), (6758, 581, 89, 330, 3), (6757, 581, 93, 398, 2), (6756, 581, 88, 467, 1), (6755, 581, 58, 466, 0), (6754, 580, 54, 389, 5), (6753, 580, 60, 332, 4), (6752, 580, 83, 332, 3), (6751, 580, 88, 388, 2), (6750, 580, 81, 446, 1), (6749, 580, 59, 446, 0), (6748, 579, 58, 391, 5), (6747, 579, 63, 328, 4), (6746, 579, 88, 328, 3), (6745, 579, 91, 393, 2), (6744, 579, 82, 454, 1), (6743, 579, 62, 454, 0), (6804, 586, 86, 430, 2), (6803, 586, 81, 464, 1), (6802, 586, 54, 464, 0), (6801, 585, 41, 431, 14), (6800, 585, 44, 380, 13), (6799, 585, 61, 295, 12), (6798, 585, 140, 295, 11), (6797, 585, 152, 380, 10), (6796, 585, 154, 425, 9), (6795, 585, 151, 475, 8), (6794, 585, 120, 474, 7), (6793, 585, 118, 444, 6), (6792, 585, 112, 416, 5), (6790, 585, 83, 414, 3), (6789, 585, 74, 441, 2), (6788, 585, 70, 477, 1), (6787, 585, 41, 477, 0), (6786, 584, 47, 386, 13), (6785, 584, 66, 299, 12), (6784, 584, 150, 300, 11), (6783, 584, 159, 380, 10), (6782, 584, 163, 434, 9), (6781, 584, 164, 480, 8), (6780, 584, 132, 479, 7), (6779, 584, 126, 440, 6), (6778, 584, 118, 415, 5), (6777, 584, 102, 407, 4), (6776, 584, 85, 416, 3), (6775, 584, 76, 441, 2), (6774, 584, 67, 482, 1), (6773, 584, 41, 482, 0), (6772, 583, 51, 384, 5), (6771, 583, 59, 313, 4), (6770, 583, 87, 313, 3), (6769, 583, 91, 384, 2), (6768, 583, 85, 453, 1), (6767, 583, 59, 454, 0), (6766, 582, 55, 383, 5), (6765, 582, 59, 321, 4), (6764, 582, 87, 322, 3), (6763, 582, 91, 384, 2), (6762, 582, 86, 443, 1), (6761, 582, 59, 443, 0), (6760, 581, 56, 399, 5), (6759, 581, 61, 330, 4), (6829, 589, 40, 613, 10), (6828, 589, 42, 627, 9), (6827, 589, 58, 647, 7), (6826, 589, 74, 651, 6), (6825, 589, 87, 647, 5), (6824, 589, 104, 628, 3), (6823, 589, 107, 613, 2), (6822, 589, 107, 377, 1), (6821, 589, 40, 377, 0), (6820, 588, 111, 275, 1), (6819, 588, 31, 665, 0), (6818, 587, 111, 665, 1), (6817, 587, 31, 275, 0), (6816, 541, 74, 97, 10), (6815, 586, 54, 428, 13), (6814, 586, 55, 385, 12), (6813, 586, 68, 311, 11), (6812, 586, 142, 309, 10), (6811, 586, 151, 381, 9), (6810, 586, 151, 419, 8), (6809, 586, 148, 465, 7), (6808, 586, 121, 466, 6), (6807, 586, 116, 426, 5), (6806, 586, 109, 411, 4), (6805, 586, 94, 410, 3), (6851, 514, 30, 541, 7), (6850, 514, 35, 551, 6), (6849, 514, 36, 568, 5), (6848, 514, 33, 587, 4), (6847, 514, 21, 596, 3), (6846, 514, 21, 585, 2), (6845, 514, 20, 557, 1), (6844, 514, 21, 536, 0), (6843, 573, 103, 281, 3), (6842, 590, 74, 614, 10), (6841, 590, 65, 610, 9), (6840, 590, 62, 601, 8), (6839, 590, 62, 544, 7), (6838, 590, 65, 535, 6), (6837, 590, 74, 532, 5), (6836, 590, 83, 535, 4), (6835, 590, 86, 544, 3), (6834, 590, 86, 601, 2), (6833, 590, 83, 610, 1), (6832, 590, 74, 614, 0), (6831, 589, 98, 639, 4), (6830, 589, 48, 639, 8), (6897, 592, 48, 91, 4), (6896, 592, 56, 76, 3), (6895, 592, 72, 70, 2), (6894, 592, 91, 74, 1), (6893, 592, 101, 82, 0), (6892, 591, 45, 631, 12), (6891, 591, 61, 644, 11), (6890, 591, 83, 645, 10), (6889, 591, 96, 634, 9), (6888, 591, 103, 617, 8), (6887, 591, 100, 593, 7), (6886, 591, 81, 585, 6), (6885, 591, 56, 580, 5), (6884, 591, 44, 562, 4), (6883, 591, 46, 540, 3), (6882, 591, 65, 528, 2), (6881, 591, 87, 528, 1), (6880, 591, 99, 539, 0), (6879, 509, 53, 542, 12), (6878, 509, 32, 542, 11), (6877, 509, 29, 563, 10), (6876, 509, 35, 585, 9), (6875, 509, 60, 582, 8), (6874, 509, 77, 584, 7), (6873, 509, 96, 584, 6), (6872, 509, 107, 582, 5), (6871, 509, 109, 561, 4), (6870, 509, 109, 544, 3), (6869, 509, 97, 543, 2), (6868, 509, 83, 548, 1), (6867, 509, 67, 547, 0), (6866, 511, 88, 622, 6), (6865, 511, 84, 635, 5), (6864, 511, 65, 641, 4), (6863, 511, 51, 631, 3); insert into graphicpoint values (6862, 511, 50, 616, 2), (6861, 511, 64, 609, 1), (6860, 511, 81, 609, 0), (6859, 512, 111, 539, 7), (6858, 512, 104, 559, 6), (6857, 512, 105, 573, 5), (6856, 512, 109, 589, 4), (6855, 512, 117, 592, 3), (6854, 512, 118, 574, 2), (6853, 512, 120, 558, 1), (6852, 512, 122, 539, 0), (6939, 594, 113, 477, 9), (6938, 594, 121, 470, 8), (6937, 594, 122, 454, 7), (6936, 594, 120, 437, 6), (6935, 594, 115, 394, 5), (6934, 594, 108, 361, 4), (6933, 594, 103, 340, 3), (6932, 594, 97, 318, 2), (6931, 594, 86, 312, 1), (6930, 594, 71, 309, 0), (6929, 593, 53, 312, 23), (6928, 593, 39, 321, 22), (6927, 593, 30, 338, 21), (6926, 593, 24, 358, 20), (6925, 593, 16, 390, 19), (6924, 593, 9, 417, 18), (6923, 593, 8, 430, 17), (6922, 593, 16, 444, 16), (6921, 593, 23, 451, 15), (6920, 593, 36, 462, 14), (6919, 593, 54, 474, 13), (6918, 593, 69, 481, 12), (6917, 593, 80, 480, 11), (6916, 593, 96, 471, 10), (6915, 593, 119, 456, 9), (6914, 593, 130, 447, 8), (6913, 593, 132, 432, 7), (6912, 593, 130, 417, 6), (6911, 593, 126, 393, 5), (6910, 593, 119, 366, 4), (6909, 593, 113, 343, 3), (7014, 598, 17, 266, 11), (6908, 593, 105, 322, 2), (6907, 593, 91, 314, 1), (6906, 593, 72, 309, 0), (6905, 592, 50, 173, 12), (6904, 592, 69, 184, 11), (6903, 592, 93, 181, 10), (6902, 592, 103, 166, 9), (6901, 592, 105, 145, 8), (6900, 592, 90, 128, 7), (6899, 592, 70, 125, 6), (6898, 592, 53, 117, 5), (6791, 585, 97, 407, 4), (3533, 214, 50, 358, 2), (6980, 596, 76, 400, 9), (6979, 596, 89, 397, 8), (6978, 596, 97, 385, 7), (6977, 596, 105, 363, 6), (6976, 596, 109, 345, 5), (6975, 596, 115, 306, 4), (6974, 596, 119, 264, 3), (6973, 596, 119, 241, 2), (6972, 596, 116, 235, 1), (6971, 596, 34, 235, 0), (6970, 595, 52, 286, 19), (6969, 595, 36, 302, 18), (6968, 595, 29, 324, 17), (6967, 595, 20, 352, 16), (6966, 595, 12, 386, 15), (6965, 595, 9, 408, 14), (6964, 595, 5, 437, 13), (6963, 595, 4, 458, 12), (6962, 595, 11, 473, 11), (6961, 595, 20, 478, 10), (6960, 595, 42, 480, 9), (6959, 595, 130, 479, 8), (6958, 595, 136, 470, 7), (6957, 595, 136, 431, 6), (6956, 595, 134, 403, 5), (6955, 595, 127, 361, 4), (6954, 595, 117, 321, 3), (6953, 595, 108, 296, 2), (6952, 595, 91, 284, 1), (6951, 595, 72, 279, 0), (6950, 594, 51, 311, 20), (6949, 594, 40, 324, 19), (6948, 594, 34, 342, 18), (6947, 594, 27, 369, 17), (6946, 594, 20, 394, 16), (6945, 594, 13, 427, 15), (6944, 594, 12, 444, 14), (6943, 594, 13, 462, 13), (6942, 594, 20, 469, 12), (6941, 594, 30, 475, 11), (6940, 594, 47, 478, 10), (7013, 598, 45, 253, 10), (7012, 598, 70, 236, 9), (6998, 597, 51, 387, 11), (6997, 597, 63, 398, 10), (6996, 597, 77, 398, 9), (6995, 597, 86, 394, 8), (6994, 597, 91, 385, 7), (6993, 597, 102, 362, 6), (6992, 597, 108, 328, 5), (6991, 597, 112, 296, 4), (7011, 598, 82, 235, 8), (6990, 597, 116, 243, 3), (7010, 598, 103, 242, 7), (7009, 598, 125, 253, 6), (7008, 598, 129, 266, 5), (7007, 598, 128, 293, 4), (6989, 597, 112, 237, 2), (6988, 597, 80, 237, 1), (6987, 597, 31, 240, 0), (6986, 596, 29, 243, 15), (6985, 596, 31, 302, 14), (6984, 596, 38, 343, 13), (6983, 596, 45, 364, 12), (6982, 596, 53, 384, 11), (6981, 596, 62, 396, 10), (7006, 598, 120, 338, 3), (7005, 598, 113, 380, 2), (7004, 598, 104, 394, 1), (7003, 598, 89, 402, 0), (7002, 597, 25, 249, 15), (7001, 597, 29, 307, 14), (7000, 597, 34, 343, 13), (6999, 597, 40, 366, 12), (7043, 599, 80, 478, 21), (7042, 599, 63, 482, 20), (7041, 599, 45, 475, 19), (7040, 599, 34, 464, 18), (7039, 599, 13, 442, 17), (7038, 599, 8, 430, 16), (7037, 599, 8, 415, 15), (7036, 599, 18, 383, 14), (7035, 599, 28, 352, 13), (7034, 599, 34, 328, 12), (7033, 599, 56, 317, 11), (7032, 599, 78, 314, 10), (7031, 599, 106, 320, 9), (7030, 599, 119, 328, 8), (7029, 599, 124, 353, 7), (7028, 599, 130, 382, 6), (7061, 600, 45, 320, 17), (7060, 600, 29, 334, 16), (7059, 600, 14, 384, 15), (7058, 600, 6, 427, 14), (7057, 600, 13, 450, 13), (7056, 600, 34, 467, 12), (7055, 600, 54, 481, 11), (7054, 600, 78, 480, 10), (7053, 600, 99, 470, 9), (7052, 600, 122, 460, 8), (7051, 600, 136, 447, 7), (7050, 600, 138, 418, 6), (7049, 600, 135, 396, 5), (7048, 600, 128, 367, 4), (7047, 600, 120, 336, 3), (7046, 600, 111, 323, 2), (7045, 600, 94, 316, 1), (7044, 600, 71, 311, 0), (7027, 599, 135, 410, 5), (7026, 599, 137, 428, 4), (7025, 599, 133, 445, 3), (7024, 599, 121, 456, 2), (7023, 599, 108, 463, 1), (7022, 599, 91, 474, 0), (7021, 598, 72, 406, 18), (7020, 598, 53, 399, 17), (7019, 598, 37, 384, 16), (7018, 598, 26, 355, 15), (7017, 598, 17, 329, 14), (7016, 598, 9, 306, 13), (7015, 598, 9, 286, 12), (6541, 549, 123, 317, 7), (6540, 549, 122, 239, 6), (6493, 542, 68, 58, 6), (6539, 549, 119, 191, 5), (6538, 549, 113, 156, 4), (6537, 549, 102, 120, 3), (6536, 549, 90, 90, 2), (6535, 549, 78, 71, 1), (6534, 549, 61, 55, 0), (6533, 548, 69, 92, 1), (6492, 542, 73, 86, 5), (6491, 542, 75, 104, 4), (6490, 542, 77, 129, 3), (6489, 542, 78, 160, 2), (6488, 542, 75, 231, 1), (6487, 542, 73, 313, 0), (6486, 541, 66, 100, 9), (6485, 541, 62, 109, 8), (6484, 541, 62, 164, 7), (6483, 541, 66, 173, 6), (6482, 541, 74, 176, 5), (6481, 541, 82, 173, 4), (6480, 541, 86, 165, 3), (6479, 541, 86, 108, 2), (6478, 541, 82, 100, 1), (6477, 541, 74, 97, 0), (6476, 540, 99, 71, 4), (6475, 540, 40, 96, 10), (6474, 540, 42, 84, 9), (6473, 540, 49, 70, 8), (6472, 540, 60, 62, 7), (6471, 540, 74, 59, 6), (6470, 540, 89, 62, 5), (6469, 540, 105, 82, 3), (6468, 540, 107, 95, 2), (6467, 540, 107, 331, 1), (6466, 540, 40, 331, 0), (4049, 312, 43, 480, 0), (4050, 312, 73, 481, 1), (4051, 312, 99, 480, 2), (4052, 312, 99, 458, 3), (4053, 312, 99, 432, 4), (4054, 312, 97, 401, 5), (4055, 312, 85, 386, 6), (4056, 312, 63, 387, 7), (4057, 312, 49, 397, 8), (4058, 312, 42, 425, 9), (4059, 312, 41, 454, 10), (4060, 313, 70, 353, 0), (4061, 313, 89, 353, 1), (4062, 313, 100, 364, 2), (4063, 313, 100, 381, 3), (4064, 313, 90, 388, 4), (4065, 313, 73, 390, 5), (4066, 313, 55, 386, 6), (4067, 313, 49, 369, 7), (4068, 313, 55, 357, 8), (4069, 314, 68, 562, 0), (4070, 314, 91, 571, 1), (4071, 314, 94, 592, 2), (4072, 314, 87, 618, 3), (4073, 314, 68, 623, 4), (4074, 314, 49, 614, 5), (4075, 314, 43, 590, 6), (4076, 314, 48, 569, 7), (4077, 315, 119, 362, 0), (4078, 315, 106, 365, 1), (4079, 315, 93, 370, 2), (4080, 315, 83, 379, 3), (4081, 315, 79, 396, 4), (4082, 315, 78, 416, 5), (4083, 315, 84, 431, 6), (4084, 315, 94, 440, 7), (4085, 315, 108, 443, 8), (4086, 315, 130, 446, 9), (4087, 315, 129, 422, 10), (4088, 315, 127, 402, 11), (4089, 315, 123, 379, 12), (4090, 316, 44, 492, 0), (4091, 316, 60, 491, 1), (4092, 316, 100, 491, 2), (4093, 316, 99, 509, 3), (4094, 316, 99, 531, 4), (4095, 316, 99, 549, 5), (4096, 316, 98, 567, 6), (4097, 316, 92, 582, 7), (4098, 316, 81, 591, 8), (4099, 316, 69, 593, 9), (4100, 316, 54, 591, 10), (4101, 316, 47, 582, 11), (4102, 316, 43, 560, 12), (4103, 316, 41, 532, 13), (4104, 316, 42, 512, 14), (4105, 317, 130, 432, 0), (4106, 317, 121, 439, 1), (4107, 317, 112, 455, 2), (4108, 317, 102, 465, 3), (4109, 317, 91, 469, 4), (4110, 317, 86, 480, 5), (4111, 317, 120, 480, 6), (4112, 317, 131, 472, 7), (4113, 317, 131, 452, 8), (4114, 318, 85, 492, 0), (4115, 318, 87, 502, 1), (4116, 318, 99, 505, 2), (4117, 318, 111, 512, 3), (4118, 318, 118, 524, 4), (4119, 318, 130, 532, 5), (4120, 318, 131, 502, 6), (4121, 318, 120, 492, 7), (4122, 319, 130, 528, 0), (4123, 319, 113, 530, 1), (4124, 319, 99, 532, 2), (4125, 319, 88, 539, 3), (4126, 319, 80, 551, 4), (4127, 319, 78, 566, 5), (4128, 319, 78, 582, 6), (4129, 319, 81, 601, 7), (4130, 319, 88, 614, 8), (4131, 319, 100, 623, 9), (4132, 319, 108, 627, 10), (4133, 319, 115, 609, 11), (4134, 319, 122, 585, 12), (4135, 319, 127, 555, 13), (4136, 320, 92, 480, 0), (4137, 320, 82, 461, 1), (4138, 320, 65, 440, 2), (4139, 320, 49, 420, 3), (4140, 320, 33, 403, 4), (4141, 320, 20, 388, 5), (4142, 320, 14, 408, 6), (4143, 320, 7, 437, 7), (4144, 320, 7, 458, 8), (4145, 320, 11, 473, 9), (4146, 320, 20, 477, 10), (4147, 320, 44, 480, 11), (4148, 321, 29, 358, 0), (4149, 321, 43, 361, 1), (4150, 321, 58, 372, 2), (4151, 321, 66, 386, 3), (4152, 321, 64, 404, 4), (4153, 321, 59, 426, 5), (4154, 321, 51, 436, 6), (4155, 321, 37, 443, 7), (4156, 321, 22, 448, 8), (4157, 321, 8, 446, 9), (4158, 321, 7, 436, 10), (4159, 321, 14, 407, 11), (4160, 321, 22, 379, 12), (4161, 322, 8, 525, 0), (4162, 322, 20, 525, 1), (4163, 322, 36, 530, 2), (4164, 322, 50, 537, 3), (4165, 322, 60, 551, 4), (4166, 322, 66, 570, 5), (4167, 322, 64, 595, 6), (4168, 322, 57, 609, 7), (4169, 322, 44, 620, 8), (4170, 322, 29, 627, 9), (4171, 322, 21, 597, 10), (4172, 322, 13, 565, 11), (4173, 322, 9, 552, 12), (4174, 322, 7, 532, 13), (4175, 248, 104, 370, 1), (4176, 228, 62, 657, 1), (4177, 323, 94, 542, 0), (4178, 323, 107, 542, 1), (4179, 323, 116, 551, 2), (4180, 323, 121, 567, 3), (4181, 323, 135, 574, 4), (4182, 323, 152, 575, 5), (4183, 323, 171, 577, 6), (4184, 323, 177, 591, 7), (4185, 323, 174, 606, 8), (4186, 323, 163, 612, 9), (4187, 323, 152, 612, 10), (4188, 323, 135, 614, 11), (4189, 323, 127, 623, 12), (4190, 323, 123, 638, 13), (4191, 323, 113, 642, 14), (4192, 323, 99, 638, 15), (4193, 323, 96, 627, 16), (4194, 323, 92, 611, 17), (4195, 323, 81, 607, 18), (4196, 323, 69, 606, 19), (4197, 323, 51, 602, 20), (4198, 323, 42, 598, 21), (4199, 323, 37, 586, 22), (4200, 323, 41, 569, 23), (4201, 323, 55, 567, 24), (4202, 323, 68, 566, 25), (4203, 323, 81, 565, 26), (4204, 323, 86, 552, 27), (4205, 324, 31, 542, 0), (4206, 324, 24, 565, 1), (4207, 324, 22, 595, 2), (4208, 324, 27, 624, 3), (4209, 324, 37, 620, 4), (4210, 324, 42, 607, 5), (4211, 324, 48, 601, 6), (4212, 324, 52, 584, 7), (4213, 324, 52, 567, 8), (4214, 324, 46, 560, 9), (4215, 324, 42, 550, 10), (4216, 325, 35, 355, 0), (4217, 325, 30, 371, 1), (4218, 325, 26, 395, 2), (4219, 325, 23, 419, 3), (4220, 325, 25, 438, 4), (4221, 325, 40, 436, 5), (4222, 325, 46, 422, 6), (4223, 325, 54, 373, 8), (4224, 325, 52, 358, 9), (4225, 325, 52, 397, 7), (4226, 326, 194, 547, 0), (4227, 326, 197, 567, 1), (4228, 326, 195, 603, 2), (4229, 326, 189, 627, 3), (4230, 326, 179, 624, 4), (4231, 326, 174, 614, 5), (4232, 326, 166, 611, 6), (4233, 326, 164, 595, 7), (4234, 326, 167, 577, 8), (4235, 326, 177, 569, 9), (4236, 326, 183, 551, 10), (4237, 327, 182, 359, 0), (4238, 327, 188, 378, 1), (4239, 327, 196, 415, 2), (4240, 327, 195, 440, 3), (4241, 327, 179, 437, 4), (4242, 327, 174, 429, 5), (4243, 327, 167, 400, 6), (4244, 327, 165, 373, 7), (4245, 327, 166, 361, 8), (4246, 328, 110, 362, 0), (4247, 328, 94, 364, 1), (4248, 328, 83, 373, 2), (4249, 328, 78, 394, 3), (4250, 328, 76, 413, 4), (4251, 328, 83, 428, 5), (4252, 328, 94, 433, 6), (4253, 328, 112, 437, 7), (4254, 328, 127, 433, 8), (4255, 328, 139, 419, 9), (4256, 328, 141, 397, 10), (4257, 328, 139, 379, 11), (4258, 328, 126, 365, 12), (4259, 329, 107, 649, 0), (4260, 329, 88, 655, 1), (4261, 329, 79, 671, 2), (4262, 329, 80, 687, 3), (4263, 329, 89, 698, 4), (4264, 329, 102, 704, 5), (4265, 329, 121, 703, 6), (4266, 329, 136, 696, 7), (4267, 329, 143, 680, 8), (4268, 329, 142, 664, 9), (4269, 329, 130, 651, 10), (4270, 254, 107, 662, 0), (4271, 254, 120, 667, 1), (4272, 254, 123, 681, 2), (4273, 254, 124, 694, 3), (4274, 254, 117, 703, 4), (4275, 254, 96, 705, 5), (4276, 254, 78, 703, 6), (4277, 254, 66, 698, 7), (4278, 254, 63, 688, 8), (4279, 254, 66, 671, 9), (4280, 254, 76, 661, 10), (4281, 254, 92, 659, 11), (4282, 330, 43, 441, 0), (4283, 330, 93, 441, 3), (4284, 330, 87, 364, 6), (4285, 330, 51, 363, 8), (4286, 330, 94, 430, 4), (4287, 330, 90, 374, 5), (4289, 330, 70, 360, 7), (4290, 330, 47, 374, 9), (4291, 330, 41, 430, 10), (4292, 330, 53, 444, 1), (4293, 330, 83, 444, 2), (4294, 331, 43, 440, 0), (4295, 331, 54, 437, 1), (4296, 331, 84, 436, 2), (4297, 331, 92, 439, 3), (4298, 331, 119, 472, 6), (4299, 331, 113, 477, 7), (4300, 331, 49, 477, 8), (4301, 331, 30, 474, 9), (4302, 331, 20, 469, 10), (4303, 331, 15, 464, 11), (4304, 331, 20, 455, 12), (4305, 331, 99, 445, 4), (4306, 331, 116, 464, 5), (4307, 331, 36, 443, 13), (4308, 332, 36, 499, 0), (4309, 332, 56, 495, 1), (4310, 332, 94, 495, 2), (4311, 332, 116, 500, 3), (4312, 332, 118, 504, 4), (4313, 332, 89, 532, 6), (4314, 332, 42, 533, 9), (4315, 332, 16, 512, 11), (4316, 332, 21, 506, 12), (4317, 333, 41, 533, 0), (4318, 333, 50, 530, 1), (4319, 333, 82, 530, 2), (4320, 333, 90, 532, 3), (4321, 333, 89, 545, 4), (4322, 333, 79, 607, 5), (4323, 333, 76, 615, 6), (4324, 333, 63, 617, 7), (4325, 333, 47, 616, 8), (4326, 333, 45, 608, 9), (4327, 333, 39, 545, 10), (4328, 332, 35, 530, 10), (4329, 332, 82, 534, 7), (4330, 332, 49, 534, 8), (4331, 332, 95, 527, 5), (4332, 334, 108, 361, 0), (4333, 334, 116, 396, 1), (4334, 334, 121, 447, 2), (4335, 334, 121, 469, 3), (4336, 334, 119, 471, 4), (4337, 334, 112, 464, 5), (4338, 334, 96, 446, 6), (4339, 334, 93, 440, 7), (4340, 334, 90, 428, 8), (4341, 334, 86, 377, 9), (4342, 334, 87, 365, 10), (4343, 334, 94, 363, 11), (4344, 335, 119, 504, 0), (4345, 335, 120, 510, 1), (4346, 335, 116, 540, 2), (4347, 335, 111, 574, 3), (4348, 335, 100, 618, 4), (4349, 335, 83, 618, 5), (4350, 335, 76, 615, 6), (4351, 335, 77, 604, 7), (4352, 335, 85, 545, 8), (4353, 335, 90, 531, 9), (4354, 335, 102, 516, 10), (4355, 336, 29, 359, 0), (4356, 336, 21, 387, 1), (4357, 336, 15, 416, 2), (4358, 336, 13, 433, 3), (4359, 336, 12, 450, 4), (4360, 336, 13, 461, 5), (4361, 336, 15, 463, 6), (4362, 336, 30, 452, 7), (4363, 336, 43, 440, 8), (4364, 336, 45, 428, 9), (4365, 336, 51, 374, 10), (4366, 336, 51, 363, 11), (4367, 336, 44, 360, 12), (4368, 337, 16, 511, 0), (4369, 337, 13, 519, 1), (4370, 337, 11, 537, 2), (4371, 337, 17, 579, 3), (4372, 337, 24, 618, 4), (4373, 337, 40, 618, 5), (4374, 337, 47, 616, 6), (4375, 337, 48, 608, 7), (4376, 337, 43, 542, 8), (4377, 337, 41, 533, 9), (4378, 337, 34, 526, 10), (4379, 222, 32, 447, 5), (4380, 222, 40, 440, 6), (4381, 222, 48, 386, 8), (4382, 223, 4, 531, 8), (4383, 223, 7, 514, 9), (4384, 223, 13, 503, 10), (4385, 223, 41, 530, 12), (4386, 223, 36, 524, 11), (4387, 220, 11, 473, 9), (4388, 220, 8, 465, 10), (4389, 220, 33, 445, 11), (4390, 220, 106, 448, 3), (4391, 220, 135, 471, 4), (4392, 220, 90, 441, 1), (4393, 221, 13, 503, 11), (4394, 221, 34, 526, 12), (4395, 221, 133, 498, 5), (4396, 221, 53, 531, 1), (4397, 221, 96, 531, 2), (4398, 219, 99, 442, 10), (4399, 219, 39, 431, 6), (4400, 219, 89, 373, 2), (4401, 216, 100, 442, 5), (4402, 216, 97, 432, 6), (4403, 216, 99, 387, 7), (4404, 217, 96, 617, 5), (4405, 217, 94, 605, 6), (4406, 217, 103, 528, 8), (4407, 217, 111, 520, 9), (4408, 217, 133, 498, 10), (4409, 217, 135, 503, 11), (4410, 218, 38, 542, 2), (4411, 218, 88, 620, 6), (4412, 218, 104, 538, 9), (4413, 218, 103, 527, 10), (4414, 223, 43, 620, 3), (4415, 214, 60, 356, 3), (4416, 214, 88, 356, 4), (4417, 208, 34, 429, 10), (4418, 338, 57, 189, 0), (4419, 338, 96, 189, 3), (4420, 338, 90, 115, 6), (4421, 338, 62, 115, 8), (4422, 338, 58, 128, 9), (4423, 338, 55, 175, 10), (4424, 338, 67, 191, 1), (4425, 338, 87, 191, 2), (4426, 338, 97, 178, 4), (4427, 338, 93, 127, 5), (4428, 338, 76, 113, 7), (4429, 339, 57, 189, 0), (4430, 339, 65, 188, 1), (4431, 339, 87, 188, 2), (4432, 339, 96, 189, 3), (4433, 339, 104, 196, 4), (4434, 339, 117, 214, 5), (4435, 339, 116, 218, 6), (4436, 339, 36, 219, 7), (4437, 339, 30, 212, 8), (4438, 339, 51, 193, 9), (4439, 340, 35, 236, 0), (4440, 340, 115, 235, 1), (4441, 340, 118, 242, 2), (4442, 340, 98, 265, 4), (4443, 340, 55, 265, 7), (4444, 340, 47, 258, 8), (4445, 340, 32, 239, 9), (4446, 340, 105, 259, 3), (4447, 340, 88, 267, 5), (4448, 340, 65, 267, 6), (4449, 341, 55, 265, 0), (4450, 341, 64, 263, 1), (4451, 341, 89, 263, 2), (4452, 341, 98, 265, 3), (4453, 341, 99, 275, 4), (4454, 341, 93, 326, 5), (4455, 341, 90, 337, 6), (4456, 341, 82, 339, 7), (4457, 341, 64, 339, 8), (4458, 341, 57, 336, 9), (4459, 341, 55, 327, 10), (4460, 341, 53, 275, 11), (4461, 342, 118, 243, 0), (4462, 342, 119, 267, 1), (4463, 342, 116, 301, 2), (4464, 342, 112, 331, 3), (4465, 342, 110, 339, 4), (4466, 342, 95, 339, 5), (4467, 342, 90, 337, 6), (4468, 342, 90, 327, 7), (4469, 342, 95, 275, 8), (4470, 342, 98, 264, 9), (4471, 342, 104, 256, 10), (4472, 210, 95, 611, 8), (4473, 210, 59, 612, 9), (4474, 210, 64, 567, 2), (4475, 210, 88, 567, 3), (4476, 343, 72, 492, 0), (4477, 343, 90, 503, 1), (4478, 343, 108, 519, 2), (4479, 343, 117, 532, 3), (4480, 343, 116, 549, 4), (4481, 343, 110, 565, 5), (5392, 409, 70, 472, 0), (4483, 343, 100, 586, 6), (4484, 343, 89, 600, 7), (4485, 343, 64, 605, 8), (4486, 343, 50, 598, 9), (4487, 343, 23, 562, 11), (4488, 343, 20, 543, 12), (4489, 343, 27, 519, 13), (4490, 343, 56, 495, 15), (4491, 344, 110, 112, 0), (4492, 344, 115, 136, 1), (4493, 344, 117, 160, 2), (4494, 344, 119, 189, 3), (4495, 344, 120, 211, 4), (4496, 344, 118, 215, 5), (4497, 344, 101, 196, 6), (4498, 344, 95, 189, 7), (4499, 344, 94, 180, 8), (4500, 344, 90, 126, 9), (4501, 344, 89, 116, 10), (4502, 344, 96, 114, 11), (4503, 345, 32, 238, 0), (4504, 345, 51, 258, 1), (4505, 345, 55, 265, 2), (4506, 345, 56, 274, 3), (4507, 345, 58, 327, 4), (4508, 345, 57, 337, 5), (4509, 345, 50, 338, 6), (4510, 345, 38, 339, 7), (4511, 345, 31, 302, 8), (4512, 345, 29, 272, 9), (4513, 345, 29, 243, 10), (4514, 346, 29, 212, 0), (4515, 346, 53, 195, 1), (4516, 346, 57, 189, 2), (4517, 346, 58, 177, 3), (4518, 346, 61, 127, 4), (4519, 346, 62, 115, 5), (4520, 346, 55, 113, 6), (4521, 346, 40, 112, 7), (4522, 346, 33, 147, 8), (4523, 346, 29, 175, 9), (4524, 347, 56, 122, 0), (4525, 347, 73, 118, 1), (4535, 347, 60, 195, 7), (4527, 347, 90, 123, 2), (4528, 347, 92, 134, 3), (4529, 347, 95, 180, 4), (4530, 347, 94, 193, 5), (4531, 347, 86, 196, 6), (4532, 347, 50, 193, 8), (4533, 347, 48, 182, 9), (4534, 347, 52, 135, 10), (4536, 348, 51, 264, 0), (4537, 348, 59, 262, 1), (4538, 348, 84, 261, 2), (4539, 348, 92, 263, 3), (4540, 348, 94, 275, 4), (4541, 348, 90, 328, 5), (4542, 348, 86, 339, 6), (4543, 348, 71, 344, 7), (4544, 348, 55, 341, 8), (4545, 348, 52, 330, 9), (4546, 348, 49, 277, 10), (4547, 349, 91, 263, 0), (4548, 349, 89, 273, 1), (4549, 349, 86, 327, 2), (4550, 349, 87, 340, 3), (4551, 349, 95, 342, 4), (4552, 349, 105, 343, 5), (4553, 349, 109, 319, 6), (4554, 349, 112, 288, 7), (4555, 349, 115, 261, 8), (4556, 349, 116, 242, 9), (4557, 349, 113, 238, 10), (4558, 349, 98, 253, 11), (4559, 350, 93, 193, 0), (4560, 350, 91, 184, 1), (4561, 350, 89, 131, 2), (4562, 350, 90, 123, 3), (4563, 350, 98, 121, 4), (4564, 350, 111, 119, 5), (4565, 350, 114, 146, 6), (4566, 350, 116, 166, 7), (4567, 350, 117, 194, 8), (4568, 350, 117, 216, 9), (4569, 350, 114, 219, 10), (4570, 350, 98, 202, 11), (4571, 351, 52, 263, 0), (4572, 351, 53, 274, 1), (4573, 351, 55, 328, 2), (4574, 351, 55, 340, 3), (4575, 351, 47, 342, 4), (4576, 351, 34, 343, 5), (4577, 351, 31, 327, 6), (4578, 351, 28, 294, 7), (4579, 351, 25, 250, 8), (4580, 351, 28, 243, 9), (4581, 351, 46, 256, 10), (4582, 352, 50, 191, 0), (4583, 352, 51, 182, 1), (4584, 352, 55, 131, 2), (4585, 352, 56, 122, 3), (4586, 352, 47, 118, 4), (4587, 352, 36, 115, 5), (4588, 352, 30, 149, 6), (4589, 352, 26, 188, 7), (4590, 352, 25, 207, 8), (4591, 352, 27, 211, 9), (4592, 352, 44, 200, 10), (4593, 353, 91, 263, 0), (4594, 353, 99, 255, 1), (4595, 353, 112, 239, 2), (4596, 353, 109, 237, 3), (4597, 353, 85, 238, 4), (4598, 353, 61, 239, 5), (4599, 353, 32, 239, 6), (4600, 353, 28, 243, 7), (4601, 353, 43, 257, 8), (4602, 353, 52, 262, 9), (4603, 353, 59, 264, 10), (4604, 353, 84, 264, 11), (4605, 354, 49, 192, 0), (4606, 354, 57, 192, 1), (4607, 354, 81, 192, 2), (4608, 354, 94, 193, 3), (4609, 354, 101, 199, 4), (4610, 354, 114, 218, 5), (4611, 354, 111, 222, 6), (4612, 354, 31, 217, 7), (4613, 354, 27, 211, 8), (4614, 354, 42, 196, 9), (4615, 355, 100, 276, 0), (4616, 355, 87, 275, 1), (4617, 355, 55, 278, 2), (4618, 355, 43, 283, 3), (4619, 355, 42, 302, 4), (4620, 355, 49, 346, 5), (4621, 355, 55, 357, 6), (4622, 355, 74, 362, 7), (4623, 355, 94, 357, 8), (4624, 355, 99, 340, 9), (4625, 355, 103, 294, 10), (4626, 356, 100, 175, 0), (4627, 356, 102, 161, 1), (4628, 356, 98, 106, 2), (4629, 356, 93, 93, 3), (4630, 356, 75, 89, 4), (4631, 356, 59, 93, 5), (4632, 356, 54, 109, 6), (4633, 356, 44, 151, 7), (4634, 356, 43, 166, 8), (4635, 356, 55, 171, 9), (4636, 356, 85, 175, 10), (4637, 357, 99, 277, 0), (4638, 357, 98, 289, 1), (4639, 357, 94, 341, 2), (4640, 357, 94, 356, 3), (4641, 357, 104, 359, 4), (4642, 357, 117, 360, 5), (4643, 357, 122, 330, 6), (4644, 357, 126, 307, 7), (4645, 357, 128, 285, 8), (4646, 357, 127, 267, 9), (4647, 357, 126, 254, 10), (4648, 357, 107, 268, 11), (4649, 358, 100, 174, 0), (4650, 358, 98, 163, 1), (4651, 358, 92, 105, 2), (4652, 358, 92, 92, 3), (4653, 358, 101, 90, 4), (4654, 358, 116, 88, 5), (4655, 358, 121, 115, 6), (4656, 358, 125, 150, 7), (4657, 358, 127, 178, 8), (4658, 358, 127, 190, 9), (4659, 358, 123, 198, 10), (4660, 358, 106, 185, 11), (4661, 359, 44, 283, 0), (4662, 359, 46, 297, 1), (4663, 359, 53, 343, 2), (4664, 359, 56, 356, 3), (4665, 359, 48, 361, 4), (4666, 359, 29, 362, 5), (4667, 359, 21, 338, 6), (4668, 359, 13, 321, 7), (4669, 359, 10, 305, 8), (4670, 359, 10, 285, 9), (4671, 359, 18, 269, 10), (4672, 359, 22, 265, 11), (4673, 359, 37, 275, 12), (4674, 360, 60, 93, 0), (4675, 360, 57, 107, 1), (4676, 360, 47, 151, 2), (4677, 360, 43, 165, 3), (4678, 360, 35, 174, 4), (4679, 360, 16, 183, 5), (4680, 360, 9, 173, 6), (4681, 360, 9, 159, 7), (4682, 360, 12, 143, 8), (4683, 360, 21, 122, 9), (4684, 360, 30, 100, 10), (4685, 360, 35, 89, 11), (4686, 360, 52, 89, 12), (4687, 361, 44, 282, 0), (4688, 361, 56, 283, 1), (4689, 361, 87, 280, 2), (4690, 361, 100, 276, 3), (4691, 361, 111, 268, 4), (4692, 361, 126, 255, 5), (4693, 361, 116, 247, 6), (4694, 361, 96, 242, 7), (4695, 361, 84, 237, 8), (4696, 361, 71, 238, 9), (4697, 361, 58, 244, 10), (4698, 361, 43, 253, 11), (4699, 361, 22, 265, 12), (4700, 361, 34, 276, 13), (4701, 362, 43, 166, 0), (4702, 362, 57, 167, 1), (4703, 362, 88, 170, 2), (4704, 362, 100, 174, 3), (4705, 362, 108, 180, 4), (4706, 362, 122, 197, 5), (4707, 362, 120, 202, 6), (4708, 362, 101, 212, 7), (4709, 362, 83, 218, 8), (4710, 362, 72, 218, 9), (4711, 362, 47, 205, 10), (4712, 362, 17, 184, 11), (4713, 362, 33, 171, 12), (4714, 363, 104, 281, 0), (4715, 363, 106, 297, 1), (4716, 363, 102, 338, 2), (4717, 363, 95, 352, 3), (4718, 363, 75, 358, 4), (4719, 363, 52, 352, 5), (4720, 363, 45, 338, 6), (4721, 363, 39, 298, 7), (4722, 363, 41, 282, 8), (4723, 363, 58, 274, 9), (4724, 363, 86, 273, 10), (4725, 364, 75, 73, 0), (4726, 364, 90, 71, 1), (4727, 364, 99, 62, 2), (4728, 364, 102, 44, 3), (4729, 364, 99, 29, 4), (4730, 364, 82, 25, 5), (4731, 364, 63, 26, 6), (4732, 364, 49, 32, 7), (4733, 364, 45, 54, 8), (4734, 364, 57, 69, 9), (4735, 365, 116, 81, 0), (4736, 365, 122, 94, 1), (4737, 365, 128, 108, 2), (4738, 365, 135, 135, 3), (4739, 365, 138, 163, 4), (4740, 365, 126, 163, 5), (4741, 365, 118, 153, 6), (4742, 365, 108, 145, 7), (4743, 365, 103, 130, 8), (4744, 365, 100, 107, 9), (4745, 365, 103, 94, 10), (4746, 365, 108, 82, 11), (4747, 366, 105, 281, 0), (4748, 366, 101, 296, 1), (4749, 366, 97, 337, 2), (4750, 366, 96, 350, 3), (4751, 366, 107, 354, 4), (4752, 366, 113, 354, 5), (4753, 366, 122, 331, 6), (4754, 366, 129, 311, 7), (4755, 366, 132, 301, 8), (4756, 366, 135, 287, 9), (4757, 366, 134, 275, 10), (4758, 366, 116, 276, 11), (4759, 367, 32, 82, 0), (4760, 367, 41, 85, 1), (4761, 367, 46, 102, 2), (4762, 367, 47, 128, 3), (4763, 367, 35, 152, 4), (4764, 367, 22, 168, 5), (4765, 367, 9, 170, 6), (4766, 367, 6, 156, 7), (4767, 367, 14, 120, 8), (4768, 367, 23, 100, 9), (4769, 368, 41, 282, 0), (4770, 368, 43, 298, 1), (4771, 368, 49, 336, 2), (4772, 368, 52, 351, 3), (4773, 368, 42, 355, 4), (4774, 368, 28, 355, 5), (4775, 368, 19, 325, 6), (4776, 368, 12, 298, 7), (4777, 368, 9, 287, 8), (4778, 368, 10, 278, 9), (4779, 368, 29, 278, 10), (4780, 369, 70, 105, 0), (4781, 369, 87, 105, 1), (4782, 369, 100, 105, 2), (4783, 369, 108, 107, 3), (4784, 369, 113, 120, 4), (4785, 369, 114, 132, 5), (4786, 369, 111, 148, 6), (4787, 369, 101, 149, 7), (4788, 369, 82, 149, 8), (4789, 369, 58, 151, 9), (4790, 369, 38, 150, 10), (4791, 369, 30, 138, 11), (4792, 369, 30, 126, 12), (4793, 369, 35, 111, 13), (4794, 369, 46, 104, 14), (4799, 370, 116, 112, 4), (4800, 370, 116, 132, 5), (4801, 370, 111, 147, 6), (4802, 370, 100, 148, 7), (4803, 370, 87, 148, 8), (4804, 370, 57, 148, 9), (4805, 370, 39, 149, 10), (4806, 370, 28, 140, 11), (4807, 370, 27, 117, 12), (4808, 370, 34, 102, 13), (4809, 371, 109, 101, 0), (4810, 371, 105, 122, 1), (4811, 371, 110, 145, 2), (4812, 371, 119, 158, 3), (4813, 371, 125, 170, 4), (4814, 371, 135, 174, 5), (4815, 371, 136, 163, 6), (4816, 371, 138, 133, 7), (4817, 371, 137, 104, 8), (4818, 371, 136, 88, 9), (4819, 371, 131, 79, 10), (4820, 371, 121, 84, 11), (4821, 371, 116, 94, 12), (4822, 372, 132, 272, 0), (4823, 372, 117, 273, 1), (4824, 372, 104, 278, 2), (4825, 372, 99, 292, 3), (4826, 372, 98, 333, 4), (4827, 372, 99, 347, 5), (4828, 372, 116, 350, 6), (4829, 372, 123, 326, 7), (4830, 372, 129, 307, 8), (4831, 372, 132, 288, 9), (4832, 373, 103, 278, 0), (4833, 373, 105, 292, 1), (4834, 373, 101, 332, 2), (4835, 373, 98, 348, 3), (4836, 373, 71, 353, 4), (4837, 373, 48, 351, 5), (4838, 373, 43, 337, 6), (4839, 373, 41, 299, 7), (4840, 373, 44, 280, 8); insert into graphicpoint values (4841, 373, 57, 275, 9), (4842, 373, 91, 274, 10), (4843, 374, 34, 101, 0), (4844, 374, 39, 123, 1), (4845, 374, 38, 148, 2), (4846, 374, 26, 161, 3), (4847, 374, 18, 173, 4), (4848, 374, 5, 178, 5), (4849, 374, 3, 157, 6), (4850, 374, 5, 126, 7), (4851, 374, 9, 100, 8), (4852, 374, 13, 83, 9), (4853, 374, 23, 85, 10), (4854, 374, 28, 94, 11), (4855, 375, 44, 278, 0), (4856, 375, 49, 296, 1), (4857, 375, 51, 335, 2), (4858, 375, 48, 351, 3), (4859, 375, 37, 356, 4), (4860, 375, 25, 354, 5), (4861, 375, 19, 330, 6), (4862, 375, 11, 304, 7), (4863, 375, 8, 296, 8), (4864, 375, 9, 273, 9), (4865, 375, 31, 273, 10), (4866, 376, 75, 63, 0), (4867, 376, 88, 61, 1), (4868, 376, 96, 55, 2), (4869, 376, 102, 43, 3), (4870, 376, 103, 29, 4), (4871, 376, 98, 22, 5), (4872, 376, 86, 18, 6), (4873, 376, 68, 18, 7), (4874, 376, 50, 20, 8), (4875, 376, 42, 36, 9), (4876, 376, 44, 49, 10), (4877, 376, 56, 61, 11), (4878, 377, 99, 78, 0), (4879, 377, 117, 82, 1), (4880, 377, 123, 99, 2), (4881, 377, 124, 113, 3), (4882, 377, 138, 117, 4), (4883, 377, 162, 116, 5), (4884, 377, 173, 128, 6), (4885, 377, 175, 147, 7), (4886, 377, 170, 157, 8), (4887, 377, 158, 160, 9), (4888, 377, 138, 161, 10), (4889, 377, 121, 160, 11), (4890, 377, 114, 185, 12), (4891, 377, 107, 198, 13), (4892, 377, 89, 199, 14), (4893, 377, 77, 187, 15), (4894, 377, 75, 168, 16), (4895, 377, 70, 157, 17), (4896, 377, 52, 157, 18), (4897, 377, 37, 156, 19), (4898, 377, 30, 120, 21), (4967, 377, 30, 145, 20), (4900, 377, 37, 112, 22), (4901, 377, 73, 111, 23), (4902, 377, 81, 106, 24), (4903, 377, 84, 84, 25), (4904, 378, 163, 116, 0), (4905, 378, 170, 100, 1), (4906, 378, 178, 87, 2), (4907, 378, 190, 85, 3), (4908, 378, 193, 102, 4), (4909, 378, 194, 120, 5), (4910, 378, 195, 144, 6), (4911, 378, 192, 172, 7), (4912, 378, 189, 185, 8), (4913, 378, 181, 185, 9), (4914, 378, 175, 176, 10), (4915, 378, 171, 167, 11), (4916, 378, 164, 159, 12), (4917, 378, 160, 137, 13), (4918, 379, 193, 268, 0), (4919, 379, 178, 270, 1), (4920, 379, 164, 279, 2), (4921, 379, 160, 301, 3), (4922, 379, 158, 330, 4), (4923, 379, 159, 347, 5), (4924, 379, 170, 357, 6), (4925, 379, 180, 359, 7), (4926, 379, 186, 337, 8), (4927, 379, 191, 308, 9), (4928, 379, 193, 286, 10), (4929, 380, 105, 273, 0), (4930, 380, 94, 275, 1), (4931, 380, 83, 283, 2), (4932, 380, 77, 299, 3), (4933, 380, 75, 322, 4), (4934, 380, 78, 339, 5), (4935, 380, 92, 347, 6), (4936, 380, 106, 348, 7), (4937, 380, 126, 342, 8), (4938, 380, 135, 328, 9), (4939, 380, 139, 307, 10), (4940, 380, 134, 286, 11), (4941, 380, 121, 275, 12), (4942, 381, 7, 273, 0), (4943, 381, 6, 281, 1), (4944, 381, 5, 309, 2), (4945, 381, 12, 337, 3), (4946, 381, 19, 362, 4), (4947, 381, 31, 359, 5), (4948, 381, 37, 347, 6), (4949, 381, 38, 328, 7), (4950, 381, 36, 308, 8), (4951, 381, 32, 287, 9), (4952, 381, 23, 274, 10), (4953, 382, 7, 108, 0), (4954, 382, 5, 125, 1), (4955, 382, 3, 157, 2), (4956, 382, 7, 167, 3), (4957, 382, 16, 181, 4), (4958, 382, 27, 178, 5), (4959, 382, 33, 165, 6), (4960, 382, 37, 152, 7), (4961, 382, 40, 132, 8), (4962, 382, 38, 111, 9), (4963, 382, 29, 101, 10), (4964, 382, 24, 88, 11), (4965, 382, 16, 84, 12), (4966, 382, 10, 96, 13), (4968, 383, 100, 51, 0), (4969, 383, 116, 50, 1), (4970, 383, 128, 49, 2), (4971, 383, 137, 42, 3), (4972, 383, 139, 26, 4), (4973, 383, 131, 18, 5), (4974, 383, 117, 13, 6), (4975, 383, 100, 14, 7), (4976, 383, 81, 16, 8), (4977, 383, 70, 24, 9), (4978, 383, 68, 37, 10), (4979, 383, 72, 47, 11), (4980, 383, 83, 51, 12), (4981, 384, 92, 80, 0), (4982, 384, 107, 81, 1), (4983, 384, 115, 94, 2), (4984, 384, 118, 112, 3), (4985, 384, 129, 115, 4), (4986, 384, 147, 114, 5), (4987, 384, 157, 115, 6), (4988, 384, 165, 121, 7), (4989, 384, 168, 133, 8), (4990, 384, 169, 150, 9), (4991, 384, 162, 159, 10), (4992, 384, 148, 160, 11), (4993, 384, 132, 161, 12), (4994, 384, 117, 161, 13), (4995, 384, 112, 169, 14), (4996, 384, 109, 189, 15), (4997, 384, 97, 194, 16), (4998, 384, 81, 194, 17), (4999, 384, 71, 181, 18), (5000, 384, 69, 165, 19), (5001, 384, 64, 159, 20), (5002, 384, 55, 159, 21), (5003, 384, 44, 158, 22), (5004, 384, 31, 156, 23), (5005, 384, 26, 143, 24), (5006, 384, 24, 131, 25), (5007, 384, 27, 118, 26), (5008, 384, 41, 115, 27), (5009, 384, 61, 115, 28), (5010, 384, 73, 111, 29), (5011, 384, 76, 101, 30), (5012, 384, 80, 87, 31), (5013, 385, 155, 114, 0), (5014, 385, 153, 136, 1), (5015, 385, 157, 159, 2), (5016, 385, 170, 171, 3), (5017, 385, 178, 186, 4), (5018, 385, 188, 189, 5), (5019, 385, 193, 174, 6), (5020, 385, 194, 158, 7), (5021, 385, 191, 134, 8), (5022, 385, 188, 111, 9), (5023, 385, 184, 90, 10), (5024, 385, 181, 84, 11), (5025, 385, 169, 86, 12), (5026, 385, 164, 99, 13), (5027, 386, 192, 261, 0), (5028, 386, 177, 264, 1), (5029, 386, 168, 269, 2), (5030, 386, 163, 283, 3), (5031, 386, 158, 304, 4), (5032, 386, 156, 321, 5), (5033, 386, 156, 339, 6), (5034, 386, 165, 349, 7), (5035, 386, 179, 353, 8), (5036, 386, 184, 328, 9), (5037, 386, 191, 304, 10), (5038, 386, 193, 278, 11), (5039, 387, 92, 265, 0), (5040, 387, 108, 267, 1), (5041, 387, 120, 279, 2), (5042, 387, 126, 299, 3), (5043, 387, 125, 320, 4), (5044, 387, 114, 336, 5), (5045, 387, 100, 343, 6), (5046, 387, 78, 342, 7), (5047, 387, 63, 328, 8), (5048, 387, 55, 308, 9), (5049, 387, 57, 280, 10), (5050, 387, 73, 268, 11), (5051, 388, 40, 114, 0), (5052, 388, 44, 133, 1), (5053, 388, 40, 157, 2), (5054, 388, 29, 176, 3), (5055, 388, 24, 189, 4), (5056, 388, 14, 192, 5), (5057, 388, 7, 181, 6), (5058, 388, 5, 163, 7), (5059, 388, 5, 139, 8), (5060, 388, 6, 117, 9), (5061, 388, 8, 98, 10), (5062, 388, 14, 81, 11), (5063, 388, 24, 80, 12), (5064, 388, 34, 95, 13), (5065, 389, 5, 259, 0), (5066, 389, 2, 269, 1), (5067, 389, 1, 300, 2), (5068, 389, 3, 317, 3), (5069, 389, 9, 339, 4), (5070, 389, 12, 349, 5), (5071, 389, 22, 346, 6), (5072, 389, 28, 338, 7), (5073, 389, 31, 319, 8), (5074, 389, 30, 299, 9), (5075, 389, 29, 277, 10), (5076, 389, 27, 264, 11), (5077, 389, 17, 261, 12), (5078, 390, 102, 54, 0), (5079, 390, 118, 52, 1), (5080, 390, 133, 45, 2), (5081, 390, 139, 34, 3), (5082, 390, 140, 20, 4), (5083, 390, 129, 14, 5), (5084, 390, 114, 12, 6), (5085, 390, 98, 12, 7), (5086, 390, 77, 14, 8), (5087, 390, 62, 24, 9), (5088, 390, 61, 40, 10), (5089, 390, 69, 50, 11), (5090, 390, 85, 55, 12), (5091, 391, 94, 77, 0), (5092, 391, 106, 78, 1), (5093, 391, 116, 87, 2), (5094, 391, 118, 99, 3), (5095, 391, 123, 109, 4), (5096, 391, 143, 109, 5), (5097, 391, 160, 109, 6), (5098, 391, 166, 119, 7), (5099, 391, 169, 137, 8), (5100, 391, 162, 150, 9), (5101, 391, 144, 153, 10), (5102, 391, 125, 154, 11), (5103, 391, 123, 173, 12), (5104, 391, 118, 193, 13), (5105, 391, 106, 198, 14), (5106, 391, 90, 198, 15), (5107, 391, 83, 187, 16), (5108, 391, 81, 171, 17), (5109, 391, 77, 156, 18), (5110, 391, 63, 155, 19), (5111, 391, 49, 154, 20), (5112, 391, 38, 148, 21), (5113, 391, 34, 136, 22), (5114, 391, 35, 122, 23), (5115, 391, 42, 111, 24), (5116, 391, 58, 110, 25), (5117, 391, 76, 107, 26), (5118, 391, 81, 91, 27), (5119, 391, 86, 81, 28), (5120, 392, 158, 108, 0), (5121, 392, 157, 128, 1), (5122, 392, 161, 151, 2), (5123, 392, 171, 163, 3), (5124, 392, 178, 174, 4), (5125, 392, 188, 177, 5), (5126, 392, 191, 167, 6), (5127, 392, 193, 148, 7), (5128, 392, 191, 126, 8), (5129, 392, 189, 105, 9), (5130, 392, 182, 84, 10), (5131, 392, 180, 76, 11), (5132, 392, 170, 79, 12), (5133, 392, 164, 93, 13), (5134, 393, 192, 273, 0), (5135, 393, 178, 273, 1), (5136, 393, 166, 281, 2), (5137, 393, 159, 306, 3), (5138, 393, 155, 328, 4), (5139, 393, 152, 348, 5), (5140, 393, 159, 357, 6), (5141, 393, 172, 359, 7), (5142, 393, 179, 341, 8), (5143, 393, 186, 317, 9), (5144, 393, 192, 290, 10), (5145, 394, 111, 271, 0), (5146, 394, 102, 272, 1), (5147, 394, 93, 277, 2), (5148, 394, 84, 287, 3), (5149, 394, 78, 302, 4), (5150, 394, 75, 325, 5), (5151, 394, 82, 339, 6), (5152, 394, 95, 350, 7), (5153, 394, 113, 349, 8), (5154, 394, 127, 344, 9), (5155, 394, 137, 326, 10), (5156, 394, 142, 302, 11), (5157, 394, 137, 281, 12), (5158, 394, 129, 274, 13), (5159, 395, 20, 80, 0), (5160, 395, 30, 83, 1), (5161, 395, 39, 97, 2), (5162, 395, 45, 110, 3), (5163, 395, 50, 133, 4), (5164, 395, 46, 152, 5), (5165, 395, 39, 165, 6), (5166, 395, 34, 180, 7), (5167, 395, 23, 186, 8), (5168, 395, 15, 167, 9), (5169, 395, 14, 137, 10), (5170, 395, 15, 106, 11), (5171, 395, 17, 91, 12), (5172, 396, 24, 272, 0), (5173, 396, 18, 284, 1), (5174, 396, 17, 303, 2), (5175, 396, 23, 322, 3), (5176, 396, 25, 341, 4), (5177, 396, 28, 357, 5), (5178, 396, 40, 356, 6), (5179, 396, 46, 343, 7), (5180, 396, 46, 320, 8), (5181, 396, 45, 295, 9), (5182, 396, 44, 277, 10), (5183, 396, 34, 272, 11), (5184, 397, 101, 58, 0), (5185, 397, 115, 58, 1), (5186, 397, 129, 52, 2), (5187, 397, 140, 38, 3), (5188, 397, 141, 25, 4), (5189, 397, 131, 17, 5), (5190, 397, 117, 15, 6), (5191, 397, 99, 14, 7), (5192, 397, 81, 18, 8), (5193, 397, 69, 26, 9), (5194, 397, 67, 44, 10), (5195, 397, 78, 55, 11), (5196, 343, 40, 508, 14), (5197, 343, 37, 584, 10), (5198, 398, 72, 480, 0), (5199, 398, 58, 479, 1), (5200, 398, 43, 469, 2), (5201, 398, 30, 457, 3), (5202, 398, 22, 444, 4), (5203, 398, 21, 424, 5), (5204, 398, 32, 401, 6), (5205, 398, 45, 387, 7), (5206, 398, 58, 374, 8), (5207, 398, 74, 371, 9), (5208, 398, 87, 375, 10), (5209, 398, 104, 391, 12), (5210, 398, 112, 405, 13), (5399, 409, 127, 432, 7), (5212, 398, 119, 421, 14), (5213, 398, 111, 451, 16), (5214, 398, 100, 461, 17), (5215, 398, 85, 473, 18), (5216, 398, 118, 440, 15), (5217, 398, 95, 381, 11), (5218, 399, 36, 397, 0), (5219, 399, 43, 349, 1), (5220, 399, 48, 286, 2), (5221, 399, 52, 231, 3), (5398, 409, 131, 451, 6), (5223, 399, 64, 167, 5), (5224, 399, 79, 167, 6), (5397, 409, 130, 464, 5), (5226, 399, 85, 186, 7), (5227, 399, 91, 225, 8), (5396, 409, 119, 474, 4), (5229, 399, 96, 283, 9), (5230, 399, 103, 345, 10), (5231, 399, 108, 397, 11), (5232, 399, 57, 184, 4), (5233, 400, 51, 496, 0), (5296, 404, 116, 480, 0), (5235, 400, 88, 496, 1), (5236, 400, 106, 496, 2), (5237, 400, 112, 506, 3), (5238, 400, 112, 523, 4), (5239, 400, 105, 546, 5), (5240, 400, 98, 566, 6), (5241, 400, 86, 577, 7), (5242, 400, 70, 581, 8), (5243, 400, 53, 578, 9), (5244, 400, 44, 566, 10), (5245, 400, 34, 547, 11), (5246, 400, 28, 528, 12), (5247, 400, 28, 514, 13), (5248, 400, 35, 498, 14), (5249, 401, 108, 476, 0), (5250, 401, 89, 476, 1), (5280, 403, 70, 497, 0), (5252, 401, 55, 476, 2), (5253, 401, 36, 474, 3), (5254, 401, 29, 463, 4), (5255, 401, 29, 452, 5), (5256, 401, 32, 437, 6), (5257, 401, 38, 416, 7), (5258, 401, 44, 402, 8), (5259, 401, 57, 391, 9), (5260, 401, 73, 388, 10), (5261, 401, 86, 391, 11), (5393, 409, 82, 477, 1), (5263, 401, 100, 403, 12), (5264, 401, 108, 424, 13), (5265, 401, 112, 447, 14), (5266, 401, 114, 464, 15), (5267, 402, 43, 402, 0), (5268, 402, 48, 354, 1), (5269, 402, 56, 291, 2), (5270, 402, 63, 231, 3), (5394, 409, 95, 483, 2), (5272, 402, 68, 215, 4), (5273, 402, 79, 214, 5), (5395, 409, 105, 482, 3), (5275, 402, 84, 232, 6), (5276, 402, 90, 294, 7), (5277, 402, 96, 362, 8), (5278, 402, 100, 403, 9), (5281, 403, 102, 496, 1), (5282, 403, 115, 496, 2), (5283, 403, 122, 505, 3), (5284, 403, 120, 523, 4), (5285, 403, 116, 543, 5), (5286, 403, 111, 565, 6), (5287, 403, 106, 580, 7), (5288, 403, 93, 592, 8), (5289, 403, 73, 597, 9), (5290, 403, 51, 592, 10), (5291, 403, 38, 579, 11), (5292, 403, 29, 557, 12), (5293, 403, 24, 531, 13), (5294, 403, 22, 512, 14), (5295, 403, 29, 499, 15), (5297, 404, 105, 480, 1), (5298, 404, 71, 479, 2), (5299, 404, 31, 477, 3), (5300, 404, 22, 468, 4), (5301, 404, 21, 455, 5), (5302, 404, 24, 430, 6), (5303, 404, 34, 407, 7), (5304, 404, 43, 389, 8), (5305, 404, 57, 377, 9), (5306, 404, 78, 374, 10), (5307, 404, 97, 379, 11), (5308, 404, 109, 397, 12), (5309, 404, 116, 417, 13), (5310, 404, 121, 446, 14), (5311, 404, 123, 471, 15), (5312, 405, 39, 394, 0), (5313, 405, 48, 331, 1), (5314, 405, 59, 264, 2), (5315, 405, 66, 224, 3), (5316, 405, 73, 204, 4), (5317, 405, 83, 204, 5), (5325, 406, 61, 479, 1), (5324, 406, 48, 481, 0), (5320, 405, 90, 227, 6), (5321, 405, 95, 263, 7), (5322, 405, 102, 335, 8), (5323, 405, 107, 394, 9), (5326, 406, 74, 479, 2), (5327, 406, 88, 483, 3), (5328, 406, 105, 480, 4), (5329, 406, 126, 471, 6), (5330, 406, 126, 452, 8), (5331, 406, 119, 428, 9), (5332, 406, 109, 401, 10), (5333, 406, 95, 393, 11), (5334, 406, 80, 390, 12), (5335, 406, 64, 395, 13), (5336, 406, 48, 403, 14), (5337, 406, 35, 407, 15), (5338, 406, 28, 427, 16), (5339, 406, 19, 447, 17), (5340, 406, 17, 468, 18), (5341, 406, 31, 479, 20), (5342, 406, 120, 476, 5), (5343, 406, 21, 474, 19), (5344, 407, 36, 405, 0), (5345, 407, 38, 388, 1), (5346, 407, 37, 372, 2), (5347, 407, 32, 353, 3), (5348, 407, 27, 336, 4), (5349, 407, 22, 318, 5), (5350, 407, 20, 294, 6), (5351, 407, 23, 273, 7), (5352, 407, 28, 266, 8), (5353, 407, 35, 268, 9), (5382, 407, 110, 311, 25), (5355, 407, 37, 276, 10), (5356, 407, 40, 289, 11), (5357, 407, 41, 307, 12), (5358, 407, 46, 323, 13), (5359, 407, 55, 343, 14), (5360, 407, 64, 289, 16), (5361, 407, 69, 265, 17), (5362, 407, 75, 262, 18), (5363, 407, 80, 268, 19), (5364, 407, 84, 288, 20), (5365, 407, 87, 302, 21), (5366, 407, 90, 319, 22), (5367, 407, 96, 346, 23), (5368, 407, 105, 324, 24), (5369, 407, 113, 297, 26), (5370, 407, 115, 275, 27), (5371, 407, 115, 260, 28), (5372, 407, 122, 252, 29), (5373, 407, 130, 260, 30), (5374, 407, 134, 283, 31), (5375, 407, 134, 303, 32), (5376, 407, 132, 322, 33), (5377, 407, 126, 342, 34), (5378, 407, 121, 360, 35), (5379, 407, 115, 374, 36), (5380, 407, 111, 387, 37), (5381, 407, 110, 401, 38), (5383, 407, 61, 310, 15), (5384, 408, 55, 343, 0), (5400, 409, 122, 409, 8), (5386, 408, 64, 361, 1), (5387, 408, 70, 370, 2), (5388, 408, 79, 370, 3), (5389, 408, 85, 363, 4), (5401, 409, 116, 391, 9), (5391, 408, 96, 346, 5), (5402, 409, 93, 385, 10), (5403, 409, 65, 386, 11), (5404, 409, 41, 391, 12), (5405, 409, 24, 394, 13), (5406, 409, 13, 416, 14), (5407, 409, 6, 441, 15), (5408, 409, 4, 459, 16), (5409, 409, 14, 471, 17), (5410, 409, 29, 474, 18), (5411, 409, 47, 480, 19), (5412, 409, 60, 478, 20), (5413, 410, 25, 395, 0), (5414, 410, 25, 383, 1), (5415, 410, 23, 370, 2), (5416, 410, 18, 356, 3), (5417, 410, 13, 344, 4), (5418, 410, 9, 331, 5), (5419, 410, 4, 309, 6), (5420, 410, 3, 291, 7), (5421, 410, 4, 265, 8), (5422, 410, 12, 242, 9), (5423, 410, 18, 233, 10), (5424, 410, 30, 238, 12), (5459, 411, 60, 351, 3), (5458, 411, 51, 340, 2), (5427, 410, 27, 253, 13), (5428, 410, 27, 276, 14), (5429, 410, 35, 309, 15), (5430, 410, 43, 287, 16), (5431, 410, 49, 266, 17), (5432, 410, 54, 249, 18), (5433, 410, 62, 236, 19), (5434, 410, 72, 231, 20), (5435, 410, 79, 237, 21), (5460, 411, 68, 358, 4), (5437, 410, 84, 278, 22), (5461, 411, 77, 358, 5), (5439, 410, 95, 325, 23), (5440, 410, 107, 292, 25), (5441, 410, 113, 267, 26), (5442, 410, 116, 245, 27), (5443, 410, 119, 231, 28), (5444, 410, 138, 243, 31), (5457, 411, 41, 323, 1), (5456, 411, 35, 308, 0), (5455, 410, 133, 231, 30), (5448, 410, 139, 263, 32), (5449, 410, 138, 280, 33), (5450, 410, 133, 306, 34), (5451, 410, 127, 328, 35), (5452, 410, 122, 348, 36), (5453, 410, 118, 368, 37), (5454, 410, 117, 391, 38), (5462, 411, 85, 349, 6), (5463, 411, 91, 337, 7), (5464, 411, 95, 326, 8), (5465, 410, 126, 225, 29), (5466, 410, 26, 231, 11), (5467, 410, 102, 307, 24), (5468, 412, 24, 240, 0), (5469, 412, 43, 244, 2), (5470, 412, 57, 236, 3), (5471, 412, 82, 239, 5), (5472, 412, 92, 241, 6), (5473, 412, 106, 237, 7), (5474, 412, 130, 237, 9), (5475, 412, 138, 242, 10), (5476, 412, 138, 255, 11), (5477, 412, 136, 278, 12), (5478, 412, 130, 298, 13), (5479, 412, 120, 321, 14), (5480, 412, 116, 332, 15), (5481, 412, 96, 333, 16), (5482, 412, 73, 334, 17), (5483, 412, 46, 333, 18), (5484, 412, 24, 333, 19), (5485, 412, 21, 322, 20), (5486, 412, 14, 305, 21), (5487, 412, 3, 277, 23), (5488, 412, 4, 257, 24), (5489, 412, 13, 247, 25), (5490, 412, 117, 234, 8), (5491, 412, 68, 235, 4), (5492, 412, 34, 242, 1), (5493, 412, 6, 293, 22), (5494, 413, 91, 241, 0), (5495, 413, 91, 258, 1), (5496, 414, 43, 244, 0), (5497, 414, 43, 260, 1), (5498, 415, 24, 332, 0), (5499, 415, 72, 323, 1), (5500, 415, 115, 332, 2), (5501, 415, 117, 351, 3), (5502, 415, 120, 372, 4), (5503, 415, 126, 396, 5), (5504, 415, 132, 422, 6), (5505, 415, 136, 443, 7), (5506, 415, 138, 465, 8), (5507, 415, 136, 491, 9), (5508, 415, 132, 505, 10), (5509, 415, 124, 509, 11), (5510, 415, 115, 501, 12), (5511, 415, 113, 481, 13), (5512, 415, 108, 450, 14), (5513, 415, 103, 428, 15), (5514, 415, 97, 406, 16), (5515, 415, 88, 380, 17), (5516, 415, 79, 371, 18), (5517, 415, 69, 371, 19), (5518, 415, 58, 383, 20), (5519, 415, 49, 399, 21), (5520, 415, 43, 414, 22), (5536, 416, 73, 243, 0), (5522, 415, 36, 431, 23), (5523, 415, 31, 448, 24), (5524, 415, 28, 461, 25), (5537, 416, 87, 238, 1), (5526, 415, 25, 480, 26), (5527, 415, 22, 493, 27), (5528, 415, 12, 499, 28), (5529, 415, 5, 495, 29), (5530, 415, 3, 481, 30), (5531, 415, 3, 467, 31), (5532, 415, 5, 445, 32), (5533, 415, 10, 417, 33), (5534, 415, 18, 379, 34), (5535, 415, 24, 351, 35), (5538, 416, 104, 234, 2), (5539, 416, 121, 238, 3), (5540, 416, 128, 242, 4), (5541, 416, 129, 259, 5), (5542, 416, 125, 283, 6), (5543, 416, 118, 307, 7), (5544, 416, 111, 326, 8), (5545, 416, 93, 330, 9), (5546, 416, 75, 328, 10), (5547, 416, 51, 322, 11), (5548, 416, 34, 321, 12), (5549, 416, 28, 302, 13), (5550, 416, 21, 282, 14), (5551, 416, 15, 256, 16), (5552, 416, 20, 244, 17), (5553, 416, 41, 236, 19), (5554, 416, 56, 238, 20), (5555, 416, 30, 238, 18), (5556, 416, 16, 272, 15), (5557, 417, 111, 326, 0), (5558, 417, 114, 344, 1), (5559, 417, 119, 366, 2), (5560, 417, 126, 386, 3), (5561, 417, 130, 407, 4), (5562, 417, 132, 437, 5), (5563, 417, 131, 465, 6), (5564, 417, 127, 481, 7), (5565, 417, 119, 485, 8), (5566, 417, 111, 479, 9), (5567, 417, 110, 465, 10), (5568, 417, 109, 442, 11), (5569, 417, 105, 421, 12), (5570, 417, 99, 399, 13), (5571, 417, 92, 380, 14), (5572, 417, 83, 366, 15), (5573, 417, 74, 363, 16), (5574, 417, 65, 370, 17), (5575, 417, 58, 379, 18), (5576, 417, 52, 390, 19), (5577, 417, 46, 403, 20), (5578, 417, 39, 418, 21), (5579, 417, 32, 437, 22), (5580, 417, 26, 454, 23), (5581, 417, 22, 473, 24), (5582, 417, 15, 482, 25), (5583, 417, 6, 480, 26), (5584, 417, 3, 466, 27), (5585, 417, 4, 449, 28), (5586, 417, 7, 429, 29), (5587, 417, 13, 405, 30), (5588, 417, 22, 378, 31), (5589, 417, 29, 354, 32), (5590, 417, 33, 336, 33), (5591, 417, 35, 322, 34), (5592, 417, 61, 317, 35), (5593, 418, 70, 232, 0), (5594, 418, 60, 237, 1), (5595, 418, 46, 251, 2), (5596, 418, 36, 262, 3), (5597, 418, 32, 277, 4), (5598, 418, 37, 299, 5), (5599, 418, 41, 315, 6), (5600, 418, 46, 330, 7), (5601, 418, 63, 335, 8), (5602, 418, 80, 334, 9), (5603, 418, 95, 329, 10), (5604, 418, 100, 316, 11), (5605, 418, 107, 297, 12), (5606, 418, 112, 276, 13), (5607, 418, 109, 255, 14), (5608, 418, 99, 245, 15), (5609, 418, 83, 237, 16), (5610, 419, 47, 330, 0), (5611, 419, 96, 328, 1), (5612, 419, 94, 357, 2), (5613, 419, 91, 393, 3), (5640, 421, 45, 308, 0), (5615, 419, 87, 438, 4), (5616, 419, 83, 478, 5), (5617, 419, 80, 504, 6), (5618, 419, 75, 521, 7), (5619, 419, 65, 521, 8), (5620, 419, 61, 506, 9), (5621, 419, 58, 480, 10), (5622, 419, 55, 436, 11), (5623, 419, 52, 395, 12), (5624, 419, 49, 356, 13), (5626, 420, 68, 235, 0), (5627, 420, 99, 234, 1), (5628, 420, 109, 237, 2), (5629, 420, 108, 254, 3), (5630, 420, 106, 276, 4), (5631, 420, 101, 299, 5), (5632, 420, 93, 315, 6), (5633, 420, 81, 324, 7), (5634, 420, 63, 324, 8), (5635, 420, 48, 316, 9), (5636, 420, 40, 297, 10), (5637, 420, 35, 269, 11), (5638, 420, 34, 243, 12), (5639, 420, 40, 238, 13), (5641, 421, 96, 307, 1), (5642, 421, 92, 361, 2), (5643, 421, 89, 404, 3), (5644, 421, 83, 456, 4), (5645, 421, 78, 489, 5), (5646, 421, 69, 494, 6), (5647, 421, 61, 487, 7), (5648, 421, 56, 460, 8), (5649, 421, 52, 405, 9), (5650, 421, 48, 358, 10), (5651, 422, 70, 235, 0), (5664, 422, 92, 305, 5), (5653, 422, 104, 235, 1), (5654, 422, 107, 244, 2), (5655, 422, 104, 262, 3), (5656, 422, 98, 288, 4), (5657, 422, 84, 314, 6), (5658, 422, 68, 321, 7), (5659, 422, 51, 315, 8), (5660, 422, 38, 282, 10), (5661, 422, 35, 256, 11), (5662, 422, 34, 243, 12), (5663, 422, 37, 236, 13), (5665, 422, 43, 303, 9), (5666, 423, 43, 302, 0), (5667, 423, 93, 302, 1), (5668, 423, 90, 351, 2), (5669, 423, 85, 416, 3), (5670, 423, 81, 464, 4), (5671, 423, 77, 488, 5), (5672, 423, 69, 495, 6), (5673, 423, 60, 491, 7), (5674, 423, 55, 464, 8), (5675, 423, 51, 419, 9), (5676, 423, 46, 354, 10), (5677, 424, 66, 222, 0), (5678, 424, 80, 222, 1), (5679, 424, 95, 220, 2), (5680, 424, 113, 220, 3), (5681, 424, 125, 211, 4), (5682, 424, 134, 194, 5), (5683, 424, 134, 167, 6), (5684, 424, 126, 133, 7), (5685, 424, 110, 117, 8), (5686, 424, 90, 116, 9), (5687, 424, 68, 118, 10), (5688, 424, 31, 115, 12), (5689, 424, 17, 126, 13), (5690, 424, 11, 144, 14), (5691, 424, 4, 181, 16), (5692, 424, 7, 199, 17), (5693, 424, 17, 210, 18), (5694, 424, 30, 212, 19), (5695, 424, 40, 215, 20), (5696, 424, 50, 220, 21), (5697, 424, 6, 161, 15), (5698, 424, 49, 116, 11), (5699, 425, 25, 159, 0), (5700, 425, 36, 160, 1), (5701, 425, 49, 166, 2), (5702, 425, 62, 160, 3), (5703, 425, 75, 158, 4), (5704, 425, 91, 161, 5), (5705, 425, 102, 165, 6), (5706, 425, 113, 162, 7), (5707, 426, 119, 147, 0), (5708, 426, 113, 161, 1), (5709, 426, 121, 174, 2), (5710, 427, 70, 129, 0), (5711, 427, 70, 145, 1), (5712, 427, 73, 158, 2), (5713, 427, 79, 170, 3), (5714, 427, 86, 188, 4), (5715, 427, 88, 202, 5), (5716, 428, 21, 151, 0), (5717, 428, 25, 158, 1), (5718, 428, 19, 164, 2), (5719, 429, 49, 167, 0), (5720, 429, 46, 178, 1), (5721, 429, 42, 195, 2), (5722, 429, 37, 205, 3), (5724, 430, 88, 220, 0), (5725, 430, 105, 220, 1), (5726, 430, 118, 216, 2), (5727, 430, 126, 201, 3), (5728, 430, 126, 183, 4), (5729, 430, 122, 156, 5), (5730, 430, 111, 138, 6), (5731, 430, 93, 129, 7), (5732, 430, 67, 124, 8), (5733, 430, 39, 123, 9), (5734, 430, 23, 130, 10), (5735, 430, 17, 141, 11), (5736, 430, 14, 154, 12), (5737, 430, 15, 175, 13), (5738, 430, 19, 194, 14), (5739, 430, 31, 205, 15), (5740, 430, 51, 208, 16), (5741, 430, 70, 212, 17), (5742, 431, 51, 158, 0), (5743, 431, 68, 163, 1), (5744, 431, 80, 168, 2), (5745, 431, 92, 171, 3), (5746, 431, 105, 171, 4), (5747, 432, 111, 163, 0), (5748, 432, 106, 170, 1), (5749, 432, 111, 179, 2), (5750, 432, 114, 191, 3), (5751, 433, 41, 138, 0), (5752, 433, 50, 158, 1), (5753, 433, 41, 164, 2), (5754, 433, 34, 176, 3), (5755, 434, 58, 159, 0), (5756, 434, 62, 170, 1), (5757, 434, 63, 185, 2), (5758, 435, 75, 494, 0), (5759, 435, 90, 493, 1), (5760, 435, 113, 507, 3), (6324, 435, 60, 500, 24), (5762, 435, 124, 518, 4), (5763, 435, 128, 542, 6), (5764, 435, 126, 568, 7), (5765, 435, 122, 588, 8), (5766, 435, 93, 634, 11), (5767, 435, 67, 639, 12), (5768, 435, 25, 630, 14), (5769, 435, 9, 590, 17), (5770, 435, 9, 570, 18), (5771, 435, 10, 546, 19), (5772, 435, 14, 525, 20), (6323, 435, 47, 634, 13), (5774, 435, 36, 512, 22), (5775, 436, 79, 494, 0), (5776, 436, 91, 497, 1), (5777, 436, 114, 513, 3), (5778, 436, 122, 527, 4), (5779, 436, 122, 541, 5), (5780, 436, 119, 564, 6), (5781, 436, 118, 588, 7), (5782, 436, 82, 626, 11), (5783, 436, 46, 616, 13), (5784, 436, 25, 603, 15), (5785, 436, 21, 568, 17), (5786, 436, 20, 543, 18), (5787, 436, 21, 529, 19), (5788, 436, 38, 509, 21), (5789, 436, 67, 496, 24), (5790, 437, 49, 402, 0), (5791, 437, 90, 402, 1), (5792, 437, 90, 446, 2), (5793, 437, 47, 445, 3), (5794, 438, 88, 402, 0), (5795, 438, 89, 445, 1), (5796, 438, 101, 459, 2), (5797, 438, 112, 450, 3), (5798, 438, 118, 440, 4), (5799, 438, 118, 421, 5), (5800, 438, 108, 398, 6), (5801, 439, 48, 443, 0), (5802, 439, 91, 443, 1), (5803, 439, 102, 458, 2), (5804, 439, 87, 471, 3), (5805, 439, 74, 479, 4), (5806, 439, 59, 479, 5), (5807, 439, 44, 469, 6), (5808, 439, 30, 457, 7), (5809, 440, 71, 493, 0), (5810, 440, 90, 502, 1), (5811, 440, 107, 518, 2), (5812, 440, 91, 530, 3), (5813, 440, 51, 529, 4), (5814, 440, 34, 513, 5), (5815, 440, 56, 495, 6), (5816, 441, 51, 528, 0), (5817, 441, 91, 530, 1), (5818, 441, 87, 574, 2), (5819, 441, 53, 574, 3), (5820, 442, 90, 530, 0), (5821, 442, 106, 518, 1), (5822, 442, 117, 532, 2), (5823, 442, 116, 550, 3), (5824, 442, 108, 569, 4), (5825, 442, 102, 582, 5), (5826, 442, 87, 574, 6), (5827, 443, 50, 403, 0), (5828, 443, 48, 443, 1), (5829, 443, 31, 458, 2), (5830, 443, 22, 445, 3), (5831, 443, 21, 425, 4), (5832, 443, 33, 400, 5), (5833, 444, 52, 529, 0), (5834, 444, 54, 573, 1), (5835, 444, 35, 580, 2), (5836, 444, 23, 562, 3), (5837, 444, 20, 544, 4), (5838, 444, 27, 520, 5), (5839, 444, 34, 513, 6), (5840, 445, 57, 416, 0), (5841, 445, 89, 418, 1), (5842, 445, 91, 454, 2), (5843, 445, 52, 454, 3), (5844, 446, 53, 516, 0), (5845, 446, 90, 517, 1), (5846, 446, 87, 557, 2), (5847, 446, 57, 558, 3), (5848, 447, 89, 419, 0), (5849, 447, 104, 414, 1), (5850, 447, 108, 426, 2), (5851, 447, 112, 445, 3), (5852, 447, 114, 463, 4), (5853, 447, 111, 468, 5), (5854, 447, 90, 454, 6), (5855, 448, 89, 517, 0), (5856, 448, 108, 499, 1), (5857, 448, 112, 506, 2), (5858, 448, 112, 523, 3), (5859, 448, 105, 545, 4), (5860, 448, 99, 562, 5), (5861, 448, 86, 555, 6), (5862, 449, 39, 412, 0), (5863, 449, 58, 416, 1), (5864, 449, 53, 452, 2), (5865, 449, 31, 467, 3), (5866, 449, 29, 462, 4), (5867, 449, 30, 450, 5), (5868, 449, 33, 432, 6), (5869, 450, 55, 516, 0), (5870, 450, 58, 556, 1); insert into graphicpoint values (5871, 450, 43, 564, 2), (5872, 450, 34, 548, 3), (5873, 450, 28, 529, 4), (5874, 450, 28, 514, 5), (5875, 450, 33, 502, 6), (5876, 451, 52, 452, 0), (5877, 451, 91, 452, 1), (5878, 451, 112, 468, 2), (5879, 451, 108, 475, 3), (5880, 451, 53, 475, 4), (5881, 451, 38, 474, 5), (5882, 451, 31, 466, 6), (5883, 452, 33, 502, 0), (5884, 452, 54, 516, 1), (5885, 452, 89, 517, 2), (5886, 452, 109, 501, 3), (5887, 452, 107, 496, 4), (5888, 452, 55, 495, 5), (5889, 452, 36, 498, 6), (5890, 453, 53, 412, 0), (5891, 453, 95, 412, 1), (5892, 453, 99, 455, 2), (5893, 453, 47, 455, 3), (5894, 454, 49, 520, 0), (5895, 454, 98, 518, 1), (5896, 454, 95, 564, 2), (5897, 454, 51, 565, 3), (5898, 455, 54, 412, 0), (5899, 455, 48, 454, 1), (5900, 455, 24, 471, 2), (5901, 455, 23, 467, 3), (5902, 455, 21, 453, 4), (5903, 455, 25, 430, 5), (5904, 455, 36, 403, 6), (5905, 456, 28, 503, 0), (5906, 456, 50, 521, 1), (5907, 456, 53, 564, 2), (5908, 456, 36, 575, 3), (5909, 456, 30, 559, 4), (5910, 456, 26, 537, 5), (5911, 456, 22, 513, 6), (5912, 457, 94, 412, 0), (5913, 457, 111, 404, 1), (5914, 457, 116, 420, 2), (5915, 457, 121, 443, 3), (5916, 457, 123, 470, 4), (5917, 457, 120, 474, 5), (5918, 457, 98, 454, 6), (5919, 458, 97, 519, 0), (5920, 458, 118, 499, 1), (5921, 458, 122, 506, 2), (5922, 458, 120, 526, 3), (5923, 458, 113, 558, 4), (5924, 458, 109, 571, 5), (5925, 458, 95, 563, 6), (5926, 459, 47, 453, 0), (5927, 459, 99, 452, 1), (5928, 459, 121, 473, 2), (5929, 459, 117, 480, 3), (5930, 459, 32, 476, 4), (5931, 459, 25, 470, 5), (5932, 460, 28, 502, 0), (5933, 460, 31, 499, 1), (5934, 460, 115, 496, 2), (5935, 460, 118, 499, 3), (5936, 460, 98, 518, 4), (5937, 460, 49, 521, 5), (5938, 461, 53, 253, 0), (5939, 461, 88, 253, 1), (5940, 461, 83, 292, 2), (5941, 461, 56, 293, 3), (5942, 462, 37, 222, 0), (5943, 462, 103, 222, 1), (5944, 462, 108, 212, 2), (5945, 462, 107, 190, 3), (5946, 462, 103, 165, 4), (5947, 462, 97, 147, 5), (5948, 462, 87, 136, 6), (5949, 462, 70, 133, 7), (5950, 462, 52, 139, 8), (5951, 462, 44, 155, 9), (5952, 462, 38, 180, 10), (5953, 462, 35, 202, 11), (5954, 462, 34, 215, 12), (5955, 463, 69, 220, 0), (5956, 463, 99, 221, 1), (5957, 463, 109, 218, 2), (5958, 463, 110, 198, 3), (5959, 463, 109, 178, 4), (5960, 463, 104, 152, 5), (5961, 463, 95, 136, 6), (5962, 463, 81, 128, 7), (5963, 463, 63, 129, 8), (5964, 463, 49, 137, 9), (5965, 463, 40, 153, 10), (5966, 463, 35, 181, 11), (5967, 463, 33, 211, 12), (5968, 463, 40, 216, 13), (5969, 464, 70, 222, 0), (5970, 464, 83, 217, 1), (5971, 464, 99, 207, 2), (5972, 464, 109, 199, 3), (5973, 464, 112, 185, 4), (5974, 464, 109, 167, 5), (5975, 464, 101, 143, 6), (5976, 464, 95, 123, 7), (5977, 464, 83, 117, 8), (5978, 464, 66, 117, 9), (5979, 464, 53, 121, 10), (5987, 464, 62, 220, 17), (5981, 464, 47, 133, 11), (5982, 464, 40, 153, 12), (5983, 464, 32, 173, 13), (5984, 464, 31, 188, 14), (5985, 464, 37, 201, 15), (5986, 464, 51, 212, 16), (5988, 465, 53, 201, 0), (5989, 465, 90, 200, 1), (5990, 465, 86, 160, 2), (5991, 465, 58, 161, 3), (5992, 466, 87, 254, 0), (5993, 466, 105, 239, 1), (5994, 466, 107, 244, 2), (5995, 466, 103, 263, 3), (5996, 466, 98, 286, 4), (5997, 466, 95, 296, 5), (5998, 466, 82, 291, 6), (5999, 467, 85, 161, 0), (6000, 467, 100, 156, 1), (6001, 467, 103, 167, 2), (6002, 467, 107, 187, 3), (6003, 467, 108, 211, 4), (6004, 467, 106, 216, 5), (6005, 467, 89, 199, 6), (6006, 468, 54, 254, 0), (6007, 468, 57, 291, 1), (6008, 468, 42, 298, 2), (6009, 468, 38, 283, 3), (6010, 468, 34, 244, 4), (6011, 468, 36, 238, 5), (6012, 469, 59, 162, 0), (6013, 469, 54, 200, 1), (6014, 469, 35, 217, 2), (6015, 469, 34, 210, 3), (6016, 469, 37, 186, 4), (6017, 469, 44, 156, 5), (6018, 470, 53, 200, 0), (6019, 470, 89, 197, 1), (6020, 470, 106, 214, 2), (6021, 470, 103, 221, 3), (6022, 470, 37, 221, 4), (6023, 470, 35, 216, 5), (6024, 471, 52, 254, 0), (6025, 471, 87, 254, 1), (6026, 471, 105, 240, 2), (6027, 471, 103, 235, 3), (6028, 471, 37, 236, 4), (6029, 471, 35, 239, 5), (6030, 472, 54, 256, 0), (6031, 472, 89, 254, 1), (6032, 472, 86, 292, 2), (6033, 472, 57, 294, 3), (6034, 473, 54, 195, 0), (6035, 473, 90, 197, 1), (6036, 473, 86, 158, 2), (6037, 473, 59, 157, 3), (6038, 474, 54, 256, 0), (6039, 474, 89, 255, 1), (6040, 474, 108, 236, 2), (6041, 474, 100, 234, 3), (6042, 474, 66, 235, 4), (6043, 474, 41, 238, 5), (6044, 474, 37, 240, 6), (6045, 475, 55, 193, 0), (6046, 475, 89, 196, 1), (6047, 475, 109, 218, 2), (6048, 475, 101, 221, 3), (6049, 475, 70, 220, 4), (6050, 475, 41, 217, 5), (6051, 475, 36, 214, 6), (6052, 476, 89, 254, 0), (6053, 476, 107, 237, 1), (6054, 476, 109, 243, 2), (6055, 476, 106, 274, 3), (6056, 476, 102, 297, 4), (6057, 476, 86, 292, 5), (6058, 477, 108, 218, 0), (6059, 477, 88, 196, 1), (6060, 477, 85, 159, 2), (6061, 477, 103, 151, 3), (6062, 477, 109, 175, 4), (6063, 477, 110, 193, 5), (6064, 478, 38, 240, 0), (6065, 478, 55, 255, 1), (6066, 478, 58, 292, 2), (6067, 478, 42, 300, 3), (6068, 478, 38, 289, 4), (6069, 478, 35, 268, 5), (6070, 478, 34, 243, 6), (6071, 479, 54, 195, 0), (6072, 479, 38, 214, 1), (6073, 479, 34, 211, 2), (6074, 479, 34, 189, 3), (6075, 479, 38, 158, 4), (6076, 479, 59, 158, 6), (6077, 479, 41, 151, 5), (6078, 480, 52, 262, 0), (6079, 480, 95, 261, 1), (6080, 480, 90, 307, 2), (6081, 480, 56, 309, 3), (6089, 482, 58, 143, 3), (6088, 482, 86, 142, 2), (6087, 482, 94, 188, 1), (6086, 482, 52, 188, 0), (6090, 483, 94, 262, 0), (6091, 483, 106, 251, 1), (6092, 483, 109, 256, 2), (6093, 483, 112, 275, 3), (6094, 483, 106, 298, 4), (6095, 483, 101, 312, 5), (6096, 483, 90, 306, 6), (6097, 484, 93, 186, 0), (6098, 484, 85, 143, 1), (6099, 484, 99, 136, 2), (6100, 484, 109, 166, 3), (6101, 484, 112, 185, 4), (6102, 484, 109, 199, 5), (6104, 485, 53, 263, 0), (6105, 485, 57, 307, 1), (6106, 485, 41, 313, 2), (6107, 485, 32, 279, 3), (6108, 485, 36, 263, 4), (6109, 485, 43, 255, 5), (6110, 486, 53, 186, 0), (6111, 486, 59, 144, 1), (6112, 486, 45, 139, 2), (6113, 486, 32, 171, 3), (6114, 486, 31, 188, 4), (6115, 486, 36, 199, 5), (6116, 487, 52, 263, 0), (6117, 487, 94, 262, 1), (6118, 487, 106, 252, 2), (6119, 487, 101, 246, 3), (6120, 487, 70, 232, 4), (6121, 487, 62, 236, 5), (6122, 487, 43, 255, 6), (6123, 488, 52, 185, 0), (6124, 488, 94, 186, 1), (6125, 488, 108, 199, 2), (6126, 488, 87, 214, 3), (6127, 488, 71, 221, 4), (6128, 488, 63, 220, 5), (6129, 488, 39, 202, 6), (6130, 488, 36, 198, 7), (6131, 489, 38, 143, 0), (6132, 489, 56, 148, 1), (6133, 489, 75, 153, 2), (6134, 489, 92, 159, 3), (6135, 489, 106, 161, 4), (6136, 489, 111, 170, 5), (6137, 489, 110, 184, 6), (6138, 489, 93, 182, 7), (6139, 489, 77, 179, 8), (6140, 489, 60, 174, 9), (6141, 489, 38, 168, 10), (6142, 489, 33, 156, 11), (6143, 490, 106, 161, 0), (6144, 490, 106, 170, 1), (6145, 490, 109, 184, 2), (6146, 490, 118, 198, 3), (6147, 490, 125, 203, 4), (6148, 490, 125, 180, 5), (6149, 490, 122, 156, 6), (6150, 490, 117, 148, 7), (6151, 490, 110, 154, 8), (6152, 491, 128, 251, 0), (6153, 491, 114, 254, 1), (6154, 491, 107, 278, 2), (6155, 491, 106, 303, 3), (6156, 491, 117, 310, 4), (6157, 491, 124, 283, 5), (6158, 491, 129, 260, 6), (6159, 492, 39, 143, 0), (6160, 492, 40, 153, 1), (6161, 492, 39, 167, 2), (6162, 492, 32, 171, 3), (6163, 492, 27, 183, 4), (6164, 492, 18, 186, 5), (6165, 492, 14, 167, 6), (6166, 492, 14, 155, 7), (6167, 492, 18, 137, 8), (6168, 492, 24, 130, 9), (6169, 492, 31, 128, 10), (6170, 492, 38, 135, 11), (6171, 493, 18, 250, 0), (6172, 493, 33, 254, 1), (6173, 493, 37, 277, 2), (6174, 493, 38, 299, 3), (6175, 493, 30, 305, 4), (6176, 493, 17, 274, 5), (6177, 493, 15, 256, 6), (6178, 494, 73, 266, 0), (6179, 494, 59, 276, 1), (6180, 494, 55, 291, 2), (6181, 494, 58, 306, 3), (6182, 494, 70, 316, 4), (6183, 494, 88, 310, 5), (6184, 494, 93, 289, 6), (6185, 494, 88, 269, 7), (6186, 495, 121, 153, 0), (6187, 495, 113, 95, 1), (6188, 496, 20, 135, 0), (6189, 496, 29, 92, 1), (6190, 497, 29, 91, 0), (6191, 497, 20, 135, 1), (6192, 497, 120, 152, 2), (6193, 497, 113, 95, 3), (6194, 498, 127, 135, 0), (6195, 498, 124, 90, 1), (6196, 499, 16, 127, 0), (6197, 499, 22, 90, 1), (6198, 500, 22, 90, 0), (6199, 500, 123, 90, 1), (6200, 500, 127, 134, 2), (6201, 500, 17, 128, 3), (6202, 501, 70, 134, 0), (6203, 501, 86, 135, 1), (6204, 501, 98, 130, 2), (6205, 501, 100, 113, 3), (6206, 501, 89, 106, 4), (6207, 501, 67, 104, 5), (6208, 501, 52, 113, 6), (6209, 501, 52, 126, 7), (6210, 502, 49, 148, 0), (6211, 502, 67, 140, 1), (6212, 502, 89, 141, 2), (6213, 502, 112, 145, 3), (6214, 502, 117, 157, 4), (6215, 502, 116, 172, 5), (6216, 502, 103, 176, 6), (6217, 502, 81, 173, 7), (6218, 502, 62, 177, 8), (6219, 502, 45, 182, 9), (6220, 502, 31, 177, 10), (6221, 502, 17, 175, 11), (6222, 502, 17, 154, 12), (6223, 502, 27, 145, 13), (6224, 503, 138, 250, 0), (6225, 503, 136, 276, 1), (6226, 503, 131, 295, 2), (6227, 503, 122, 316, 3), (6228, 503, 111, 315, 4), (6229, 503, 115, 289, 5), (6230, 503, 120, 263, 6), (6231, 503, 126, 250, 7), (6232, 504, 111, 145, 0), (6233, 504, 112, 158, 1), (6234, 504, 115, 172, 2), (6235, 504, 123, 178, 3), (6236, 504, 129, 187, 4), (6237, 504, 133, 188, 5), (6238, 504, 133, 167, 6), (6239, 504, 126, 134, 7), (6240, 504, 122, 129, 8), (6241, 504, 116, 135, 9), (6242, 505, 4, 257, 0), (6243, 505, 18, 260, 1), (6244, 505, 24, 281, 2), (6245, 505, 30, 315, 3), (6246, 505, 20, 319, 4), (6247, 505, 14, 304, 5), (6248, 505, 6, 292, 6), (6249, 505, 4, 278, 7), (6250, 506, 28, 146, 0), (6251, 506, 26, 162, 1), (6252, 506, 20, 176, 2), (6253, 506, 12, 185, 3), (6254, 506, 4, 188, 4), (6255, 506, 5, 167, 5), (6256, 506, 8, 153, 6), (6257, 506, 15, 132, 7), (6258, 506, 23, 138, 8), (6259, 507, 69, 258, 0), (6260, 507, 83, 262, 1), (6261, 507, 89, 275, 2), (6262, 507, 88, 296, 3), (6263, 507, 79, 311, 4), (6264, 507, 59, 311, 5), (6265, 507, 44, 297, 6), (6266, 507, 45, 274, 7), (6267, 507, 52, 263, 8), (6268, 508, 70, 126, 0), (6269, 508, 85, 124, 1), (6270, 508, 92, 118, 2), (6271, 508, 94, 106, 3), (6272, 508, 84, 97, 4), (6273, 508, 66, 96, 5), (6274, 508, 47, 100, 6), (6275, 508, 42, 115, 7), (6276, 508, 49, 125, 8), (6277, 510, 73, 412, 0), (6278, 510, 88, 415, 1), (6279, 510, 93, 429, 2), (6280, 510, 89, 451, 3), (6281, 510, 78, 462, 4), (6282, 510, 62, 460, 5), (6283, 510, 53, 443, 6), (6284, 510, 57, 424, 7), (6285, 513, 112, 410, 0), (6286, 513, 102, 415, 1), (6287, 513, 106, 437, 2), (6288, 513, 114, 457, 3), (6289, 513, 125, 458, 4), (6290, 513, 126, 451, 5), (6291, 515, 32, 414, 0), (6292, 515, 43, 418, 1), (6293, 515, 39, 440, 2), (6294, 515, 31, 462, 3), (6295, 515, 18, 462, 4), (6296, 515, 21, 446, 5), (6297, 516, 69, 401, 0), (6298, 516, 84, 405, 1), (6299, 516, 95, 419, 2), (6300, 516, 95, 438, 3), (6301, 516, 89, 456, 4), (6302, 516, 78, 461, 5), (6303, 516, 54, 457, 6), (6304, 516, 42, 439, 7), (6305, 516, 44, 416, 8), (6306, 516, 52, 407, 9), (6307, 517, 21, 403, 0), (6308, 517, 33, 407, 1), (6309, 517, 28, 433, 2), (6310, 517, 22, 455, 3), (6311, 517, 4, 459, 4), (6312, 517, 6, 439, 5), (6313, 517, 12, 417, 6), (6314, 519, 120, 404, 0), (6315, 519, 109, 407, 1), (6316, 519, 109, 437, 2), (6317, 519, 116, 457, 3), (6318, 519, 130, 457, 4), (6319, 519, 131, 449, 5), (6320, 435, 16, 620, 15), (6321, 435, 115, 607, 9), (6322, 435, 105, 626, 10), (6325, 435, 23, 516, 21), (6326, 435, 11, 605, 16), (6327, 435, 48, 507, 23), (6328, 435, 101, 498, 2), (6329, 435, 127, 528, 5), (6330, 523, 111, 568, 0), (6331, 523, 94, 568, 1), (6332, 523, 72, 564, 2), (6333, 523, 64, 570, 3), (6334, 524, 114, 533, 0), (6335, 524, 105, 553, 1), (6336, 524, 95, 568, 2), (6337, 524, 100, 583, 3), (6338, 524, 103, 601, 4), (6339, 525, 56, 521, 0), (6340, 525, 61, 539, 1), (6341, 525, 67, 552, 2), (6342, 525, 72, 563, 3), (6343, 526, 34, 543, 0), (6344, 526, 32, 558, 1), (6345, 526, 34, 578, 2), (6346, 526, 39, 598, 3), (6347, 526, 45, 611, 4), (6348, 526, 47, 625, 5), (6349, 527, 18, 567, 0), (6350, 527, 33, 571, 1), (6351, 528, 22, 601, 0), (6352, 528, 28, 588, 1), (6353, 528, 35, 583, 2), (6370, 436, 21, 590, 16), (6366, 528, 46, 579, 3), (6367, 436, 25, 517, 20), (6368, 436, 63, 624, 12), (6369, 436, 113, 604, 8), (6371, 436, 103, 616, 9), (6372, 436, 34, 611, 14), (6373, 436, 50, 505, 22), (6374, 436, 103, 507, 2), (6375, 436, 93, 623, 10), (6376, 436, 60, 501, 23), (6377, 406, 127, 462, 7), (6378, 530, 110, 563, 0), (6379, 530, 97, 560, 1), (6380, 530, 77, 561, 2), (6381, 530, 54, 558, 3), (6382, 530, 36, 565, 4), (6383, 530, 27, 569, 5), (6384, 531, 103, 530, 0), (6385, 531, 100, 548, 1), (6386, 531, 97, 559, 2), (6387, 531, 99, 573, 3), (6388, 531, 100, 592, 4), (6389, 532, 57, 527, 0), (6390, 532, 55, 542, 1), (6391, 532, 57, 557, 2), (6392, 532, 57, 567, 3), (6393, 533, 34, 542, 0), (6394, 533, 34, 553, 1), (6395, 533, 38, 564, 2), (6396, 533, 39, 576, 3), (6397, 533, 43, 591, 4), (6398, 534, 122, 584, 0), (6399, 534, 115, 661, 1), (6400, 535, 9, 590, 0), (6401, 535, 16, 656, 1), (6402, 536, 9, 590, 0), (6403, 536, 122, 583, 1), (6404, 536, 115, 660, 2), (6405, 536, 16, 656, 3), (6406, 537, 117, 591, 0), (6407, 537, 112, 644, 1), (6408, 538, 21, 591, 0), (6409, 538, 28, 642, 1), (6410, 539, 21, 591, 0), (6411, 539, 117, 591, 1), (6412, 539, 111, 643, 2), (6413, 539, 28, 642, 3), (6414, 522, 55, 649, 0), (6448, 520, 128, 542, 0), (6416, 522, 68, 644, 1), (6417, 522, 74, 632, 2), (6418, 522, 68, 616, 3), (6419, 522, 52, 607, 4), (6420, 522, 42, 611, 5), (6421, 522, 35, 616, 6), (6422, 522, 32, 630, 7), (6423, 522, 39, 647, 8), (6424, 521, 51, 558, 0), (6425, 521, 57, 550, 1), (6426, 521, 58, 537, 2), (6427, 521, 69, 533, 3), (6428, 521, 80, 539, 4), (6429, 521, 85, 551, 5), (6430, 521, 98, 554, 6), (6431, 521, 109, 556, 7), (6432, 521, 111, 569, 8), (6433, 521, 106, 581, 9), (6434, 521, 93, 579, 10), (6435, 521, 77, 577, 11), (6436, 521, 67, 582, 12), (6437, 521, 54, 587, 13), (6438, 521, 50, 593, 14), (6439, 521, 52, 605, 15), (6440, 521, 45, 615, 16), (6441, 521, 34, 614, 17), (6442, 521, 27, 596, 18), (6443, 521, 22, 590, 19), (6444, 521, 20, 572, 20), (6445, 521, 20, 557, 21), (6446, 521, 31, 554, 22), (6447, 521, 41, 559, 23), (6449, 520, 120, 544, 1), (6450, 520, 108, 557, 2), (6451, 520, 103, 569, 3), (6452, 520, 106, 579, 4), (6453, 520, 110, 591, 5), (6454, 520, 118, 596, 6), (6455, 520, 124, 576, 7), (6456, 520, 127, 560, 8), (6457, 518, 11, 543, 0), (6458, 518, 20, 548, 1), (6459, 518, 25, 555, 2), (6460, 518, 25, 571, 3), (6461, 518, 22, 590, 4), (6462, 518, 17, 597, 5), (6463, 518, 10, 600, 6), (6464, 518, 9, 584, 7), (6465, 518, 9, 557, 8); #---------------------------- # Table structure for graphicshape #---------------------------- CREATE TABLE `graphicshape` ( `GShapeNum` smallint(5) unsigned NOT NULL auto_increment, `GElementNum` smallint(5) unsigned NOT NULL default '0', `ShapeType` char(1) NOT NULL default '', `Description` varchar(100) NOT NULL default '', PRIMARY KEY (`GShapeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table graphicshape #---------------------------- insert into graphicshape values (1, 1, 'L', 'MD groove'), (2, 1, 'G', 'Outline'), (3, 1, 'L', 'ML groove'), (4, 1, 'L', 'DL groove'), (5, 1, 'G', 'Outline-Occlusal'), (6, 2, 'G', 'main'), (7, 2, 'L', 'LD'), (8, 2, 'L', 'LM'), (9, 2, 'F', 'lingual fill'), (10, 1, 'L', 'M groove'), (11, 1, 'L', 'D groove'), (12, 3, 'G', 'Outline'), (13, 3, 'G', 'Outline-Occlusal'), (14, 4, 'G', 'Main'), (15, 4, 'L', 'Main Lingual'), (16, 3, 'L', 'B groove'), (17, 3, 'L', 'B groove 2'), (18, 3, 'L', 'DL groove'), (19, 3, 'L', 'MD groove'), (20, 3, 'L', 'B access'), (21, 3, 'L', 'B groove Occl'), (22, 3, 'L', 'B2'), (23, 3, 'L', 'B3'), (24, 3, 'L', 'B4'), (25, 3, 'L', 'B5'), (26, 3, 'L', 'B6'), (27, 5, 'G', 'outline'), (28, 5, 'L', 'B groove'), (29, 6, 'G', 'Main'), (30, 6, 'L', 'Splits'), (31, 5, 'L', 'cusp'), (32, 5, 'G', 'Occlusal'), (33, 5, 'L', 'MD groove'), (34, 5, 'L', 'B2'), (35, 5, 'L', 'B3'), (36, 5, 'L', 'D'), (37, 5, 'L', 'D2'), (38, 5, 'L', 'D3'), (39, 5, 'L', 'L'), (40, 5, 'L', 'M'), (41, 5, 'L', 'B4'), (42, 5, 'L', 'M2'), (43, 7, 'G', 'Outline'), (44, 8, 'G', 'main'), (45, 7, 'L', 'm'), (46, 8, 'L', 'split'), (47, 7, 'G', 'occlusal'), (48, 7, 'L', 'groove'), (49, 7, 'L', 'DL'), (50, 7, 'L', 'ML'), (51, 7, 'L', 'M'), (52, 7, 'L', 'D'), (53, 9, 'G', 'main'), (54, 10, 'G', 'main'), (55, 11, 'G', 'main'), (56, 13, 'G', 'Outline'), (57, 13, 'L', 'md groove'), (58, 13, 'L', 'bl groove'), (59, 13, 'L', 'db groove'), (60, 13, 'L', 'M'), (61, 13, 'L', 'M2'), (62, 13, 'L', 'M3'), (63, 13, 'L', 'D'), (64, 13, 'L', 'D2'), (65, 13, 'L', 'D3'), (66, 13, 'G', 'B Outline'), (67, 13, 'L', 'B'), (68, 13, 'L', 'B2'), (69, 14, 'G', 'main'), (70, 16, 'G', 'Outline'), (71, 16, 'L', 'MD groove'), (72, 16, 'L', 'BL'), (73, 16, 'L', 'M1'), (74, 16, 'L', 'M2'), (75, 16, 'L', 'M3'), (76, 16, 'L', 'M4'), (77, 16, 'L', 'D1'), (78, 16, 'L', 'D2'), (79, 16, 'L', 'D3'), (80, 16, 'G', 'B Outline'), (81, 16, 'L', 'B groove'), (82, 16, 'L', 'B2'), (83, 15, 'G', 'main'), (84, 18, 'G', 'Outline'), (85, 18, 'L', 'MD groove'), (86, 18, 'L', 'M'), (87, 18, 'L', 'D'), (88, 18, 'L', 'L'), (89, 18, 'L', 'L2'), (90, 18, 'G', 'B outline'), (91, 17, 'G', 'main'), (92, 19, 'G', 'outline'), (93, 19, 'L', 'main groove'), (94, 19, 'L', 'M'), (95, 19, 'L', 'D'), (96, 19, 'L', 'm2'), (97, 19, 'L', 'd2'), (98, 19, 'G', 'B outline'), (99, 20, 'G', 'main'), (100, 22, 'G', 'outliine'), (101, 21, 'G', 'Main'), (102, 23, 'G', 'outline'), (103, 24, 'G', 'main'), (104, 9, 'G', 'Lingual'), (105, 10, 'L', 'L'), (106, 10, 'L', 'L2'), (107, 10, 'F', 'L Fill'), (108, 11, 'G', 'L outline'), (219, 41, 'G', 'F'), (218, 40, 'G', 'L'), (112, 12, 'G', 'main'), (113, 25, 'G', 'Outline'), (114, 25, 'G', 'L outline'), (115, 26, 'G', 'main'), (215, 38, 'G', 'O'), (208, 34, 'G', 'B'), (119, 8, 'L', 'L'), (120, 8, 'L', 'L2'), (121, 4, 'L', 'L'), (122, 4, 'L', 'L2'), (123, 6, 'L', 'L'), (124, 6, 'L', 'L2'), (125, 8, 'F', 'L fill'), (126, 4, 'F', 'L fill'), (127, 6, 'F', 'L fill'), (128, 15, 'L', 'L'), (129, 15, 'L', 'L2'), (130, 15, 'F', 'L fill'), (131, 14, 'L', 'L'), (132, 14, 'L', 'L2'), (133, 14, 'F', 'L shadow'), (134, 17, 'L', 'L'), (135, 17, 'L', 'L2'), (136, 17, 'F', 'L shadow'), (137, 20, 'L', 'L'), (138, 20, 'L', 'L2'), (139, 22, 'G', 'L outline'), (217, 39, 'G', 'L'), (214, 37, 'G', 'B'), (143, 20, 'F', 'L shadow'), (144, 23, 'G', 'L'), (216, 39, 'G', 'F'), (212, 36, 'G', 'B'), (148, 27, 'G', 'main'), (149, 27, 'G', 'L'), (150, 28, 'G', 'main'), (211, 36, 'G', 'O'), (210, 35, 'G', 'O'), (154, 29, 'G', 'main'), (155, 29, 'G', 'Occlusal'), (156, 30, 'G', 'Main'), (157, 30, 'L', 'split'), (158, 29, 'L', 'b'), (159, 31, 'G', 'main'), (160, 31, 'G', 'B outline'), (161, 32, 'G', 'main'), (162, 31, 'L', 'O groove'), (163, 31, 'L', 'BL'), (164, 31, 'L', 'M1'), (165, 31, 'L', 'M0'), (166, 31, 'L', 'M3'), (167, 31, 'L', 'D1'), (168, 31, 'L', 'D2'), (169, 31, 'L', 'D3'), (170, 25, 'L', 'L'), (171, 11, 'L', 'L groove'), (172, 9, 'L', 'L'), (173, 11, 'L', 'L2'), (174, 27, 'L', 'L2'), (175, 23, 'L', 'L2'), (176, 31, 'L', 'B'), (177, 33, 'L', 'E'), (178, 33, 'L', 'E2'), (179, 34, 'G', 'O'), (180, 32, 'L', 'L'), (181, 32, 'L', 'L2'), (182, 32, 'F', 'L shadow'), (183, 30, 'L', 'L'), (184, 30, 'L', 'L2'), (185, 30, 'F', 'L shade'), (186, 32, 'L', 'groove'), (187, 22, 'L', 'L'), (188, 22, 'L', 'L2'), (189, 9, 'L', 'L2'), (190, 7, 'L', 'D2'), (191, 18, 'L', 'L3'), (192, 18, 'L', 'M2'), (193, 18, 'L', 'D2'), (194, 3, 'L', 'M'), (195, 3, 'L', 'L2'), (196, 5, 'L', 'M3'), (197, 29, 'L', 'groove'), (198, 29, 'L', 'B2'), (199, 29, 'L', 'D'), (200, 29, 'L', 'B3'), (201, 29, 'L', 'M'), (202, 29, 'L', 'D2'), (203, 29, 'L', 'D3'), (204, 29, 'L', 'M2'), (205, 29, 'L', 'M3'), (206, 30, 'L', 'split2'), (207, 25, 'L', 'L2'), (220, 42, 'G', 'F'), (221, 42, 'G', 'L'), (222, 43, 'G', 'F'), (223, 43, 'G', 'Filling L'), (224, 44, 'G', 'B'), (233, 49, 'G', 'O'), (226, 45, 'G', 'O'), (227, 45, 'G', 'OD'), (228, 46, 'G', 'O'), (229, 47, 'G', 'O'), (230, 47, 'G', 'B'), (231, 48, 'G', 'O'), (232, 48, 'G', 'B'), (234, 50, 'G', 'B'), (235, 51, 'G', 'O'), (236, 51, 'G', 'B'), (237, 52, 'G', 'B'), (238, 52, 'G', 'O'), (239, 53, 'G', 'F'), (240, 53, 'G', 'L'), (241, 54, 'G', 'F'), (242, 55, 'G', 'F'), (243, 55, 'G', 'L'), (244, 56, 'G', 'L'), (245, 57, 'G', 'F'), (246, 57, 'G', 'L'), (247, 58, 'G', 'L'), (248, 59, 'G', 'B'), (249, 60, 'G', 'B'), (250, 60, 'G', 'O'), (251, 61, 'G', 'O'), (252, 62, 'G', 'O'), (253, 62, 'G', 'B'), (254, 63, 'G', 'L'), (547, 225, 'L', 'D'), (546, 225, 'L', 'M'), (548, 225, 'L', 'L'), (549, 226, 'L', 'M'), (550, 226, 'L', 'D'), (551, 226, 'L', 'L'), (552, 226, 'L', 'L2'), (553, 227, 'L', 'B'), (554, 227, 'L', 'L'), (555, 228, 'L', 'main'), (556, 229, 'L', 'main'), (557, 230, 'L', 'main'), (558, 231, 'L', 'main'), (559, 232, 'L', 'main'), (560, 233, 'L', 'main'), (561, 234, 'L', 'main'), (562, 235, 'L', 'main'), (563, 236, 'L', 'M'), (564, 236, 'L', 'D'), (565, 237, 'L', 'M'), (566, 237, 'L', 'D'), (567, 238, 'L', 'M'), (568, 238, 'L', 'D'), (569, 239, 'G', 'main'), (571, 241, 'G', 'main'), (572, 242, 'G', 'main'), (573, 243, 'G', 'main'), (574, 244, 'G', 'main'), (575, 245, 'G', 'main'), (576, 246, 'G', 'main'), (577, 247, 'G', 'main'), (578, 248, 'G', 'main'), (579, 249, 'G', 'main'), (544, 224, 'L', 'L'), (545, 224, 'L', 'MB'), (543, 224, 'L', 'DB'), (542, 223, 'L', 'main'), (541, 222, 'L', 'implant hole'), (540, 222, 'G', 'implant outline'), (312, 94, 'G', 'F'), (313, 95, 'G', 'F'), (314, 95, 'G', 'L'), (315, 96, 'G', 'F'), (316, 97, 'G', 'L'), (317, 98, 'G', 'F'), (318, 98, 'G', 'L'), (319, 99, 'G', 'L'), (320, 100, 'G', 'F'), (321, 101, 'G', 'F'), (322, 101, 'G', 'L'), (323, 102, 'G', 'O'), (324, 103, 'G', 'O'), (325, 103, 'G', 'B'), (326, 104, 'G', 'O'), (327, 104, 'G', 'B'), (328, 105, 'G', 'B'), (329, 106, 'G', 'L'), (330, 107, 'G', 'F'), (331, 108, 'G', 'F'), (332, 108, 'G', 'L'), (333, 109, 'G', 'L'), (334, 110, 'G', 'F'), (335, 110, 'G', 'L'), (336, 111, 'G', 'F'), (337, 111, 'G', 'L'), (338, 112, 'G', 'L'), (339, 113, 'G', 'L'), (340, 113, 'G', 'F'), (341, 114, 'G', 'F'), (342, 115, 'G', 'F'), (343, 116, 'G', 'Main'), (344, 115, 'G', 'L'), (345, 117, 'G', 'F'), (346, 117, 'G', 'L'), (347, 118, 'G', 'L'), (348, 119, 'G', 'F'), (349, 120, 'G', 'F'), (350, 120, 'G', 'L'), (351, 121, 'G', 'F'), (352, 121, 'G', 'L'), (353, 122, 'G', 'F'), (354, 122, 'G', 'L'), (355, 123, 'G', 'F'), (356, 124, 'G', 'L'), (357, 125, 'G', 'F'), (358, 125, 'G', 'L'), (359, 126, 'G', 'F'), (360, 126, 'G', 'L'), (361, 127, 'G', 'F'), (362, 127, 'G', 'L'), (363, 128, 'G', 'B'), (364, 129, 'G', 'L'), (365, 130, 'G', 'O'), (366, 130, 'G', 'B'), (367, 131, 'G', 'O'), (368, 131, 'G', 'B'), (369, 132, 'G', 'O'), (370, 133, 'G', 'O'), (371, 134, 'G', 'O'), (372, 134, 'G', 'B'), (373, 135, 'G', 'B'), (374, 136, 'G', 'O'), (375, 136, 'G', 'B'), (376, 137, 'G', 'L'), (377, 138, 'G', 'O'), (378, 139, 'G', 'O'), (379, 139, 'G', 'B'), (380, 140, 'G', 'B'), (381, 141, 'G', 'B'), (382, 141, 'G', 'O'), (383, 142, 'G', 'L'), (384, 143, 'G', 'O'), (385, 144, 'G', 'O'), (386, 144, 'G', 'B'), (387, 145, 'G', 'B'), (388, 146, 'G', 'O'), (389, 146, 'G', 'B'), (390, 147, 'G', 'L'), (391, 148, 'G', 'O'), (392, 149, 'G', 'O'), (393, 149, 'G', 'B'), (394, 150, 'G', 'B'), (395, 151, 'G', 'O'), (396, 151, 'G', 'B'), (397, 152, 'G', 'L'), (398, 116, 'G', 'F'), (399, 153, 'G', 'Main'), (400, 154, 'G', 'L'), (401, 154, 'G', 'F'), (402, 155, 'G', 'main'), (403, 156, 'G', 'L'), (404, 156, 'G', 'F'), (405, 157, 'G', 'main'), (406, 158, 'G', 'F'), (407, 159, 'G', 'main'), (408, 159, 'L', 'L'), (409, 160, 'G', 'main'), (410, 161, 'G', 'main'), (411, 161, 'L', 'L'), (412, 162, 'G', 'main'), (413, 162, 'L', 'b1'), (414, 162, 'L', 'b2'), (415, 163, 'G', 'main'), (416, 164, 'G', 'main'), (417, 165, 'G', 'main'), (418, 166, 'G', 'main'), (419, 167, 'G', 'main'), (420, 168, 'G', 'main'), (421, 169, 'G', 'main'), (422, 170, 'G', 'main'), (423, 171, 'G', 'main'), (424, 162, 'G', 'O'), (425, 162, 'L', 'O2'), (426, 162, 'L', 'm'), (427, 162, 'L', 'lb'), (428, 162, 'L', 'd'), (429, 162, 'L', 'b3'), (430, 164, 'G', 'O main'), (431, 164, 'L', 'md'), (432, 164, 'L', 'm'), (433, 164, 'L', 'd'), (434, 164, 'L', 'b'), (435, 160, 'G', 'O'), (436, 158, 'G', 'O'), (437, 172, 'G', 'F'), (438, 173, 'G', 'F'), (439, 174, 'G', 'F'), (440, 174, 'G', 'L'), (441, 175, 'G', 'L'), (442, 173, 'G', 'L'), (443, 176, 'G', 'F'), (444, 176, 'G', 'L'), (445, 177, 'G', 'F'), (446, 178, 'G', 'L'), (447, 179, 'G', 'F'), (448, 179, 'G', 'L'), (449, 180, 'G', 'F'), (450, 180, 'G', 'L'), (451, 181, 'G', 'F'), (452, 181, 'G', 'L'), (453, 182, 'G', 'F'), (454, 183, 'G', 'L'), (455, 184, 'G', 'F'), (456, 184, 'G', 'L'), (457, 185, 'G', 'F'), (458, 185, 'G', 'L'), (459, 186, 'G', 'F'), (460, 186, 'G', 'L'), (461, 187, 'G', 'F'), (462, 170, 'G', 'L'), (463, 168, 'G', 'L'), (464, 166, 'G', 'L'), (465, 188, 'G', 'L'), (466, 189, 'G', 'F'), (467, 189, 'G', 'L'), (468, 190, 'G', 'F'), (469, 190, 'G', 'L'), (470, 191, 'G', 'L'), (471, 191, 'G', 'F'), (472, 192, 'G', 'F'), (473, 193, 'G', 'L'), (474, 194, 'G', 'F'), (475, 194, 'G', 'L'), (476, 195, 'G', 'F'), (477, 195, 'G', 'L'), (478, 196, 'G', 'F'), (479, 196, 'G', 'L'), (480, 197, 'G', 'F'), (482, 198, 'G', 'L'), (483, 199, 'G', 'F'), (484, 199, 'G', 'L'), (485, 200, 'G', 'F'), (486, 200, 'G', 'L'), (487, 201, 'G', 'F'), (488, 201, 'G', 'L'), (489, 202, 'G', 'O'), (490, 203, 'G', 'O'), (491, 203, 'G', 'B'), (492, 204, 'G', 'O'), (493, 204, 'G', 'B'), (494, 205, 'G', 'B'), (495, 165, 'L', 'M'), (496, 165, 'L', 'D'), (497, 165, 'F', 'L FILL'), (498, 163, 'L', 'M'), (499, 163, 'L', 'D'), (500, 163, 'F', 'FILL'), (501, 206, 'G', 'L'), (502, 207, 'G', 'O'), (503, 208, 'G', 'B'), (504, 208, 'G', 'O'), (505, 209, 'G', 'B'), (506, 209, 'G', 'O'), (507, 210, 'G', 'B'), (508, 211, 'G', 'L'), (509, 212, 'G', 'O'), (510, 213, 'G', 'B'), (511, 214, 'G', 'L'), (512, 215, 'G', 'O'), (513, 215, 'G', 'B'), (514, 216, 'G', 'O'), (515, 216, 'G', 'B'), (516, 217, 'G', 'B'), (517, 219, 'G', 'B'), (518, 219, 'G', 'O'), (519, 218, 'G', 'B'), (520, 218, 'G', 'O'), (521, 220, 'G', 'O'), (522, 221, 'G', 'L'), (523, 160, 'L', 'md'), (524, 160, 'L', 'm'), (525, 160, 'L', 'b'), (526, 160, 'L', 'dl'), (527, 160, 'L', 'd'), (528, 160, 'L', 'd2'), (530, 158, 'L', 'md'), (531, 158, 'L', 'm'), (532, 158, 'L', 'd'), (533, 158, 'L', 'd2'), (534, 161, 'L', 'm'), (535, 161, 'L', 'd'), (536, 161, 'F', 'shadow'), (537, 159, 'L', 'm'), (538, 159, 'L', 'd'), (539, 159, 'F', 'shadow'), (580, 250, 'G', 'main'), (581, 251, 'G', 'main'), (582, 252, 'G', 'main'), (583, 253, 'G', 'main'), (584, 254, 'G', 'main'), (585, 255, 'G', 'main'), (586, 256, 'G', 'main'), (587, 257, 'L', 'E1'), (588, 257, 'L', 'E2'), (589, 258, 'G', 'implant outline'), (590, 258, 'L', 'implant hole'), (591, 259, 'L', 'seal'), (592, 260, 'L', 'seal'), (593, 261, 'G', 'veneer'), (594, 262, 'G', 'veneer'), (595, 263, 'G', 'veneer'), (596, 264, 'G', 'veneer'), (597, 265, 'G', 'veneer'), (598, 266, 'G', 'veneer'), (599, 267, 'G', 'veneer'), (600, 268, 'G', 'veneer'); #---------------------------- # Table structure for graphictype #---------------------------- CREATE TABLE `graphictype` ( `GTypeNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(100) NOT NULL default '', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `BrushType` varchar(100) NOT NULL default '', `IsSameEachTooth` tinyint(1) unsigned NOT NULL default '0', `IsHidden` tinyint(1) unsigned NOT NULL default '0', `SpecialType` varchar(100) NOT NULL default '', PRIMARY KEY (`GTypeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table graphictype #---------------------------- insert into graphictype values (1, 'Extraction', 1, '', 1, 0, ''), (2, 'Filling Solid', 5, 'solid', 0, 0, 'filling'), (3, 'Filling Light', 6, 'light', 0, 0, 'filling'), (4, 'RCT', 3, '', 0, 0, ''), (5, 'Post/BU', 4, 'solid', 0, 0, ''), (6, 'Crown Solid', 9, 'solid', 0, 0, 'crown'), (7, 'Crown Outline', 10, 'outline', 0, 0, 'crown'), (8, 'Tooth', 0, '', 0, 1, ''), (9, 'Crown Hatch', 12, 'hatchoutline', 0, 0, 'crown'), (10, 'Implant', 2, 'outline', 1, 0, ''), (11, 'Sealant', 8, 'outline', 1, 0, ''), (12, 'Bridge Solid', 13, 'solid', 0, 0, 'bridge'), (13, 'Bridge Outline', 14, 'outline', 0, 0, 'bridge'), (14, 'Bridge Hatch', 16, 'hatchoutline', 0, 0, 'bridge'), (19, 'Filling Diagonal', 7, 'diagonal', 0, 0, 'filling'), (20, 'Crown Diagonal', 11, 'diagonaloutline', 0, 0, 'crown'), (21, 'Bridge Diagonal', 15, 'diagonaloutline', 0, 0, 'bridge'), (23, 'Veneer', 17, 'outline', 0, 0, ''), (24, 'Denture Solid', 18, 'solid', 0, 0, 'denture'), (25, 'Denture Outline', 19, 'outline', 0, 0, 'denture'), (26, 'Denture Diagonal', 20, 'diagonaloutline', 0, 0, 'denture'), (27, 'Denture Hatch', 21, 'hatchoutline', 0, 0, 'denture'); #---------------------------- # Table structure for insplan #---------------------------- CREATE TABLE `insplan` ( `PlanNum` mediumint(8) unsigned NOT NULL auto_increment, `Subscriber` mediumint(8) unsigned NOT NULL default '0', `Carrier` varchar(50) NOT NULL default '', `DateEffective` date NOT NULL default '0001-01-01', `DateTerm` date NOT NULL default '0001-01-01', `Phone` varchar(30) NOT NULL default '', `GroupName` varchar(50) NOT NULL default '', `GroupNum` varchar(20) NOT NULL default '', `Address` varchar(60) NOT NULL default '', `Address2` varchar(60) NOT NULL default '', `City` varchar(40) NOT NULL default '', `State` varchar(2) NOT NULL default '', `Zip` varchar(10) NOT NULL default '', `NoSendElect` tinyint(1) unsigned NOT NULL default '0', `ElectID` varchar(5) NOT NULL default '', `Employer` varchar(40) NOT NULL default '', `AnnualMax` smallint(6) NOT NULL default '0', `RenewMonth` tinyint(3) unsigned NOT NULL default '1', `Deductible` smallint(6) NOT NULL default '0', `DeductWaivPrev` tinyint(3) unsigned NOT NULL default '0', `OrthoMax` smallint(6) NOT NULL default '0', `FloToAge` tinyint(4) NOT NULL default '0', `PlanNote` text NOT NULL, `MissToothExcl` tinyint(3) unsigned NOT NULL default '0', `MajorWait` tinyint(3) unsigned NOT NULL default '0', `FeeSched` smallint(5) unsigned NOT NULL default '0', `ReleaseInfo` tinyint(1) unsigned NOT NULL default '1', `AssignBen` tinyint(1) unsigned NOT NULL default '1', `PlanType` char(1) NOT NULL default '', `ClaimFormNum` smallint(5) unsigned NOT NULL default '0', `UseAltCode` tinyint(1) unsigned NOT NULL default '0', `ClaimsUseUCR` tinyint(1) unsigned NOT NULL default '0', `IsWrittenOff` tinyint(1) unsigned NOT NULL default '0', `CopayFeeSched` smallint(5) unsigned NOT NULL default '0', `SubscriberID` varchar(40) NOT NULL default '', `EmployerNum` mediumint(8) unsigned NOT NULL default '0', `CarrierNum` mediumint(8) unsigned NOT NULL default '0', `AllowedFeeSched` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`PlanNum`), KEY `indexSubscriber` (`Subscriber`), KEY `indexCarrier` (`Carrier`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table insplan #---------------------------- #---------------------------- # Table structure for language #---------------------------- CREATE TABLE `language` ( `EnglishComments` text NOT NULL, `ClassType` text NOT NULL, `English` text NOT NULL, `IsObsolete` tinyint(1) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table language #---------------------------- insert into language values ('', 'ContrFamily', ' Set Guarantor', 1), ('insert a space in most languages to not show it.', 'TablePatient', 'SS#', 0), ('Fluoride to age:', 'TableCoverage', 'Flo to Age:', 0), ('', 'ContrFamily', ' Delete Patient', 1), ('', 'ContrFamily', ' Add Family Member', 1), ('', 'ContrFamily', ' Delete Plan', 1), ('', 'ContrFamily', ' Add Plan', 1), ('', 'ContrFamily', ' Select Patient', 1), ('', 'ContrFamily', ' Move to Other Fam', 1), ('', 'All', 'Free Dental', 1), ('', 'ContrFamily', ' Add Referral', 1), ('', 'ContrFamily', ' Delete Referral', 1); #---------------------------- # Table structure for languageforeign #---------------------------- CREATE TABLE `languageforeign` ( `ClassType` text NOT NULL, `English` text NOT NULL, `Culture` varchar(255) NOT NULL default '', `Translation` text NOT NULL, `Comments` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table languageforeign #---------------------------- insert into languageforeign values ('FormMedical', 'Quick paste Service', 'it', 'Aggiungi servizio', ''), ('FormMedical', 'Quick paste Medical', 'it', 'Aggiungi medico', ''), ('FormMedical', 'Urgent Medical Notes', 'it', 'Note mediche urgenti', ''), ('FormMedical', 'Medical Summary', 'it', 'Riassunto medico', ''), ('FormMedical', 'Service Notes', 'it', 'Note di servizio', ''), ('ContrFamily', ' Set Guarantor', 'it', ' E\' un Garante', ''), ('FormOpenDental', 'Docs', 'it', 'Dottori', ''), ('FormOpenDental', 'Acct', 'it', 'Acc', ''), ('FormOpenDental', 'Fam', 'it', 'Fam', ''), ('FormOpenDental', 'Appts', 'it', 'App', ''), ('FormOpenDental', 'Treat\' Plan', 'it', 'Trattamenti', ''), ('FormOpenDental', 'Chart', 'it', 'Cartella', ''), ('FormOpenDental', 'Tools', 'it', 'Strumenti', ''), ('TablePatient', 'Patient Information', 'it', 'Dettagli del Paziente', ''), ('TablePatient', 'Chart Num', 'it', 'Cartella N.', ''), ('TablePatient', 'Last', 'it', 'Cognome', ''), ('TablePatient', 'First', 'it', 'Nome', ''), ('TablePatient', 'Middle', 'it', 'Iniziali', ''), ('TablePatient', 'Preferred', 'it', 'Preferito', ''), ('TablePatient', 'Salutation', 'it', 'Saluti', ''), ('TablePatient', 'Status', 'it', 'Stato civ.', ''), ('TablePatient', 'Gender', 'it', 'Sesso', ''), ('TablePatient', 'Position', 'it', 'Posizione', ''), ('TablePatient', 'Birthdate', 'it', 'Data Nascita', ''), ('TablePatient', 'Age', 'it', 'Et', ''), ('TablePatient', 'Address', 'it', 'Indirizzo', ''), ('TablePatient', 'Address2', 'it', 'Indirizzo2', ''), ('TablePatient', 'City', 'it', 'Citt', ''), ('TablePatient', 'State', 'it', 'Regione', ''), ('TablePatient', 'Zip', 'it', 'c.a.p.', ''), ('TablePatient', 'Hm Phone', 'it', 'Tel casa', ''), ('TablePatient', 'Wk Phone', 'it', 'Tel ufficio', ''), ('TablePatient', 'Wireless Ph', 'it', 'Cellulare', ''), ('TablePatient', 'E-mail', 'it', 'E-mail', ''), ('TablePatient', 'Family Address and Phone Notes', 'it', 'Ind. famiglia e note tel.', ''), ('TableCoverage', 'Primary Insurance Coverage', 'it', 'Copertura Assicurativa Primaria', ''), ('TableCoverage', 'Secondary Insurance Coverage', 'it', 'Copertura Assicurativa Secondaria', ''), ('TableCoverage', 'Ins Plan', 'it', 'Polizza', ''), ('TableCoverage', 'Rel\'ship to Sub', 'it', 'Relaz.con contraente', ''), ('TableCoverage', 'Annual Max $', 'it', 'Massimale annuo', ''), ('TableCoverage', 'Ortho Max $', 'it', 'Massimale ortho.', ''), ('TableCoverage', 'Renewal Month', 'it', 'Mese di scadenza', ''), ('TableCoverage', 'Deductible $', 'it', 'Deducibile ', ''), ('TableCoverage', 'Waived on Prev?', 'it', 'Deduz. aggiuntiva', ''), ('TableCoverage', 'Flo to Age:', 'it', 'Fluoro da', ''), ('TableCoverage', 'Miss Tooth Excl?', 'it', 'Condiz.assic.preesistenti ?', ''), ('TableCoverage', 'Wait on Major?', 'it', 'Ass. non paga i primi 6 mesi', ''), ('TableCoverage', 'Ins Plan Note', 'it', 'Note su copertura ass.', ''), ('TableInsPlans', 'Insurance Plans for Family', 'it', 'Polizza della famiglia', ''), ('TableInsPlans', '#', 'it', 'n', ''), ('TableInsPlans', 'Subscriber', 'it', 'Contraente', ''), ('TableInsPlans', 'Ins Carrier', 'it', 'Assicurazione', ''), ('TableInsPlans', 'Date Effect.', 'it', 'Data inizio', ''), ('TableInsPlans', 'Date Term.', 'it', 'Data di termine', ''), ('ContrFamily', ' Delete Patient', 'it', ' Elimina Paziente', ''), ('ContrFamily', ' Add Family Member', 'it', ' Aggiungi', ''), ('ContrFamily', ' Delete Plan', 'it', ' Elimina Polizza', ''), ('ContrFamily', ' Add Plan', 'it', ' Agg. Polizza', ''), ('ContrFamily', 'View Templates', 'it', 'Vedi Elenco', 'Or Vedi Maschere Standard'), ('ContrFamily', ' Select Patient', 'it', 'Scegli Paziente', 'Or Seleziona Paziente'), ('FormMedical', 'Medical', 'it', 'Medico', ''), ('All', 'OK', 'it', 'OK', ''), ('All', 'Cancel', 'it', 'Annulla', ''), ('ContrFamily', ' Move to Other Fam', 'it', ' Sposta ad altra fam.', ''), ('All', 'Free Dental', 'it', 'Free Dental', ''), ('ContrAppt', 'Today', 'it', 'Oggi', ''), ('ContrAppt', 'Week', 'it', 'Settimana', ''), ('ContrAppt', ' Clear', 'it', ' Pulisci', ''), ('ContrAppt', 'Appointment Note:', 'it', 'Nota appuntamento:', ''), ('ContrAppt', 'Phone/Addr notes:', 'it', 'Nota tel/indirizzo:', ''), ('ContrAppt', 'Urgent medical notes:', 'it', 'Note mediche urgenti:', ''), ('ContrAppt', 'Appointment module notes:', 'it', 'Note modulo appuntamenti:', ''), ('All', 'Edit', 'it', 'Edita', ''), ('ContrAppt', 'Select Patient', 'it', 'Seleziona Paziente', ''), ('ContrAppt', 'Unscheduled List', 'it', 'Elenco da rivedere', ''), ('ContrAppt', 'Recall List', 'it', 'Elenco da richiamare', ''), ('ContrAppt', 'Print Schedule', 'it', 'Stampa Scheda', ''), ('ContrFamily', 'Patient', 'it', 'Paziente', ''), ('TableFamily', 'Family Members', 'it', 'Membri famiglia', ''), ('TableFamily', 'Name', 'it', 'Nome', ''), ('TableFamily', 'Position', 'it', 'Posizione', ''), ('TableFamily', 'Gender', 'it', 'Sesso', ''), ('TableFamily', 'Status', 'it', 'Stato civ.', ''), ('TableFamily', 'Age', 'it', 'Et', ''), ('ContrAppt', 'Delete Appointment?', 'it', 'Cancella appuntamento?', ''), ('FormMedical', 'Urgent Medical Notes', 'es', 'Notas Urgentes del Medico', ''), ('FormMedical', 'Medical Summary', 'es', 'Resumen Mdico', ''), ('FormMedical', 'Service Notes', 'es', 'Notas de Servicio', ''), ('ContrFamily', ' Set Guarantor', 'es', ' Establecer Fiador', ''), ('FormOpenDental', 'Docs', 'es', 'Docs', ''), ('FormOpenDental', 'Acct', 'es', 'Cta', ''), ('FormOpenDental', 'Fam', 'es', 'Fam', ''), ('FormOpenDental', 'Appts', 'es', 'Citas', ''), ('FormOpenDental', 'Treat\' Plan', 'es', 'Plan Trat\'', ''), ('FormOpenDental', 'Chart', 'es', 'Grfico', ''), ('FormOpenDental', 'Tools', 'es', 'Herramientas', ''), ('TablePatient', 'Patient Information', 'es', 'Informacin del Paciente', ''), ('TablePatient', 'Chart Num', 'es', 'Nmero del Grfico', ''), ('TablePatient', 'Last', 'es', 'Anterior', ''), ('TablePatient', 'First', 'es', 'Primero', ''), ('TablePatient', 'Middle', 'es', 'Mitad', ''), ('TablePatient', 'Preferred', 'es', 'Preferido', ''), ('TablePatient', 'Salutation', 'es', 'Saludo', ''), ('TablePatient', 'Status', 'es', 'Estatus', ''), ('TablePatient', 'Gender', 'es', 'Gnero', ''), ('TablePatient', 'Position', 'es', 'Posicin', ''), ('TablePatient', 'Birthdate', 'es', 'Dia de Nacimiento', ''), ('TablePatient', 'Age', 'es', 'Edad', ''), ('TablePatient', 'Address', 'es', 'Direccin', ''), ('TablePatient', 'Address2', 'es', 'Direccin2', ''), ('TablePatient', 'City', 'es', 'Ciudad', ''), ('TablePatient', 'State', 'es', 'Estado', ''), ('TablePatient', 'Zip', 'es', 'Cdigo Postal', ''), ('TablePatient', 'Hm Phone', 'es', 'Telfono Hab.', ''), ('TablePatient', 'Wk Phone', 'es', 'Telfono Ofc.', ''), ('TablePatient', 'Wireless Ph', 'es', 'Celular', ''), ('TablePatient', 'E-mail', 'es', 'E-mail', ''), ('TablePatient', 'Family Address and Phone Notes', 'es', 'Notas por Habitacin y Telfonos', ''), ('TableCoverage', 'Primary Insurance Coverage', 'es', 'Cobertura Primaria Seguro', ''), ('TableCoverage', 'Secondary Insurance Coverage', 'es', 'Cobertura Secundaria Seguro', ''), ('TableCoverage', 'Ins Plan', 'es', 'Ingresar Plan', ''), ('TableCoverage', 'Renewal Month', 'es', 'Mes de la Renovacin', ''), ('TableCoverage', 'Deductible $', 'es', 'Deducible Bs.', ''), ('TableCoverage', 'Ins Plan Note', 'es', 'Ingresar Nota al Plan', ''), ('TableInsPlans', 'Insurance Plans for Family', 'es', 'Plan Familiar de Seguro', ''), ('TableInsPlans', 'Subscriber', 'es', 'Suscriptor', ''), ('TableInsPlans', 'Date Effect.', 'es', 'Fecha Inicio', ''), ('TableInsPlans', 'Date Term.', 'es', 'Fecha Finaliz.', ''), ('ContrFamily', ' Delete Patient', 'es', ' Eliminar', ''), ('ContrFamily', ' Add Family Member', 'es', ' Agregar', ''), ('ContrFamily', ' Delete Plan', 'es', ' Eliminar Plan', ''), ('ContrFamily', ' Add Plan', 'es', ' Agregar Plan', ''), ('ContrFamily', 'View Templates', 'es', 'Ver Plantillas', ''), ('ContrFamily', ' Select Patient', 'es', ' Seleccionar Paciente', ''), ('FormMedical', 'Medical', 'es', 'Mdico', ''), ('All', 'OK', 'es', 'Ok', ''), ('All', 'Cancel', 'es', 'Cancelar', ''), ('ContrFamily', ' Move to Other Fam', 'es', ' Mover a Familia', ''), ('All', 'Free Dental', 'es', 'Dental Free', ''), ('ContrAppt', 'Today', 'es', 'Hoy', ''), ('ContrAppt', 'Week', 'es', 'Semana', ''), ('ContrAppt', ' Clear', 'es', ' Blanquear', ''), ('ContrAppt', 'Appointment Note:', 'es', 'Notas de Citas', ''), ('ContrAppt', 'Phone/Addr notes:', 'es', 'Notas Dir./Tlf.', ''), ('ContrAppt', 'Urgent medical notes:', 'es', 'Notas mdicas urgentes', ''), ('ContrAppt', 'Appointment module notes:', 'es', 'Mdulo de Citas', ''), ('ContrAppt', 'Select Patient', 'es', 'Seleccionar un paciente', ''), ('ContrAppt', 'Unscheduled List', 'es', 'Lista no Programados', ''), ('ContrAppt', 'Print Schedule', 'es', 'Programacin de impresiones', ''), ('TableFamily', 'Guar', 'es', 'Fiador', ''), ('TableFamily', 'Name', 'es', 'Nombre', ''), ('TableFamily', 'Position', 'es', 'Posicin', ''), ('TableFamily', 'Gender', 'es', 'Gnero', ''), ('TableFamily', 'Status', 'es', 'Estatus', ''), ('TableFamily', 'Age', 'es', 'Edad', ''); #---------------------------- # Table structure for letter #---------------------------- CREATE TABLE `letter` ( `LetterNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `BodyText` text NOT NULL, PRIMARY KEY (`LetterNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table letter #---------------------------- #---------------------------- # Table structure for medication #---------------------------- CREATE TABLE `medication` ( `MedicationNum` mediumint(8) unsigned NOT NULL auto_increment, `MedName` varchar(255) NOT NULL default '', `GenericNum` mediumint(8) unsigned NOT NULL default '0', `Notes` text NOT NULL, PRIMARY KEY (`MedicationNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table medication #---------------------------- #---------------------------- # Table structure for medicationpat #---------------------------- CREATE TABLE `medicationpat` ( `MedicationPatNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `MedicationNum` mediumint(8) unsigned NOT NULL default '0', `PatNote` text NOT NULL, PRIMARY KEY (`MedicationPatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table medicationpat #---------------------------- #---------------------------- # Table structure for patient #---------------------------- CREATE TABLE `patient` ( `PatNum` mediumint(8) unsigned NOT NULL auto_increment, `LName` varchar(100) NOT NULL default '', `FName` varchar(100) NOT NULL default '', `MiddleI` varchar(100) NOT NULL default '', `Preferred` varchar(100) NOT NULL default '', `PatStatus` tinyint(3) unsigned NOT NULL default '0', `Gender` tinyint(3) unsigned NOT NULL default '0', `Position` tinyint(3) unsigned NOT NULL default '0', `Birthdate` date NOT NULL default '0001-01-01', `SSN` varchar(100) NOT NULL default '', `Address` varchar(100) NOT NULL default '', `Address2` varchar(100) NOT NULL default '', `City` varchar(100) NOT NULL default '', `State` varchar(100) NOT NULL default '', `Zip` varchar(100) NOT NULL default '', `HmPhone` varchar(30) NOT NULL default '', `WkPhone` varchar(30) NOT NULL default '', `WirelessPhone` varchar(30) NOT NULL default '', `Guarantor` mediumint(8) unsigned NOT NULL default '0', `CreditType` char(1) NOT NULL default '', `Email` varchar(100) NOT NULL default '', `Salutation` varchar(100) NOT NULL default '', `PriPlanNum` mediumint(8) unsigned NOT NULL default '0', `PriRelationship` tinyint(3) unsigned NOT NULL default '0', `SecPlanNum` mediumint(8) unsigned NOT NULL default '0', `SecRelationship` tinyint(3) unsigned NOT NULL default '0', `EstBalance` double NOT NULL default '0', `NextAptNum` mediumint(8) NOT NULL default '0', `PriProv` smallint(5) unsigned NOT NULL default '0', `SecProv` smallint(5) unsigned NOT NULL default '0', `FeeSched` smallint(5) unsigned NOT NULL default '0', `BillingType` smallint(5) unsigned NOT NULL default '0', `RecallInterval` tinyint(4) NOT NULL default '0', `RecallStatus` smallint(5) unsigned NOT NULL default '0', `ImageFolder` varchar(100) NOT NULL default '', `AddrNote` text NOT NULL, `FamFinUrgNote` text NOT NULL, `MedUrgNote` varchar(255) NOT NULL default '', `ApptModNote` varchar(255) NOT NULL default '', `StudentStatus` char(1) NOT NULL default '', `SchoolName` varchar(30) NOT NULL default '', `ChartNumber` varchar(20) NOT NULL default '', `MedicaidID` varchar(20) NOT NULL default '', `Bal_0_30` double NOT NULL default '0', `Bal_31_60` double NOT NULL default '0', `Bal_61_90` double NOT NULL default '0', `BalOver90` double NOT NULL default '0', `InsEst` double NOT NULL default '0', `PrimaryTeeth` varchar(255) NOT NULL default '', `BalTotal` double NOT NULL default '0', `EmployerNum` mediumint(8) unsigned NOT NULL default '0', `EmploymentNote` varchar(255) NOT NULL default '', `Race` tinyint(4) NOT NULL default '0', `County` varchar(255) NOT NULL default '', `GradeSchool` varchar(255) NOT NULL default '', `GradeLevel` tinyint(4) NOT NULL default '0', `Urgency` tinyint(4) NOT NULL default '0', `DateFirstVisit` date NOT NULL default '0001-01-01', `PriPending` tinyint(1) unsigned NOT NULL default '0', `SecPending` tinyint(1) unsigned NOT NULL default '0', `ClinicNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`PatNum`), KEY `indexLName` (`LName`(10)), KEY `indexFName` (`FName`(10)), KEY `indexLFName` (`LName`,`FName`), KEY `indexGuarantor` (`Guarantor`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table patient #---------------------------- #---------------------------- # Table structure for patientnote #---------------------------- CREATE TABLE `patientnote` ( `PatNum` mediumint(8) unsigned NOT NULL default '0', `FamFinancial` text NOT NULL, `ApptPhone` text NOT NULL, `Medical` text NOT NULL, `Service` text NOT NULL, `MedicalComp` text NOT NULL, `Treatment` text NOT NULL, PRIMARY KEY (`PatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table patientnote #---------------------------- #---------------------------- # Table structure for payment #---------------------------- CREATE TABLE `payment` ( `PayNum` mediumint(8) unsigned NOT NULL auto_increment, `PayType` smallint(5) unsigned NOT NULL default '0', `PayDate` date NOT NULL default '0000-00-00', `PayAmt` double NOT NULL default '0', `CheckNum` varchar(25) NOT NULL default '', `BankBranch` varchar(25) NOT NULL default '', `PayNote` varchar(255) NOT NULL default '', `IsSplit` tinyint(1) unsigned NOT NULL default '0', `PatNum` mediumint(8) unsigned NOT NULL default '0', `ClinicNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`PayNum`), KEY `indexPatNum` (`PatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table payment #---------------------------- #---------------------------- # Table structure for payplan #---------------------------- CREATE TABLE `payplan` ( `PayPlanNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `Guarantor` mediumint(8) unsigned NOT NULL default '0', `PayPlanDate` date NOT NULL default '0000-00-00', `TotalAmount` double NOT NULL default '0', `APR` double NOT NULL default '0', `MonthlyPayment` double NOT NULL default '0', `Term` tinyint(3) unsigned NOT NULL default '0', `CurrentDue` double NOT NULL default '0', `DateFirstPay` date NOT NULL default '0000-00-00', `DownPayment` double NOT NULL default '0', `Note` text NOT NULL, `TotalCost` double NOT NULL default '0', `LastPayment` double NOT NULL default '0', PRIMARY KEY (`PayPlanNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table payplan #---------------------------- #---------------------------- # Table structure for paysplit #---------------------------- CREATE TABLE `paysplit` ( `SplitNum` mediumint(8) unsigned NOT NULL auto_increment, `SplitAmt` double NOT NULL default '0', `PatNum` mediumint(8) unsigned NOT NULL default '0', `ProcDate` date NOT NULL default '0000-00-00', `PayNum` mediumint(8) unsigned NOT NULL default '0', `IsDiscount` tinyint(1) unsigned NOT NULL default '0', `DiscountType` tinyint(3) unsigned NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `PayPlanNum` mediumint(8) unsigned NOT NULL default '0', `DatePay` date NOT NULL default '0001-01-01', `ProcNum` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`SplitNum`), KEY `indexPatNum` (`PatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table paysplit #---------------------------- #---------------------------- # Table structure for perioexam #---------------------------- CREATE TABLE `perioexam` ( `PerioExamNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `ExamDate` date NOT NULL default '0000-00-00', `ProvNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`PerioExamNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table perioexam #---------------------------- #---------------------------- # Table structure for periomeasure #---------------------------- CREATE TABLE `periomeasure` ( `PerioMeasureNum` mediumint(8) unsigned NOT NULL auto_increment, `PerioExamNum` mediumint(8) unsigned NOT NULL default '0', `SequenceType` tinyint(3) unsigned NOT NULL default '0', `IntTooth` tinyint(3) unsigned NOT NULL default '0', `ToothValue` tinyint(4) NOT NULL default '-1', `MBvalue` tinyint(4) NOT NULL default '-1', `Bvalue` tinyint(4) NOT NULL default '-1', `DBvalue` tinyint(4) NOT NULL default '-1', `MLvalue` tinyint(4) NOT NULL default '-1', `Lvalue` tinyint(4) NOT NULL default '-1', `DLvalue` tinyint(4) NOT NULL default '-1', PRIMARY KEY (`PerioMeasureNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table periomeasure #---------------------------- #---------------------------- # Table structure for permission #---------------------------- CREATE TABLE `permission` ( `PermissionNum` smallint(5) unsigned NOT NULL auto_increment, `Name` varchar(255) NOT NULL default '', `RequiresPassword` tinyint(1) unsigned NOT NULL default '0', `BeforeDate` date NOT NULL default '0000-00-00', `BeforeDays` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`PermissionNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table permission #---------------------------- insert into permission values (1, 'Employees', 0, '0001-01-01', 0), (2, 'Providers', 0, '0001-01-01', 0), (3, 'Prescription Edit', 0, '0001-01-01', 0), (4, 'Procedure Completed Edit', 0, '0001-01-01', 0), (5, 'MySQL Config', 0, '0001-01-01', 0), (6, 'Practice Schedule', 0, '0001-01-01', 0), (7, 'Practice Default Schedule', 0, '0001-01-01', 0), (8, 'Data Paths', 0, '0001-01-01', 0), (9, 'Backup Jobs', 0, '0001-01-01', 0), (10, 'Definitions', 0, '0001-01-01', 0), (11, 'Claims Sent Edit', 0, '0001-01-01', 0), (12, 'Payment Edit', 0, '0001-01-01', 0), (13, 'Adjustment Edit', 0, '0001-01-01', 0), (15, 'Procedure Code Edit', 0, '0001-01-01', 0), (14, 'Security Administration', 0, '0001-01-01', 0), (17, 'User Query', 0, '0001-01-01', 0), (18, 'Prescription Setup', 0, '0001-01-01', 0), (19, 'Prescription Create', 0, '0001-01-01', 0), (16, 'Start Up', 0, '0001-01-01', 0); #---------------------------- # Table structure for preference #---------------------------- CREATE TABLE `preference` ( `PrefName` varchar(255) NOT NULL default '', `ValueString` varchar(255) NOT NULL default '', PRIMARY KEY (`PrefName`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table preference #---------------------------- insert into preference values ('DataBaseVersion', '3.4.17.0'), ('ScannerCompression', '40'), ('DocPath', 'C:\\OpenDentalData\\'), ('ExportPath', 'C:\\OpenDentalExports\\'), ('PracticeTitle', ''), ('PracticeAddress', ''), ('PracticeAddress2', ''), ('PracticeCity', ''), ('PracticeST', ''), ('PracticeZip', ''), ('PracticePhone', ''), ('PracticeBankNumber', ''), ('PracticeDefaultProv', '1'), ('PracticeDefaultBillType', '40'), ('RecallDaysPast', ''), ('RecallDaysFuture', ''), ('RecallPattern', '//XX/'), ('RecallProcedures', 'D0120,D1110,D1204'), ('RecallBW', 'D0274'), ('StatementShowCreditCard', '1'), ('CropDelta', '.035'), ('DateLastAging', ''), ('TreatmentPlanNote', 'If you have dental insurance, please be aware that THIS IS AN ESTIMATE ONLY. Coverage may be different if your deductible has not been met, annual maximum has been met, or if your coverage table is lower than average.'), ('OpenDentalVendor', ''), ('MainWindowTitle', 'Open Dental'), ('AutoRefreshIsDisabled', ''), ('FinanceChargeAPR', '18'), ('FinanceChargeAdjustmentType', '170'), ('FinanceChargeLastRun', ''), ('BillingSelectBillingTypes', ''), ('BillingExcludeBadAddresses', ''), ('BillingAgeOfAccount', ''), ('BillingExcludeNegative', ''), ('BillingExcludeLessThan', ''), ('BillingExcludeInactive', '0'), ('GenericEClaimsForm', ''), ('EasyHideCapitation', '1'), ('EasyHideMedicaid', '1'), ('EasyHideAdvancedIns', '0'), ('EasyHideClinical', '0'), ('EasyBasicModules', '0'), ('UseInternationalToothNumbers', '0'), ('RenaissanceLastBatchNumber', '0'), ('PatientSelectUsesSearchButton', '0'), ('CustomizedForPracticeWeb', '0'), ('EmailSMTPserver', ''), ('PerioRedProb', '4'), ('PerioRedMGJ', '2'), ('PerioRedGing', '2'), ('PerioRedCAL', '6'), ('PerioRedFurc', '1'), ('PerioRedMob', '1'), ('EasyHidePublicHealth', '1'), ('DefaultProcedurePlaceService', '0'), ('LettersIncludeReturnAddress', '1'), ('EmailSenderAddress', ''), ('ScannerCompressionRadiographs', '90'), ('ScannerCompressionPhotos', '70'), ('AppointmentTimeIncrement', '10'), ('TreatPlanShowGraphics', '1'), ('TreatPlanShowCompleted', '1'), ('TreatPlanShowIns', '1'), ('RecallPostcardMessage', 'You are due for your regular dental check-up on ?DueDate. Please call our office today to schedule an appointment.'), ('RecallPostcardsPerSheet', '3'), ('AllowMultipleCopiesOfProgram', '0'), ('DatabaseConvertedForMySql41', '1'), ('LetterMergePath', 'C:\\OpenDentalLetters\\'), ('EasyHidePrinters', '0'), ('EasyNoClinics', '1'), ('UpdateWebsitePath', 'http://www.open-dent.com/updates/'), ('RegistrationNumber', ''), ('ProgramVersion', '3.4.21.0'), ('StatementAccountsUseChartNumber', '0'), ('InsBillingProv', '0'), ('StatementsCalcDueDate', '-1'), ('CorruptedDatabase', '0'); #---------------------------- # Table structure for procbutton #---------------------------- CREATE TABLE `procbutton` ( `ProcButtonNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `ItemOrder` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`ProcButtonNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table procbutton #---------------------------- insert into procbutton values (1, 'RCT, BU, PFM', 6), (2, 'Amalgam', 0), (4, 'Clinical Note', 11), (3, 'Composite', 1), (5, 'Extraction', 2), (6, 'PA', 3), (7, 'RCT', 4), (8, 'Crown', 5), (9, 'Bridge', 7), (10, 'CmpXraProFlo', 9), (11, 'Tooth Note', 10), (12, 'NewChildExam', 8); #---------------------------- # Table structure for procbuttonitem #---------------------------- CREATE TABLE `procbuttonitem` ( `ProcButtonItemNum` smallint(5) unsigned NOT NULL auto_increment, `ProcButtonNum` smallint(5) unsigned NOT NULL default '0', `ADACode` varchar(15) NOT NULL default '', `AutoCodeNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`ProcButtonItemNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table procbuttonitem #---------------------------- insert into procbuttonitem values (61, 1, '', 7), (60, 1, '', 6), (59, 1, 'N4118', 0), (24, 2, '', 1), (14, 3, '', 5), (29, 4, 'Zclin', 0), (30, 5, 'D7140', 0), (31, 6, '', 11), (32, 7, '', 6), (57, 8, 'N4118', 0), (69, 12, 'D0150', 0), (63, 9, 'N4127', 0), (39, 10, 'D0150', 0), (40, 10, 'D0274', 0), (41, 10, 'D1110', 0), (42, 10, 'D1204', 0), (43, 10, 'D0330', 0), (70, 11, 'Ztoth', 0), (68, 12, 'D0272', 0), (67, 12, 'D0330', 0), (66, 12, 'D1120', 0), (65, 12, 'D1203', 0), (58, 8, '', 7), (62, 1, '', 12), (64, 9, '', 8); #---------------------------- # Table structure for procedurecode #---------------------------- CREATE TABLE `procedurecode` ( `ADACode` varchar(15) NOT NULL default '', `Descript` varchar(255) NOT NULL default '', `AbbrDesc` varchar(50) NOT NULL default '', `ProcTime` varchar(24) NOT NULL default '/X/', `ProcCat` smallint(5) unsigned NOT NULL default '0', `TreatArea` tinyint(3) unsigned NOT NULL default '0', `RemoveTooth` tinyint(1) unsigned NOT NULL default '0', `SetRecall` tinyint(1) unsigned NOT NULL default '0', `NoBillIns` tinyint(1) unsigned NOT NULL default '0', `IsProsth` tinyint(1) unsigned NOT NULL default '0', `DefaultNote` text NOT NULL, `IsHygiene` tinyint(1) unsigned NOT NULL default '0', `GTypeNum` smallint(5) unsigned NOT NULL default '0', `AlternateCode1` varchar(15) NOT NULL default '', PRIMARY KEY (`ADACode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table procedurecode #---------------------------- insert into procedurecode values ('D0120', 'Periodic Oral Evaluation', 'PerEx', '/X/', 73, 3, 0, 1, 0, 0, '', 0, 0, ''), ('D0140', 'Limited Oral Evaluation-Problem Focused', 'LimEx', '/X/', 73, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D0150', 'Comprehensive Oral Evaluation', 'CmpEx', '/XX/', 73, 3, 0, 1, 0, 0, '', 0, 0, ''), ('D0160', 'Detailed and Extensive oral Evaluation-Problem Focused, By Report', 'DetailedEval', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0170', 'Re-evaluation - Limited, Problem Focused', 'ReEval', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D0180', 'Comprehensive Periodontal Examination (New or Established Client)', 'CompPerioEval', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0210', 'Intraoral - Full Mouth X-rays (Including Bitewings)', 'FMX', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0220', 'Intraoral - 1 Periapical X-ray, First Film', 'PA', '/', 73, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D0230', 'Intraoral - Additional Periapical X-ray', 'PA+', '/', 73, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D0240', 'Intraoral - Occlusal X-ray', 'OcclusalX', '/', 86, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D0250', 'Extraoral - First Film', 'ExtraOr1', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D0260', 'Extraoral - Each Additional Film', 'ExtraOrX+', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0270', '1 Bitewing X-ray', '1BW', '/', 73, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0272', '2 Bitewing X-rays', '2BW', '/', 73, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0274', '4 Bitewing X-rays', '4BW', '//', 73, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0277', 'Vertical Bitewings - 7 To 8 Films', 'VertBW7-8', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0290', 'A-P or Lateral Skull & Facial X-ray', 'SurvXray', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0310', 'Sialography', 'Sialo', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0320', 'TMJ Joint Arthrogram, including injection', 'TMJArthrIninj', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0321', 'Other TMJ Films, By Report', 'OtherTMJX', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0330', 'Panoramic X-ray', 'Pano', '//', 73, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0340', 'Cephalometric Film', 'Cephalo', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0350', 'Oral/Facial Images (Included Intra and Extraoral Images)', 'OralFacimage', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0415', 'Microscopic Examination', 'MicroEx', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0425', 'Caries susceptibility tests', 'CariesTest', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D0460', 'Pulp Vitality Test', 'PulpVital', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0470', 'Diagnostic Casts', 'DiagnCast', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0472', 'Accession of Tissue, Gross Examination, Preparation and Transmission of Written Report', 'AccessTissGrEx', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0473', 'Accession of Tissue, Gross and Microscopic Examination, Preparation and Transmission of Written Report', 'AccessTissGrMicrEx', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0474', 'Accession of Tissue, Gross Examination, Including Assessment of Surgical Margins for Presence of Disease, Preparation and Transmission of Written Report', 'AccessTissGrExInSurg', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0480', 'Processing and Interpretation of Cytologic Smears, Including Preparation and Transmission of Written Report', 'ProInterOytoSm', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0502', 'Other Oral Pathology Procedures, By Report', 'OtherPath', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D0999', 'Unspecified Diagnostic Procedure, By Report', 'UnspecDiagn', '/X/', 73, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D1110', 'Cleaning-Adult (Transitional or Permanent Teeth)', 'Pro', '/XX/', 74, 3, 0, 1, 0, 0, '', 1, 0, ''), ('D1120', 'Cleaning-Child (Primary or Transitional Teeth)', 'ProChild', '/X/', 74, 3, 0, 1, 0, 0, '', 1, 0, ''), ('D1201', 'Topical Fluoride Including Prophy-Child', 'ProFloChild', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D1203', 'Fluoride Topical Excluding Prophy-Child', 'FloChild', '/', 74, 3, 0, 0, 0, 0, '', 1, 0, ''), ('D1204', 'Fluoride Topical Excluding Prophy-Adult', 'Flo', '/', 74, 3, 0, 0, 0, 0, '', 1, 0, ''), ('D1205', 'Topical Fluoride Including Prophy-Adult', 'ProFlo', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D1310', 'Nutritional Counseling for Control of Dental Disease', 'NutriCnsl', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D1320', 'Tobacco Counseling', 'TobacoCnsl', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D1330', 'Oral Hygiene Instruction', 'OralHygIn', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D1351', 'Sealant (per tooth)', 'Seal', '/X/', 75, 2, 0, 0, 0, 0, '', 0, 11, ''), ('D1510', 'Space Maintainer-Fixed-Unilateral', 'BandLoop', '/XX/', 83, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D1515', 'Space Maintainer-Fixed-Bilateral', 'SpMFxBi', '/XX/', 83, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D1520', 'Space Maintainer-Removable-Unilateral', 'SpMRemUni', '/X/', 86, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D1525', 'Space Maintainer-Removable-Bilateral', 'SpMRemBil', '/X/', 86, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D1550', 'Recementation of Space Maintainer', 'Recement', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2140', 'Amalgam-One Surface, Primary or Permanent', 'A1', '/X/', 75, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2150', 'Amalgam-Two Surfaces, Primary or Permanent', 'A2', '/XX/', 75, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2160', 'Amalgam-Three Surfaces, Primary or Permanent', 'A3', '/XXX/', 75, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2161', 'Amalgam-Four or More Surfaces, Primary or Permanent', 'A4', '/XXXX/', 75, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2330', 'Composite 1 Surface-Anterior', 'C1', '/X/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2331', 'Composite 2 Surfaces-Anterior', 'C2', '/XX/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2332', 'Composite 3 Surfaces-Anterior', 'C3', '/XXX/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2335', 'Composite 4 Or More Surfaces-Anterior', 'C4', '/XXXX/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2390', 'Composite Resin Crown-Anterior', 'CresCn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 7, ''), ('D2391', 'Composite 1 Surface-Posterior', 'C1(P)', '/X/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2392', 'Composite 2 Surfaces-Posterior', 'C2(P)', '/XX/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2393', 'Composite 3 Surfaces-Posterior', 'C3(P)', '/XXX/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2394', 'Composite 4 Or More Surfaces-Posterior', 'C4(P)', '/XXXX/', 75, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2410', 'Gold Foil 1 Surface', 'GoldFoil1', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 0, ''), ('D2420', 'Gold Foil 2 Surfaces', 'GoldFoil2', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 0, ''), ('D2430', 'Gold Foil 3 Surfaces', 'GoldFoil3', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 0, ''), ('D2510', 'Inlay-Metallic-1 Surface', 'InlayMet1', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2520', 'Inlay-Metallic-2 Surfaces', 'InlayMet2', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2530', 'Inlay-Metallic-3 Surfaces', 'InlayMet3', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2542', 'Onlay-Metallic-2 Surfaces', 'OnlayMet2', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2543', 'Onlay-Metallic-3 Surfaces', 'OnlayMet3', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2544', 'Onlay-Metallic-4 or More Surfaces', 'OnlayMet4', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 2, ''), ('D2610', 'Inlay-Porcelain/Ceramic-1 Surface', 'Cerinlay1', '//XXX/', 79, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2620', 'InLay-Porcelain/Ceramic-2 Surfaces', 'Cerinlay2', '///XXXX/', 79, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2630', 'Inlay-Porcelain/Ceramic-3 Surfaces', 'Cerinlay3', '///XXXX/', 79, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2642', 'Onlay-Porcelain/Ceramic-2 Surfaces', 'CerOnlay2', '///XXXX/', 86, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2643', 'Onlay-Porcelain/Ceramic-3 Surfaces', 'CerOnlay3', '///XXXX/', 86, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2644', 'Onlay-Porcelain/Ceramic-4 or More Surfaces', 'CerOnlay4', '///XXXXX/', 86, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2650', 'Inlay-Composite/Resin-1 Surface', 'InCRs1Lb', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2651', 'Inlay-Composite/Resin-2 Surfaces', 'InCRs2Lb', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2652', 'Inlay-Composite/Resin-3 Surfaces', 'InCRs3Lb', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2662', 'Onlay-Composite/Resin-2 Surfaces', 'OnCRs2S', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2663', 'Onlay-Composite/Resin-3 Surfaces', 'OnCRs3S', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2664', 'Onlay-Composite/Resin-4 or More Surfaces', 'OnCRs4+S', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 3, ''), ('D2710', 'Crown-Resin-Indirect (Fiber, Porcelain, or Ceramic Reinforced Polymer)', 'CrnRsLb', '/X/', 87, 1, 0, 0, 0, 0, '', 0, 7, ''), ('D2720', 'Crown-Resin with High Noble Metal', 'CrnRsHN', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 7, ''), ('D2721', 'Crown-Resin with Predominantly Base Metal', 'CrnRsBm', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 7, ''), ('D2722', 'Crown-Resin with Noble Metal', 'CrnRsNm', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 7, ''), ('D2740', 'Crown-All Porcelain/Ceramic', 'AllCerCrn', '/XXXXXXX/', 81, 2, 0, 0, 0, 1, '', 0, 7, ''), ('D2750', 'Crown-Porcelain Fused to High Noble Metal', 'PFM', '/XXXX/////', 81, 2, 0, 0, 0, 1, '', 0, 20, ''), ('D2751', 'Crown-Porcelain Fused to Predominantly Base Metal', 'CrnPrFBm', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 20, ''), ('D2752', 'Crown-Porcelain Fused to Noble Metal', 'CrnPrFNm', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 20, ''), ('D2780', 'Crown-3/4 Cast High Noble Metal', '3/4HiNobl', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 6, ''), ('D2781', 'Crown-3/4 Cast Predominantly Base Metal', '3/4BaseM', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 6, ''), ('D2782', 'Crown-3/4 Cast Noble Metal', '3/4Noble', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 6, ''), ('D2783', 'Crown-3/4 Porcelain/Ceramic', '3/4Porc', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 7, ''), ('D2790', 'Crown-Full Cast High Noble Metal', 'FGCrn', '/XXXX/////', 81, 2, 0, 0, 0, 1, '', 0, 6, ''), ('D2791', 'Crown-Full Cast Predominantly Base Metal', 'CrnFlcBm', '/X/', 87, 2, 0, 0, 0, 1, '', 0, 6, ''), ('D2792', 'Crown-Full Cast Noble Metal', 'CrnFlcNm', '/X/', 87, 2, 0, 0, 0, 1, '', 0, 6, ''), ('D2799', 'Provisional Crown (Interim Restoration Of At Least 6 Months)', 'ProvisCn', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 7, ''), ('D2910', 'Recement Inlay', 'RecemInly', '/XXX/', 86, 1, 0, 0, 0, 0, '', 0, 0, ''), ('D2920', 'Recement Crown', 'RecemCn', '/XX/', 81, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2930', 'Prefabricated Stainless Steel Crown-Primary Tooth', 'SSCPri', '/XXX/', 81, 2, 0, 0, 0, 0, '', 0, 9, ''), ('D2931', 'Prefabricated Stainless Steel Crown-Permanent Tooth', 'SSCPer', '/XXX/', 81, 2, 0, 0, 0, 0, '', 0, 9, ''), ('D2932', 'Prefabricated Resin Crown', 'PrFbRsCrn', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 7, ''), ('D2933', 'Prefabricated Stainless Steel Crown with Resin Window', 'PrFbScRsW', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 9, ''), ('D2940', 'Sedative Filling', 'SedFill', '/X/', 75, 2, 0, 0, 0, 0, '', 0, 3, ''), ('D2950', 'Core Build Up, Including Any Pins', 'BU', '/XX/', 75, 2, 0, 0, 0, 0, '', 0, 5, ''), ('D2951', 'Pin Retention-Per Tooth, In Addition to Restoration', 'Pin', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2952', 'Cast Post and Core in Addition to Crown', 'CastP&C', '/XX/', 75, 2, 0, 0, 0, 0, '', 0, 5, ''), ('D2953', 'Each Additional Cast Post - Same Tooth', 'AdditCastPost', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2954', 'Prefabricated Post and Core in Addition to Crown', 'P&C', '/XX/', 75, 2, 0, 0, 0, 0, '', 0, 5, ''), ('D2955', 'Post Removal (not in conjunction with endodontic therapy)', 'PostRemov', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2957', 'Each Additional Prefabricated Post - Same Tooth', 'AdditPost', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2960', 'Labial Veneer (resin laminate)-Chairside', 'CmpVnr', '/XXXXX/', 79, 2, 0, 0, 0, 0, '', 0, 23, ''), ('D2961', 'Labial Veneer (resin laminate)-Laboratory', 'CmpVnrLb', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 23, ''), ('D2962', 'Labial Veneer (porcelain laminate)-Laboratory', 'PorcVnr', '/XXXX/', 79, 2, 0, 0, 0, 0, '', 0, 23, ''), ('D2970', 'Temporary Crown (fractured tooth)', 'TempCrn', '/X////', 81, 2, 0, 0, 0, 0, '', 0, 7, ''), ('D2980', 'Crown Repair, by Report', 'CrnRepair', '/X/', 81, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D2999', 'Unspecified Restorative Procedure, by Report', 'UnspecRestor', '/X/', 75, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3110', 'Pulp Cap - Direct (excluding final restoration)', 'PulpCap', '/X/', 76, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3120', 'Pulp Cap - Indirect (excluding final restoration)', 'PulpCapIn', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3220', 'Therapeutic Pulpotomy (excluding final restoration)', 'Pulpotomy', '/XX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3221', 'Pulpal Debridement-Primary and Permanent Teeth', 'PulpDebr', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3230', 'Root Canal, (resorbable filling) - Anterior, Primary Tooth (excluding final restoration)', 'PulpThA/Pr', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3240', 'Root Canal, (resorbable filling) - Posterior, Primary Tooth (excluding final restoration)', 'PulpThP/Pr', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3310', 'Root Canal, Anterior', 'RCTAnt', '/XXXX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3320', 'Root Canal, Bicuspid', 'RCTPre', '/XXXXX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3330', 'Root Canal, Molar', 'RCTMol', '/XXXXXXX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3331', 'Treatment of Root Canal Obstruction; Non-Surgical Access', 'RCObstr', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3332', 'Incomplete Endodontic Therapy; Inoperable or Fractured Tooth', 'IncmpRCT', '/XX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3233', 'Internal Root Repair of Perforation Defects (Not Iatrogenic by Provider Filing Claim)', 'InternRRepair', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3346', 'Retreatment-Anterior', 'RCT-RAnt', '/XXXXX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3347', 'Retreatment-Bicuspid', 'RCT-RBi', '/XXXXXXX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3348', 'Retreatment-Molar', 'RCT-RMol', '/XXXXXXXX/', 76, 2, 0, 0, 0, 0, '', 0, 4, ''), ('D3351', 'Apexification/Recalcification-Initial Visit', 'Apexif', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 4, ''), ('D3352', 'Apexification/Recalcification-Interim Visit', 'ApxRclIn', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 4, ''), ('D3353', 'Apexification/Recalcification-Final Visit', 'ApxRcFin', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 4, ''), ('D3410', 'Apicoectomy/Periradicular Surgery-Anterior', 'ApctPrSrA', '/XXXXXX/', 76, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3421', 'Apicoectomy/Periradicular Surgery-Bicuspid (first root)', 'ApctPr+th', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3425', 'Apicoectomy/Periradicular Surgery-Molar (first root)', 'ApctPrMol', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3426', 'Apicoectomy/Periradicular Surgery (each additional root)', 'ApctPr+th', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3430', 'Retrograde Filling-Per Root', 'RetroFill', '/XX/', 86, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3450', 'Root Amputation-Per Root', 'RtAmp', '/XX/', 86, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3460', 'Endodontic Endosseous Implant', 'EndoEdsIm', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3470', 'Intentional Replantation (Including Necessary Splinting)', 'IntRplISp', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3910', 'Surgical Procedure for Isolation of Tooth with Rubber Dam', 'SurgIs/RD', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3920', 'Hemisection (including any root removal, not root canal)', 'Hemi', '/XX/', 76, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3950', 'Canal Preparation For Post', 'CanPrepPt', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D3999', 'Unspecified Endodontic Procedure, by Report', 'UnspecEndo', '/X/', 76, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D4210', 'Gingivectomy/plasty-Four or More Contiguous Teeth or Bounded Teeth Spaces', 'GingivQdr', '/X/', 87, 4, 0, 0, 0, 0, '', 0, 0, ''), ('D4211', 'Gingivectomy/plasty-One to Three Teeth, per Quadrant', 'Gingiv', '/X/', 77, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D4240', 'Gingival Flap Procedure, Including Root Planing-Four or More Contiguous Teeth or Bounded Teeth Spaces', 'GnFlInRtp4+', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4241', 'Gingival Flap Procedure, Including Root Planing-One to Three Teeth, per Quadrant', 'GnFlInRtp1-3', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4245', 'Apically Positioned Flap', 'ApicFlap', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4249', 'Crown Lengthening-Hard Tissue', 'CrnLength', '/XXXXXX/', 77, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D4250', 'Mucogingival Surgery-per Quadrant', 'MucGinSrQ', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4260', 'Osseous Surgery-Four or More Contiguous Teeth or Bounded Teeth Spaces', 'OssSurgQ', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4261', 'Osseous Surgery-One to Three Teeth, per Quadrant', 'OssSurg1-2', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4263', 'Bone Replacement Graft-First Site in Quadrant', 'BnRpGr1st', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4264', 'Bone Replacement Graft-Each Additional Site in Quadrant', 'BnRpGrEa1+', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4265', 'Biologic Materials to Aid in Soft and Osseous Tissue Regeneration', 'BioMatSftOTissReg', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4266', 'Guided Tissue Regeneration-Resorbable Barrier, Per Site', 'TissRgPer', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4267', 'Guided Tissue Regeneration-Non-resorbable Barrier, Per Site, Per Tooth', 'TissRgNr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4268', 'Surgical Revision Procedure, Per Tooth', 'SurgRevis', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4270', 'Pedicle Soft Tissue Graft Procedure', 'PedSfTsGr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4271', 'Free Soft Tissue Graft Procedure', 'FrSfTsGr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4273', 'Subepithelial Connective Tissue Graft', 'SubTsGr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4274', 'Distal or Proximal Wedge Procedure', 'DistPxWg', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4275', 'Soft Tissue Allograft', 'SfTsAll', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4276', 'Combined Connective Tissue and Double Pedicle Graft', 'ComConTissDPGr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4320', 'Provisional Splint-Intracoronal', 'ProSplIn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4321', 'Provisional Splint-Extracoronal', 'ProSplEx', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4341', 'Periodontal Scaling and Root Planing-Four or More Contiguous Teeth or Bounded Teeth Spaces', 'SRP', '/XXXXXX/', 77, 4, 0, 0, 0, 0, '', 0, 0, ''), ('D4342', 'Periodontal Scaling and Root Planing-One to Three Teeth, per Quadrant', 'SRP1-3', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D4355', 'Full Mouth Debridement to Enable Comprehensive Periodontal Evaluation and Diagnosis', 'FullDebrd', '/XXX/', 77, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D4381', 'Localized Delivery of Chemotherapeutic Agents Via A Controlled Release Vehicle', 'Arestin', '/X/', 77, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D4910', 'Periodontal Maintenance, Following Active Therapy (Surgical or Non-Surgical)', 'PerioMaint', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D4920', 'Unscheduled Dressing Change (Other Than Treating Dentist)', 'UnscDrChg', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D4999', 'Unspecified Periodontal Procedure, by Report', 'UnspecPerio', '/X/', 77, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D5110', 'Complete Upper Denture', 'MaxDent', '/XXX/', 78, 6, 0, 0, 0, 1, '', 0, 25, ''), ('D5120', 'Complete Lower Denture', 'MandDent', '/XXX/', 78, 6, 0, 0, 0, 1, '', 0, 25, ''), ('D5130', 'Immediate-Complete Upper Denture', 'MaxImmDent', '/XXX/', 78, 6, 0, 0, 0, 1, '', 0, 25, ''), ('D5140', 'Immediate-Complete Lower Denture', 'MandImmDent', '/XXX/', 78, 6, 0, 0, 0, 1, '', 0, 25, ''), ('D5211', 'Upper Partial Denture - Resin', 'PermMaxFlip', '/XX/', 78, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5212', 'Lower Partial Denture - Resin', 'PermMandFlip', '/XX/', 78, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5213', 'Upper Partial Denture - Cast Metal With Resin Denture Base', 'MaxRPD', '/XXXX/', 78, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5214', 'Lower Partial Denture - Cast Metal With Resin Denture Base', 'MandRPD', '/XXXX/', 78, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5281', 'Removable Unilateral Partial Denture - One Piece Cast Metal', 'RmvUniPDn', '/X/', 87, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5410', 'Adjust Complete Upper Denture', 'AdjCmDnMax', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D5411', 'Adjust Complete Lower Denture', 'AdjCmDnMand', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5421', 'Adjust Partial Denture Upper', 'AdjPrDnMax', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5422', 'Adjust Partial Denture Lower', 'AdjPrDnMand', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5510', 'Repair Broken Complete Denture Base', 'RepairDent', '/XX/', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5520', 'Replace Missing or Broken Teeth-Complete Denture (each tooth)', 'RplThCmDn', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 13, ''), ('D5610', 'Partial Denture Repair, Resin Base', 'ReprFlip', '/XX/', 78, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D5620', 'Partial Denture Repair, Cast Framework', 'RprRPDFm', '/XX/', 78, 7, 0, 0, 0, 0, '', 0, 0, ''), ('D5630', 'Partial Denture Repair or Replace Broken Clasp', 'RepClsp', '/X/', 78, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D5640', 'Partial Denture Replace Broken Teeth, Per Tooth', 'RepBrkTh', '/X/', 78, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D5650', 'Add Tooth To Existing Partial Denture', 'AddTooth', '/X/', 78, 2, 0, 0, 0, 0, '', 0, 13, ''), ('D5660', 'Add Clasp To Existing Partial Denture', 'AddClasp', '/X/', 78, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D5670', 'Replace All Teeth and Acrylic on Cast Metal Framework (Maxillary)', 'ReTh&AcryMaxRPD', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 25, ''), ('D5671', 'Replace All Teeth and Acrylic on Cast Metal Framework (Mandibular)', 'ReTh&AcryMandRPD', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 25, ''), ('D5710', 'Rebase Complete Upper Denture', 'RebsComMaxDn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5711', 'Rebase Complete Lower Denture', 'RebsComMandDn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5720', 'Rebase Upper Partial Denture', 'RebsRPDMaxDn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5721', 'Rebase Lower Partial Denture', 'RebsRPDMandDn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5730', 'Reline Complete Upper Denture (chairside)', 'RelMaxDntChair', '/XXX/////', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5731', 'Reline Complete Lower Denture (chairside)', 'RelMandDntChair', '/XXX/////', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5740', 'Reline Upper Partial Denture (chairside)', 'RelMaxRPDChair', '/XXX////', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5741', 'Reline Lower Partial Denture (chairside)', 'RelMandRPDChair', '/XXX///', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5750', 'Reline Complete Upper Denture (lab)', 'RelMaxDnLab', '/XX/', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5751', 'Reline Complete Lower Denture (lab)', 'RelMandDnLab', '/XX/', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5760', 'Reline Upper Partial Denture (lab)', 'RelMaxRPDLab', '/XX/', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5761', 'Reline Lower Partial Denture (lab)', 'RelMandRPDLab', '/XX/', 78, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D5810', 'Interim Complete Denture Upper', 'TempCompMaxDn', '/X/', 87, 6, 0, 0, 0, 1, '', 0, 25, ''), ('D5811', 'Interim Complete Denture Lower', 'TempCompMandDn', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 25, ''), ('D5820', 'Interim Partial Denture Upper', 'TempMaxFlip', '/X/', 78, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5821', 'Interim Partial Denture Lower', 'TempMandFlip', '/X/', 78, 7, 0, 0, 0, 1, '', 0, 25, ''), ('D5850', 'Tissue Conditioning, Upper', 'TisConMax', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5851', 'Tissue Conditioning, Lower', 'TisConMand', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5860', 'Overdenture-Complete, by Report', 'OverDent', '/XXX/', 86, 6, 0, 0, 0, 0, '', 0, 25, ''), ('D5861', 'Overdenture-Partial, by Report', 'OverDentRPD', '/XXX/', 86, 6, 0, 0, 0, 0, '', 0, 25, ''), ('D5862', 'Precision Attachment, by Report', 'DentAttach', '/XXX/', 78, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D5867', 'Replacement of Replaceable Part of Semi-Precision Attachment (Male or Female Component)', 'ReplaceAttach', '/XX/', 78, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D5875', 'Modification of Removable Prosthesis Following Implant Surgery', 'ModRmvProAftImpSurg', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D5899', 'Unspecified Removable Prosthodontic Procedure, by Report', 'UnspecDent', '/X/', 78, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D5911', 'Facial Moulage (sectional)', 'SecFacMoul', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D5912', 'Facial Moulage (complete)', 'CompFacMoul', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5913', 'Nasal Prosthesis', 'NasPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5914', 'Auricular Prosthesis', 'AurPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5915', 'Orbital Prosthesis', 'OrbPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5916', 'Ocular Prosthesis', 'OcuPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5919', 'Facial Prosthesis', 'FacPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5922', 'Nasal Septal Prosthesis', 'NasSepPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5923', 'Ocular Prosthesis, Interim', 'TempOcuPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5924', 'Cranial Prosthesis', 'CranPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5925', 'Facial Augmentation Implant Prosthesis', 'FacAugImp', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5926', 'Nasal Prosthesis, Replacement', 'NasProsRep', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5927', 'Auricular Prosthesis, Replacement', 'AurProsRep', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5928', 'Orbital Prosthesis, Replacement', 'OrbProsRep', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5929', 'Facial Prosthesis, Replacement', 'FacProsRep', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5931', 'Obturator Prosthesis, Surgical', 'ObtProsSur', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5932', 'Obturator Prosthesis, Definitive', 'ObtProsDef', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5933', 'Obturator Prosthesis, Modification', 'ObtProsMod', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5934', 'Mandibular Resection Prosthesis with Guide Flange', 'MandResFla', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5935', 'Mandibular Resection Prosthesis without Guide Flange', 'MandRec', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5936', 'Obturator Prosthesis, Interim', 'ObtProsInt', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5937', 'Trismus Appliance (not for TMD treatment)', 'TrisAppli', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5951', 'Feeding Aid', 'FeedAid', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5952', 'Speech Aid Prosthesis, Pediatric', 'SpchAidPd', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5953', 'Speech Aid Prosthesis, Adult', 'SpchAidAd', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5954', 'Palatal Augmentation Prosthesis', 'PalAugPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5955', 'Palatal Lift Prosthesis, Definitive', 'PiLftProsDf', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5958', 'Palatal Lift Prosthesis, Interim', 'PiLftProsIn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5959', 'Palatal Lift Prosthesis, Modification', 'PiLftProsMod', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5960', 'Speech Aid Prosthesis, Modification', 'SpchAdProsMod', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5982', 'Surgical Stent', 'SurgStent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5983', 'Radiation Carrier', 'RadtnCarr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5984', 'Radiation Shield', 'RadtnShld', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5985', 'Radiation Cone Locator', 'RadtnCnLc', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5986', 'Fluoride Gel Carrier', 'FlrGelCarr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5987', 'Commissure Splint', 'CommSplnt', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5988', 'Surgical Splint', 'SurgSplnt', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D5999', 'Unspecified Maxillofacial Prosthesis, by Report', 'UnspecMaxPros', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6010', 'Surgical Placement of Implant Body:   Endosteal Implant', 'SurgImpEnd', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 10, ''), ('D6020', 'Abutment Placement or Substitution:   Endosteal Implant', 'PlaceAbut', '/XXX/', 80, 2, 0, 0, 0, 0, '', 0, 10, ''), ('D6040', 'Surgical Placement Eposteal Implant', 'SurgEpoImp', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6050', 'Surgical Placement Transosteal Implant', 'SurgTranImp', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6053', 'Implant/Abutment Supported Removable Denture for Completely Edentulous Arch', 'ImpAvRmvDnCpEdA', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6054', 'Implant/Abutment Supported Removable Denture for Partially Edentulous Arch', 'ImpAbRmvDnPartEdA', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6055', 'Dental Implant Supported Connecting Bar', 'ImpConBr', '/X/', 80, 4, 0, 0, 0, 0, '', 0, 0, ''), ('D6056', 'Prefabricated Abutment', 'PrefabAbut', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6057', 'Custom Abutment (e.g. UCLA abutment)', 'CustAbut', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6058', 'Abutment Supported Porcelain/Ceramic Crown', 'AbPorCerCn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6059', 'Abutment Supported Porcelain Fused to Metal Crown, High Noble Metal', 'AbPFMCnHNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6060', 'Abutment Supported Porcelain Fused to Metal Crown, Predominantly Base Metal', 'AbPFMCnBasM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6061', 'Abutment Supported Porcelain Fused to Metal Crown, Noble Metal', 'AbPFMCnNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6062', 'Abutment Supported Cast Metal Crown, High Noble Metal', 'AbCasMCnHNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6063', 'Abutment Supported Cast Metal Crown, Predominantly Base Metal', 'AbCasMCnBasM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6064', 'Abutment Supported Cast Metal Crown, Noble Metal', 'AbCasMCnNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6065', 'Implant Supported Porcelain/Ceramic Crown', 'ImpPorCerCn', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 20, ''), ('D6066', 'Implant Supported Porcelain Fused to Metal Crown (Titanium, Titanium Alloy, High Noble Metal)', 'ImpPFMCrn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 7, ''), ('D6067', 'Implant Supported Metal Crown (Titanium, Titanium Alloy, High Noble Metal)', 'ImpMCn', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6068', 'Abutment Supported Retainer for Porcelain/Ceramic Fixed Partial Denture', 'AbCasMCnBasM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6069', 'Abutment Supported Retainer for Porcelain Fused to Metal Fixed Partial Denture, High Noble Metal', 'AbRPFMFxRPDHNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6070', 'Abutment Supported Retainer for Porcelain Fused to Metal Fixed Partial Denture, Predominantly Base Metal', 'AbRPFMFxRPDBasM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6071', 'Abutment Supported Retainer for Porcelain Fused to Metal Fixed Partial Denture, Noble Metal', 'AbRPFMFxRPDNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6072', 'Abutment Supported Retainer for Cast Metal Fixed Partial Denture, High Noble Metal', 'AbRtCasMFxRPDHNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6073', 'Abutment Supported Retainer for Cast Metal Fixed Partial Denture, Predominantly Base Metal', 'AbRCasMFxRPDBasM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6074', 'Abutment Supported Retainer for Cast Metal Fixed Partial Denture, Noble Metal', 'AbRCasMFxRPDNM', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6075', 'Implant Supported Retainer for Ceramic Fixed Partial Denture', 'ImpRCerFxRPD', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6076', 'Implant Supported Retainer for Porcelain Fused to Metal Fixed Partial Denture (Titanium, Titanium Alloy, or High Noble Metal)', 'ImpRPFMFxRPD', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6077', 'Implant Supported Retainer for Cast Metal Fixed Partial Denture (Titanium, Titanium Alloy, or High Noble Metal)', 'ImpRCasMFxRPD', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6078', 'Implant/Abutment Supported Fixed Denture for Completely Edentulous Arch', 'ImpAbFxDnCpEden', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6079', 'Implant/Abutment Supported Fixed Denture for Partially Edentulous Arch', 'ImpAbFxDnPartEden', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6080', 'Implant Maintenance Procedures', 'ImplMaint', '/X/', 80, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D6090', 'Repair Implant Supported Prosthesis, by Report', 'RepairProsth', '/X/', 80, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D6095', 'Repair Implant Abutment, By Report', 'RepairAbut', '/X/', 80, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D6100', 'Implant Removal, by Report', 'ImpRmv', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6199', 'Unspecified Implant Procedure, by Report', 'Unspeclmpl', '/X/', 80, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D6210', 'Pontic-Cast High Noble Metal', 'PontCast', '/XX/', 81, 2, 0, 0, 0, 1, '', 0, 12, ''), ('D6211', 'Pontic-Cast Predominantly Base Metal', 'PontCastBasM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 12, ''), ('D6212', 'Pontic-Cast Noble Metal', 'PontCastNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 12, ''), ('D6240', 'Pontic-Porcelain Fused to High Noble Metal', 'Pontic-PorcHN', '/X/', 81, 2, 0, 0, 0, 1, '', 0, 21, ''), ('D6241', 'Pontic-Porcelain Fused to Base Metal', 'Pontic-PorcBase', '/X/', 86, 2, 0, 0, 0, 1, '', 0, 21, ''), ('D6242', 'Pontic-Porcelain Fused to Noble Metal', 'PontPFNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6245', 'Pontic-Porcelain/Ceramic', 'PonticPorc', '/X/', 81, 2, 0, 0, 0, 1, '', 0, 13, ''), ('D6250', 'Pontic-Resin with High Noble Metal', 'PntcRsHNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6251', 'Pontic-Resin with Predominantly Base Metal', 'PntcRsRdB', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6252', 'Pontic-Resin with Noble Metal', 'PntcRsNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6253', 'Pontic-Provisional (6 months or more)', 'ProvisPontic', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6545', 'Bridge retainer-Cast Metal for Resin Bonded Bridge', 'MaryBridgeRet', '/X/', 81, 2, 0, 0, 0, 1, '', 0, 0, ''), ('D6548', 'Bridge retainer-Porcelain/Ceramic for Resin Bonded Bridge', 'PorcRet', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 13, ''), ('D6600', 'Bridge retainer-Inlay-Porcelain/Ceramic-2 Surfaces', 'BrdgRetInPor2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6601', 'Bridge retainer-Inlay-Porcelain/Ceramic-3 or More Surfaces', 'BrdgRetInPor3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6602', 'Bridge retainer-Inlay-Cast High Noble Metal-2 Surfaces', 'BrdgRetInCasHNM2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6603', 'Bridge retainer-Inlay-Cast High Noble Metal-3 or More Surfaces', 'BrdgRetInCasHNM3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6604', 'Bridge retainer-Inlay-Cast Predominantly Base Metal-2 Surfaces', 'BrdgRetInCasHNM2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6605', 'Bridge retainer-Inlay-Cast Predominantly Base Metal-3 or More Surfaces', 'BrdgRetInCasBsM3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6606', 'Bridge retainer-Inlay-Cast Noble Metal-2 Surfaces', 'BrdgRetInCasNM2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6607', 'Bridge retainer-Inlay-Cast Noble Metal-3 or More Surfaces', 'BrdgRetInCasNM3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6608', 'Bridge retainer-Onlay-Porcelain/Ceramic-2 Surfaces', 'BrdgRetOnPor2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6609', 'Bridge retainer-Onlay-Porcelain/Ceramic-3 or More Surfaces', 'BrdgRetOnPor3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6610', 'Bridge retainer-Onlay-Cast High Noble Metal-2 Surfaces', 'BrdgRetOnCasHNM2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6611', 'Bridge retainer-Onlay-Cast High Noble Metal-3 or More Surfaces', 'BrdgRetOnCasHNM3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6612', 'Bridge retainer-Onlay-Cast Predominantly Base Metal-2 Surfaces', 'BrdgRetOnCasBsM2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6613', 'Bridge retainer-Onlay-Cast Predominantly Base Metal-3 or More Surfaces', 'BrdgRetOnCasBsM3+S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6614', 'Bridge retainer-Onlay-Cast Noble Metal-2 Surfaces', 'BrdgRetOnCasNM2S', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6615', 'Bridge retainer-Onlay-Cast Noble Metal-3 or More Surfaces', 'BrdgRetRsHNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6720', 'Bridge retainer-Resin with High Noble Metal', 'RtCrnRsHN', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6721', 'Bridge retainer-Resin with Predominantly Base Metal', 'RtCrnRsBM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6722', 'Bridge retainer-Resin with Noble Metal', 'RtCrnRsNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6740', 'Bridge retainer-Porcelain/Ceramic', 'CrnPorBr', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 13, ''), ('D6750', 'Bridge retainer-Porcelain Fused to High Noble Metal', 'BrdgRetPorHN', '/X/', 81, 3, 0, 0, 0, 1, '', 0, 21, ''), ('D6751', 'Bridge retainer-Porcelain Fused to Predominantly Base Metal', 'Bridge(end)Base', '/XXXXXXX/', 86, 2, 0, 0, 0, 1, '', 0, 21, ''), ('D6752', 'Bridge retainer-Porcelain Fused to Noble Metal', 'RtCrnPrFN', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 21, ''), ('D6780', 'Bridge retainer-3/4 Cast High Noble Metal', 'RtCrn3/4', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6781', 'Bridge retainer-3/4 Cast Predominantly Base Metal', '3/4Base', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6782', 'Bridge retainer-3/4 Cast Noble Metal', '3/4CrnNob', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6783', 'Bridge retainer-3/4 Porcelain/Ceramic', '3/4Porc', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6790', 'Bridge retainer-Full Cast High Noble Metal', 'RtCrnFCHN', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 12, ''), ('D6791', 'Bridge retainer-Full Cast Predominantly Base Metal', 'RtFCastBasM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 12, ''), ('D6792', 'Bridge retainer-Full Cast Noble Metal', 'RtFCastNM', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 12, ''), ('D6793', 'Bridge retainer-Provisional (6 Months or More)', 'ProvisRt', '/X/', 87, 0, 0, 0, 0, 1, '', 0, 0, ''), ('D6920', 'Connector Bar', 'Bar', '/X/', 81, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D6930', 'Recement Bridge', 'RecemBrdg', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6940', 'Stress Breaker', 'StressBrk', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6950', 'Precision Attachment', 'PrecAttach', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6970', 'Cast Post and Core in Addition to Bridge retainer', 'CstPtCr+B', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 5, ''), ('D6971', 'Cast Post as Part of Bridge retainer', 'CstPtBrdgeRet', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 5, ''), ('D6972', 'Prefabricated Post and Core in Addition to Bridge retainer', 'PrfbPtCr+B', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 5, ''), ('D6973', 'Core Build-up for Bridge retainer, Including Any Pins', 'CrBURtIP', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 5, ''), ('D6975', 'Coping-Metal', 'Coping', '/XXX/', 81, 3, 0, 0, 0, 0, '', 0, 5, ''), ('D6976', 'Each Additional Cast Post - Same Tooth', 'CastPtAdd', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6977', 'Each Additional Prefabricated Post - Same Tooth', 'PreFbPtAdd', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6980', 'Bridge Repair, by Report', 'BrdgRepair', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6985', 'Pediatric Bridge (Primarily for Esthetic Reasons)', 'PedoBrdg', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D6999', 'Unspecified Fixed Prosthodontic Procedure, by Report', 'UnspFxProsth', '/X/', 81, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7111', 'Extraction, Primary Tooth-Coronal Remnants', 'E-Prim', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7140', 'Extraction, Erupted Tooth or Exposed Root', 'E', '/X/', 82, 2, 1, 0, 0, 0, '', 0, 1, ''), ('D7210', 'Extraction, Surgical', 'E-Surg', '/XXXX/', 82, 2, 1, 0, 0, 0, '', 0, 1, ''), ('D7220', 'Extraction Impacted Tooth-Soft Tissue', 'E-SoftTiss', '/XXX/', 82, 2, 1, 0, 0, 0, '', 0, 1, ''), ('D7230', 'Extraction Impacted Tooth-Partial Bony', 'E-PartBony', '/XXXX/', 82, 2, 1, 0, 0, 0, '', 0, 1, ''), ('D7240', 'Extraction Impacted Tooth-Complete Bony', 'E-CompBony', '/XXXXX/', 82, 2, 1, 0, 0, 0, '', 0, 1, ''), ('D7241', 'Extraction Impacted Tooth-Complete Bony, Complications', 'E-BonywComplic', '/X/', 82, 2, 1, 0, 0, 0, '', 0, 1, ''), ('D7250', 'Surgical Removal of Residual Roots', 'SurgRmvResidR', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7260', 'Oral Antral Fistula Closure', 'OrAntFistClos', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7261', 'Primary Closure of a Sinus Perforation', 'PrimClosSinusPerfor', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7270', 'Tooth Reimplantation and/or Stabilization of Accidentally Evulsed or Displaced Tooth', 'ToothReimplant/Stabili', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7272', 'Tooth Transplantation', 'ToothTransplant', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7280', 'Surgical Access of Unerupted Tooth (may include, but not limited to placement of attachment for eruption)', 'SurgAccessUnerupt', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7281', 'Surgical Exposure of Tooth to Aid Eruption', 'SurgExposAidErupt', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7282', 'Mobilization of Erupted or Malpositioned Tooth to Aid Eruption', 'MobErup/MalposAidErup', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7285', 'Biopsy of Oral Tissue-Hard (bone, tooth)', 'BiopsyOralTissH', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7286', 'Biopsy of Oral Tissue-Soft (all others)', 'BiopsySoft', '/X/', 82, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7287', 'Cytology Sample Collection', 'OytologySampCol', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7290', 'Surgical Repositioning of Teeth', 'SurgReposition', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7291', 'Transseptal Fiberotomy, By Report', 'TransFibero', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7310', 'Alveoloplasty in Conjunction with Extractions-per Quadrant', 'Alveolo-w/E', '/XXX/', 82, 4, 0, 0, 0, 0, '', 0, 0, ''), ('D7320', 'Alveoloplasty not in Conjunction with Extractions-per Quadrant', 'Alveolo-w/oE', '/XXXX/', 82, 4, 0, 0, 0, 0, '', 0, 0, ''), ('D7340', 'Vestibuloplasty-Ridge Extension (Secondary Epithelialization)', 'Vestib-Ridge', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7350', 'Vestibuloplasty-Ridge Extension (Grafts, Muscles, Etc.)', 'VestibRidExten', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7410', 'Excision of Benign Lesion Diameter Up To 1.25 cm', 'ExcBenLes>1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7411', 'Excision of Benign Lesion Diameter Greater Than 1.25 cm', 'ExcBenLes<1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7412', 'Excision of Benign Lesion, Complicated', 'ExcBenLesCompl', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7413', 'Excision of Malignant Lesion Diameter Up To 1.25 cm', 'ExcMalLes>1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7414', 'Excision of Malignant Lesion Diameter Greater Than 1.25 cm', 'ExcMalLes<1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7415', 'Excision of Malignant Lesion, Complicated', 'ExcMalLesCompl', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7465', 'Destruction of Lesion(s) by Physical or Chemical Methods, by Report', 'DestLes', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7440', 'Excision of Malignant Tumor-Lesion Diameter up to 1.25 cm', 'ExMTumLes<1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7441', 'Excision of Malignant Tumor-Lesion Diameter Greater than 1.25 cm', 'ExMTumLes<1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7450', 'Removal of Benign Odontogenic Cyst/Tumor-Lesion Diameter up to 1.25 cm', 'RemBenTum>1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7451', 'Removal of Benign Odontogenic Cyst/Tumor-Lesion Diameter Greater than 1.25 cm', 'ReBOTum<1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7460', 'Removal of Benign Nonodontogenic Cyst/Tumor-Lesion Diameter up to 1.25 cm', 'ReBNOTum>1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7461', 'Removal of Benign Nonodontogenic Cyst/Tumor-Lesion Diameter Greater than 1.25 cm', 'ReBNOTum<1.25', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7471', 'Removal of Lateral Exostosis-Maxilla or Mandible', 'RemExost', '/XXXXX/', 82, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7472', 'Removal of Torus Palatinus', 'RemTorPal', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7473', 'Removal of Torus Mandibularis', 'RemTorMand', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7485', 'Surgical Reduction of Osseous Tuberosity', 'SurRedOssTub', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7490', 'Radical Resection of Mandible with Bone Graft', 'RadReManBonGr', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7510', 'Incision And Drainage Of Abscess-Intraoral Soft Tissue', 'Inc&Drain', '/X/', 82, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7520', 'Incision And Drainage Of Abscess-Extraoral Soft Tissue', 'Inc&DrAbsExtST', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7530', 'Removal of Foreign Body, Skin, or Subcutaneous Alveolar Tissue', 'RemForeign', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7540', 'Removal of Reaction-Producing Foreign Bodies-Musculoskeletal System', 'ReReaProForMus', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7550', 'Partial Ostectomy/Sequestrectomy for Removal of Non-Vital Bone', 'PartOstec', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7560', 'Maxillary Sinusotomy for Removal of Tooth Fragment or Foreign Body', 'MaxSinRemFrag', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7610', 'Maxilla-Open Reduction (teeth immobilized if present)', 'MaxillOpenRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7620', 'Maxilla-Closed Reduction (teeth immobilized if present)', 'MaxillClosRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7630', 'Mandible-Open Reduction (teeth immobilized if present)', 'ManOpenRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7640', 'Mandible-Closed Reduction (teeth immobilized if present)', 'ManClosRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7650', 'Malar and/or Zygomatic Arch-Open Reduction', 'MaZyOpenRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7660', 'Malar and/or Zygomatic Arch-Closed Reductio', 'MaZyClosRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7670', 'Alveolus-Closed Reduction, May Include Stabilization of Teeth', 'AlvClosRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7671', 'Alveolus-Open Reduction, May Include Stabilization of Teeth', 'AlvOpenRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7680', 'Facial Bones-Complicated Reduction with Fixation, Multiple Surgical Approaches', 'FacBoComRedFix', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7710', 'Maxilla-Open Reduction', 'MaxOpReduc', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7720', 'Maxilla-Closed Reduction', 'MaxClosReduc', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7730', 'Mandible-Open Reduction', 'MandOpReduc', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7740', 'Mandible-Closed Reduction', 'MandClosRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7750', 'Malar and/or Zygomatic Arch-Open Reduction', 'MaZyOpenRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7760', 'Malar and/or Zygomatic Arch-Closed Reduction', 'MaZyClosRed', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7770', 'Alveolus-Open Reduction Stabilization of Teeth', 'AlvOpRedStabT', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7771', 'Alveolus-Closed Reduction Stabilization of Teeth', 'AlvCloRedStabT', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7780', 'Facial Bones-Complicated Reduction with Fixation, Multiple Surgical Approaches', 'FacBoComRedFix', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7810', 'Open Reduction of Dislocation', 'OpRedDisloc', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7820', 'Closed Reduction of Dislocation', 'ClosRedDisloc', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7830', 'Manipulation Under Anesthesia', 'ManipUnAnesth', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7840', 'Condylectomy', 'Condylectomy', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7850', 'Surgical Discectomy; With/Without Implant', 'SurgDiscW/WoIm', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7852', 'Disc Repair', 'DiscRep', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7854', 'Synovectomy', 'Synovectomy', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7856', 'Myotomy', 'Myotomy', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7858', 'Joint Reconstruction', 'JointRecon', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7860', 'Arthrotomy', 'Arthrotomy', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7865', 'Arthroplasty', 'Arthroplasty', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7870', 'Arthrocentesis', 'Arthrocentesis', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7871', 'Non-Arthroscopic Lysis and Lavage', 'NonArthLyLav', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7872', 'Arthroscopy-Diagnosis, With or Without Biopsy', 'ArthrosDiagBiop', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7873', 'Arthroscopy-Surgical: Lavage and Lysis of Adhesions', 'ArthSurgLavLyAdh', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7874', 'Arthroscopy-Surgical: Disc Repositioning and Stabilization', 'ArthSurgDisRepSta', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7875', 'Arthroscopy-Surgical: Synovectomy', 'ArthSurgSynov', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7876', 'Arthroscopy-Surgical: Discectomy', 'ArthSurgDisc', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7877', 'Arthroscopy-Surgical: Debridement', 'ArthSurgDebr', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7880', 'Occlusal Orthotic Device, by Report', 'OcclOrthDevi', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7899', 'Unspecified TMD Therapy, by Report', 'UnspecTMDTher', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7910', 'Suture of Recent Small Wounds Up To 5 cm', 'SutRecSmWou>5', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7911', 'Complicated Suture-Up To 5 cm', 'ComplSut>5', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7912', 'Complicated Suture-Greater Than 5 cm', 'ComplSut<5', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7920', 'Skin Graft (identify defect covered, location, and type of graft)', 'SkinGraft', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7940', 'Osteoplasty-for Orthognathic Deformities', 'OsteOrthognDefo', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7941', 'Osteotomy-Mandibular Rami', 'OsteMandRami', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7943', 'Osteotomy-Mandibular Rami, With Bone Graft', 'OsteManRaBoGr', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7944', 'Osteotomy-Segmented or Subapical-per Sextant or Quadrant', 'OsteSegSub', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7945', 'Osteotomy-Body of Mandible', 'OsteoBodMand', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7946', 'LeFort I (maxilla-total)', 'LefortIMaxTot', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7947', 'LeFort I (maxilla-segmented)', 'LefortIMaxSegm', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7948', 'LeFort II or LeFort III-Without Bone Graft', 'LeFII/IIIWoBoGr', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7949', 'LeFort II or LeFort III-With Bone Graft', 'LeFII/IIIWBoGr', '/X/', 87, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7950', 'Graft of the Mandible-Autogenous or Nonautogenous', 'GrMandAug/NonAug', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7955', 'Repair of Maxillofacial Soft and Hard Tissue Defect', 'RepairMaxSft/HdTiss', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7960', 'Frenulectomy (frenectomy or frenotomy)-Separate Procedure', 'Frenulectomy', '/XX/', 82, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7970', 'Excision of Hyperplastic Tissue-per Arch', 'ExcisTissue', '/X/', 82, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D7971', 'Excision of Pericoronal Gingiva', 'ExciPericoronalging', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7972', 'Surgical Reduction of Fibrous Tuberosity', 'SurgRedFibTub', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7980', 'Sialolithotomy', 'Sailolithotomy', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7981', 'Excision of Salivary Gland, by Report', 'ExcisSalGl', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7982', 'Sialodochoplasty', 'Sialodochoplasty', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7983', 'Closure of Salivary Fistula', 'ClosSalFist', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7990', 'Emergency Tracheotomy', 'EmerTrach', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7991', 'Coronoidectomy', 'Coronoidectomy', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7993', 'Implant-Facial Bones', 'ImplantFB', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7994', 'Implant-Other Than Facial Bones', 'ImplantOth', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7995', 'Synthetic Graft - Mandible or Facial Bones, by Report', 'SynthGr', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7996', 'Implant - Mandible for Augmentation Purposes (Excluding Alveolar Ridge), by Report', 'ImplantMandAugmen', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7997', 'Appliance Removal (Not By Dentist Who Placed Appliance)', 'ApplRemov', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D7999', 'Unspecified Oral Surgery Procedure, by Report', 'UnspOralSurg', '/X/', 82, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D8010', 'Limited Orthodontic Treatment of the Primary Dentition', 'LimOrthoPri', '/X/', 83, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D8020', 'Limited Orthodontic Treatment of the Transitional Dentition', 'LimOrthoTxPriDent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8030', 'Limited Orthodontic Treatment of the Adolescent Dentition', 'LimOrthoTxAdolDent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8040', 'Limited Orthodontic Treatment of the Adult Dentition', 'LimOrthoAdlt', '/X/', 83, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D8050', 'Interceptive Orthodontic Treatment of the Primary Dentition', 'InterOrthoTxPriDent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8060', 'Interceptive Orthodontic Treatment of the Transitional Dentition', 'IntercOrthoTxTransDent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8070', 'Comprehensive Orthodontic Treatment of the Transitional Dentition', 'CompOrthoTxTransDent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8080', 'Comprehensive Orthodontic Treatment of the Adolescent Dentition', 'ComOrthoTxAdolDent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8090', 'Comprehensive Orthodontic Treatment of the Adult Dentition', 'CompOrthoAdlt', '/XXXX/', 83, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D8210', 'Removable Appliance Therapy', 'RemHabitAppl', '/XX/', 83, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D8220', 'Fixed Appliance Therapy', 'FxApplTh', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8660', 'Pre-Orthodontic Treatment Visit', 'PreOrthoTx', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8670', 'Periodic Orthodontic Treatment Visit (As Part of Contract)', 'OrthoAdj', '/X/', 83, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D8680', 'Orthodontic Retention (Removal of Appliances, Construction and Placement of Retainer(s))', 'OrthoRetent', '/X/', 83, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D8690', 'Orthodontic Treatment (Alternative Billing to a Contract Fee)', 'OrthoTx', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8691', 'Repair of Orthodontic Appliance', 'RepairOrthoAppl', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8692', 'Replacement of Lost or Broken Retainer', 'RepBrkRet', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D8999', 'Unspecified Orthodontic Procedure, by Report', 'UnspecOrtho', '/X/', 83, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9110', 'Palliative (Emergency) Treatment of Dental Pain - Minor Procedure', 'Palliative', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9210', 'Local Anesthesia, Not in Conjunction With Operative or Surgical Procedures', 'LocAnesthW/oSurgPro', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9211', 'Regional Block Anesthesia', 'RegBlkAnesth', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9212', 'Trigeminal Division Block Anesthesia', 'TriDivBlkAnesth', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9215', 'Local Anesthesia', 'LocalAnesth', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9220', 'Deep Sedation/General Anesthesia-First 30 Minutes', 'GeneralAnes/1st30min', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9221', 'Deep Sedation/General Anesthesia-Each Additional 15 Minutes', 'GeneralAnes/add15min', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9230', 'Analgesia, Anxiolysis (Nitrous Oxide)', 'Nitrous', '/X/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9241', 'Intravenous Conscious Sedation/Analgesia - First 30 Minutes', 'Analgesia/1st30min', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9242', 'Intravenous Conscious Sedation/Analgesia - Each Additional 15 Minutes', 'Analgesia/add15min', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9248', 'Non-Intravenous Conscious Sedation', 'NonIntraConsSed', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9310', 'Consultation (Other Than Treating Dentist)', 'Consult', '/X/', 73, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9410', 'House/Extended Care Facility Call', 'HouseCall', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9420', 'Hospital Call', 'HospCall', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9430', 'Office Visit, During Office Hours, Observation Only', 'Observation', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9440', 'After Hours Office Visit', 'AfHrsOV', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9450', 'Case Presentation (Not on Same Day as Evaluation)', 'CasePresent', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9610', 'Therapeutic Drug Injection, by Report', 'TherDrugInj', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9630', 'Other Drugs and/or Medicaments, by Report', 'Odrug/Med', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9910', 'Application of Desensitizing Medicament', 'Desens', '/X/', 84, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D9911', 'Application of Desensitizing Resin for Cervical and/or Root Surface, Per Tooth', 'DesensRes', '/X/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9920', 'Behavior Management, by Report', 'Behav', '/XXX/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9930', 'Treatment of Complications (Post-Surgical)-Unusual Circumstances, by Report', 'TxCompl', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9940', 'Bite Guard, by Report', 'BiteGuard', '/XX/', 84, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D9941', 'Athletic Mouthguard', 'AthGuard', '/XX/', 84, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D9950', 'Occlusal Analysis-Mounted Case', 'OcclAnalyMntCase', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9951', 'Occlusal Adjustment-Limited', 'OcclAdjLim', '/X/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9952', 'Occlusal Adjustment-Complete', 'OcclAdjCp', '/XX/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9970', 'Enamel Microabrasion (Removal of Discolored Surface Enamel Defects)', 'EnamMicroab', '/X/', 87, 0, 0, 0, 0, 0, '', 0, 0, ''), ('D9971', 'Odontoplasty 1-2 Teeth', 'Shaping', '/X/', 79, 5, 0, 0, 0, 0, '', 0, 0, ''), ('D9972', 'External Bleaching - Per Arch', 'White', '/X/', 79, 6, 0, 0, 0, 0, '', 0, 0, ''), ('D9973', 'External Bleaching - Per Tooth', 'WhiteTooth', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D9974', 'Internal Bleaching - Per Tooth', 'InternalWhite', '/X/', 87, 2, 0, 0, 0, 0, '', 0, 0, ''), ('D9972Z', 'InhouseWhitening', 'InHouWhit', '//XXXXXX/////////', 79, 3, 0, 0, 0, 0, '', 0, 0, ''), ('D9999', 'Unspecified Adjunctive Procedure, by Report', 'UnspecAdjunct', '/X/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('N4101', 'Post Op-misc', 'PostOp', '/X/', 85, 3, 0, 0, 1, 0, '', 0, 0, ''), ('N4102', 'Denture Adjust', 'DentAdj', '/X/', 85, 3, 0, 0, 1, 0, '', 0, 0, ''), ('N4103', 'Bite Record', 'BiteRec', '/XXX/', 85, 3, 0, 0, 1, 0, '', 0, 0, ''), ('N4104', 'Adjust Partial', 'AdjPart', '/X/', 85, 3, 0, 0, 1, 0, '', 0, 0, ''), ('N4106', 'Cast P&C Seat', 'CstPCSeat', '/XX/', 85, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4108', 'Veneer Seat', 'VenSeat', '/XXX/', 85, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4109', 'Alginates', 'Alg', '/X/', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('N4111', 'Inlay Seat', 'InlaSeat', '/XXX/', 85, 1, 0, 0, 1, 0, '', 0, 0, ''), ('Ztoth', 'Tooth Note', 'ToothNote', '/X/', 86, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4112', 'Onlay Seat', 'OnlaSeat', '/XXX/', 85, 1, 0, 0, 1, 0, '', 0, 0, ''), ('Zclin', 'Clinical Note', 'ClinNote', '/X/', 86, 3, 0, 0, 1, 0, '', 0, 0, ''), ('N4113', 'Fit Bands', 'FitBands', '/XX//', 85, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4115', 'Soft reline', 'SoftLine', '/X//', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('N4118', 'PFM Seat', 'PFMSeat', '//XX/', 85, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4119', 'All Cer Crn Seat', 'CerCrnSeat', '/XXXXXXX/', 85, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4120', 'Denture Deliver', 'DentDeliv', '/XX/', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('N4121', 'RPD Deliver', 'RPDDeliv', '/XX/', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('N4122', 'Repair Deliver', 'ReprDeliv', '/X/', 85, 3, 0, 0, 1, 0, '', 0, 0, ''), ('N4123', 'Whitening Deliver', 'WhitDeliv', '/X/', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('N4124', 'Bitegaurd Deliver', 'BitguaDeli', '/X/', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('N4125', 'Flipper Deliver', 'FlipDeliv', '/X/', 85, 2, 0, 0, 1, 0, '', 0, 0, ''), ('N4126', 'Retainer Deliver', 'RetaDeliv', '/X/', 85, 6, 0, 0, 1, 0, '', 0, 0, ''), ('D9230b', 'NitrousOxide', 'Nitrous10', '/X/', 84, 3, 0, 0, 0, 0, '', 0, 0, ''), ('N4127', 'Bridge Seat', 'BridgeSeat', '/XXXXX/', 85, 7, 0, 0, 1, 0, '', 0, 0, ''); #---------------------------- # Table structure for procedurelog #---------------------------- CREATE TABLE `procedurelog` ( `ProcNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `AptNum` mediumint(8) unsigned NOT NULL default '0', `ADACode` varchar(15) NOT NULL default '', `ProcDate` date NOT NULL default '0001-01-01', `ProcFee` double NOT NULL default '0', `OverridePri` double NOT NULL default '0', `OverrideSec` double NOT NULL default '0', `Surf` varchar(10) NOT NULL default '', `ToothNum` varchar(2) NOT NULL default '', `ToothRange` varchar(100) NOT NULL default '', `NoBillIns` tinyint(1) unsigned NOT NULL default '0', `Priority` smallint(5) unsigned NOT NULL default '0', `ProcStatus` tinyint(3) unsigned NOT NULL default '0', `ProcNote` text NOT NULL, `ProvNum` smallint(5) unsigned NOT NULL default '0', `Dx` smallint(5) unsigned NOT NULL default '0', `NextAptNum` mediumint(8) unsigned NOT NULL default '0', `IsCovIns` tinyint(1) unsigned NOT NULL default '0', `CapCopay` double NOT NULL default '0', `PlaceService` tinyint(3) unsigned NOT NULL default '0', `HideGraphical` tinyint(3) unsigned NOT NULL default '0', `Prosthesis` char(1) NOT NULL default '', `DateOriginalProsth` date NOT NULL default '0001-01-01', `ClaimNote` varchar(80) NOT NULL default '', `DateLocked` date NOT NULL default '0001-01-01', PRIMARY KEY (`ProcNum`), KEY `ChartNum` (`PatNum`), KEY `indexPatNum` (`PatNum`), KEY `indexAptNum` (`AptNum`), KEY `indexADACode` (`ADACode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table procedurelog #---------------------------- #---------------------------- # Table structure for program #---------------------------- CREATE TABLE `program` ( `ProgramNum` mediumint(8) unsigned NOT NULL auto_increment, `ProgName` varchar(100) NOT NULL default '', `ProgDesc` varchar(100) NOT NULL default '', `Enabled` tinyint(1) unsigned NOT NULL default '0', `Path` varchar(255) NOT NULL default '', `CommandLine` varchar(255) NOT NULL default '', `Note` varchar(255) NOT NULL default '', PRIMARY KEY (`ProgramNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table program #---------------------------- insert into program values (4, 'PracticeWebReports', 'PracticeWeb Reports from practice-web.com', 0, 'PWReports.exe', '', ''), (5, 'WebClaim', 'WebClaim from webclaim.net', 1, 'WebClaim.exe', '', 'This link will only work from the Send Claims toolbar.'), (6, 'Renaissance', 'Renaissance Claims from www.rss-llc.com', 1, '', '', 'This link will only work from the Send Claims toolbar. No path or command line arguments are needed.'), (7, 'TigerView', 'TigerView from www.televere.com', 0, 'C:\\Program Files\\TigerView\\tiger1.exe', 'SLAVE', 'Command line should be SLAVE. This will cause TigerView to look in the file specified in the Tiger1.ini path for information about the patient to open.'), (8, 'Apteryx', 'Apteryx from www.apteryxware.com', 0, 'C:\\Program Files\\Apteryx\\XrayVision.exe', '/p', 'Command line option is typically /p for \'patient\'. But you also have some other options before the /p, including /b for \'bar\' which just brings up the patient\'s image bar, or /h to hide the splash screen. You can combine options. For example /h /p is vali'), (9, 'Schick', 'Schick from www.schicktech.com', 0, '', '', 'There is no path or command line for this link. It will simply recognize the Schick CDR DICOM program if installed.'), (10, 'Dexis', 'Dexis from www.dexray.com', 0, 'C:\\DEXIS\\DEXIS.EXE', '', 'There is no command line needed. The InfoFile path would usually be \'InfoFile.txt\' which will be created the first time the link is used.'), (11, 'VixWin', 'VixWin from www.gendexxray.com', 0, '', '', 'This link uses the VixWin QuikLink program to listen for new files in the quiklink directory. No other file path or command line arguments are needed. The QuikLink directory would typically be C:\\vx_qlink\\ . If you use ChartNum for link, it can not be m'), (12, 'Trophy', 'Trophy from www.trophy-imaging.com', 0, 'TW.exe', '', 'Applies to Trophy versions 4.2 and 5.0. No command line arguments are needed. The storage path is where all images are stored. For instance \\\\SERVER\\TrophyImages. The images for each patient will be stored in a folder named according to the patient id.'), (13, 'Sirona', 'Sirona Sidexis from www.sirona.com', 0, 'C:\\sidexis\\sidexis.exe', '', ''), (14, 'HouseCalls', 'HouseCalls from www.housecallsweb.com', 0, '', '', 'Typical Export Path is C:\\HouseCalls\\'), (15, 'Planmeca', 'Dimaxis from Planmeca', 0, 'DxStart.exe', '', 'Typical file path is DxStart.exe which is available from Planmeca and should be placed in the same folder as this program.'); #---------------------------- # Table structure for programproperty #---------------------------- CREATE TABLE `programproperty` ( `ProgramPropertyNum` mediumint(8) unsigned NOT NULL auto_increment, `ProgramNum` mediumint(8) unsigned NOT NULL default '0', `PropertyDesc` varchar(255) NOT NULL default '', `PropertyValue` varchar(255) NOT NULL default '', PRIMARY KEY (`ProgramPropertyNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table programproperty #---------------------------- insert into programproperty values (1, 7, 'Tiger1.ini path', 'C:\\Windows\\Tiger1.ini'), (2, 7, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (3, 8, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (4, 9, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (5, 10, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (6, 10, 'InfoFile path', 'InfoFile.txt'), (7, 11, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (8, 11, 'QuikLink directory.', 'C:\\vx_qlink\\'), (9, 12, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (10, 12, 'Storage Path', ''), (11, 13, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (12, 14, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'), (13, 14, 'Export Path', 'C:\\HouseCalls\\'), (14, 15, 'Enter 0 to use PatientNum, or 1 to use ChartNum', '0'); #---------------------------- # Table structure for provider #---------------------------- CREATE TABLE `provider` ( `ProvNum` smallint(5) unsigned NOT NULL auto_increment, `Abbr` varchar(5) NOT NULL default '', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `LName` varchar(100) NOT NULL default '', `FName` varchar(100) NOT NULL default '', `MI` varchar(100) NOT NULL default '', `Title` varchar(100) NOT NULL default '', `FeeSched` smallint(5) unsigned NOT NULL default '0', `Specialty` tinyint(3) unsigned NOT NULL default '0', `SSN` varchar(12) NOT NULL default '', `StateLicense` varchar(15) NOT NULL default '', `DEANum` varchar(15) NOT NULL default '', `IsSecondary` tinyint(1) unsigned NOT NULL default '0', `ProvColor` int(11) NOT NULL default '0', `IsHidden` tinyint(1) unsigned NOT NULL default '0', `UsingTIN` tinyint(1) unsigned NOT NULL default '0', `BlueCrossID` varchar(25) NOT NULL default '', `SigOnFile` tinyint(1) unsigned NOT NULL default '1', `Password` varchar(255) NOT NULL default '', `UserName` varchar(255) NOT NULL default '', `MedicaidID` varchar(20) NOT NULL default '', `OutlineColor` int(11) NOT NULL default '0', PRIMARY KEY (`ProvNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table provider #---------------------------- insert into provider values (1, 'Doc1', 0, '', '', '', '', 53, 0, '', '', '', 0, -4602138, 0, 0, '', 1, '', '', '', -11711155), (2, 'NOTE', 1, 'Notes', '', '', '', 53, 0, '', '', '', 0, -1, 0, 0, '', 1, '', '', '', -11711155); #---------------------------- # Table structure for providerident #---------------------------- CREATE TABLE `providerident` ( `ProviderIdentNum` mediumint(8) unsigned NOT NULL auto_increment, `ProvNum` smallint(5) unsigned NOT NULL default '0', `PayorID` varchar(255) NOT NULL default '', `SuppIDType` tinyint(3) unsigned NOT NULL default '0', `IDNumber` varchar(255) NOT NULL default '', PRIMARY KEY (`ProviderIdentNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table providerident #---------------------------- #---------------------------- # Table structure for quickpastecat #---------------------------- CREATE TABLE `quickpastecat` ( `QuickPasteCatNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `DefaultForTypes` text NOT NULL, PRIMARY KEY (`QuickPasteCatNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table quickpastecat #---------------------------- insert into quickpastecat values (1, 'Medical Urgent', 0, '22'), (2, 'Medical Summary', 1, '9'), (3, 'Service Notes', 2, '10'), (4, 'Medical History', 3, '11'); #---------------------------- # Table structure for quickpastenote #---------------------------- CREATE TABLE `quickpastenote` ( `QuickPasteNoteNum` mediumint(8) unsigned NOT NULL auto_increment, `QuickPasteCatNum` smallint(5) unsigned NOT NULL default '0', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `Note` text NOT NULL, `Abbreviation` varchar(255) NOT NULL default '', PRIMARY KEY (`QuickPasteNoteNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table quickpastenote #---------------------------- insert into quickpastenote values (1, 1, 0, 'BP', ''), (2, 2, 0, 'BP', ''), (3, 4, 0, 'BP', ''), (4, 1, 1, 'Allergy:', ''), (5, 2, 1, 'Allergy:', ''), (6, 4, 1, 'Allergy:', ''), (7, 1, 2, 'Heart', ''), (8, 2, 2, 'Heart', ''), (9, 4, 2, 'Heart', ''), (10, 1, 3, 'Low Epi', ''), (11, 2, 3, 'Low Epi', ''), (12, 4, 3, 'Low Epi', ''), (13, 1, 4, 'PAC', ''), (14, 2, 4, 'PAC', ''), (15, 4, 4, 'PAC', ''), (16, 1, 5, 'Medication:', ''), (17, 2, 5, 'Medication:', ''), (18, 4, 5, 'Medication:', ''), (19, 1, 6, 'none', ''), (20, 2, 6, 'none', ''), (21, 4, 6, 'none', ''), (22, 1, 7, 'Diabetes', ''), (23, 2, 7, 'Diabetes', ''), (24, 4, 7, 'Diabetes', ''), (25, 3, 0, 'Pillow', ''), (26, 3, 1, 'No Fluoride', ''), (27, 3, 2, 'Hard to Numb', ''), (28, 3, 3, 'Value', ''), (29, 3, 4, 'Quality', ''), (30, 3, 5, 'Don\'t Lean Back', ''), (31, 3, 6, 'Painless', ''), (32, 3, 7, 'Anxiety', ''); #---------------------------- # Table structure for recall #---------------------------- CREATE TABLE `recall` ( `RecallNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `DateDueCalc` date NOT NULL default '0001-01-01', `DateDue` date NOT NULL default '0001-01-01', `DatePrevious` date NOT NULL default '0001-01-01', `RecallInterval` int(11) NOT NULL default '0', `RecallStatus` smallint(5) unsigned NOT NULL default '0', `Note` text NOT NULL, `IsDisabled` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`RecallNum`), KEY `PatNum` (`PatNum`), KEY `DateDue` (`DateDue`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table recall #---------------------------- #---------------------------- # Table structure for refattach #---------------------------- CREATE TABLE `refattach` ( `RefAttachNum` smallint(5) unsigned NOT NULL auto_increment, `ReferralNum` smallint(5) unsigned NOT NULL default '0', `PatNum` smallint(5) unsigned NOT NULL default '0', `ItemOrder` smallint(5) unsigned NOT NULL default '0', `RefDate` date NOT NULL default '0000-00-00', `IsFrom` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`RefAttachNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table refattach #---------------------------- #---------------------------- # Table structure for referral #---------------------------- CREATE TABLE `referral` ( `ReferralNum` smallint(5) unsigned NOT NULL auto_increment, `LName` varchar(100) NOT NULL default '', `FName` varchar(100) NOT NULL default '', `MName` varchar(100) NOT NULL default '', `SSN` varchar(9) NOT NULL default '', `UsingTIN` tinyint(1) unsigned NOT NULL default '0', `Specialty` tinyint(3) unsigned NOT NULL default '0', `ST` varchar(2) NOT NULL default '', `Telephone` varchar(10) NOT NULL default '', `Address` varchar(100) NOT NULL default '', `Address2` varchar(100) NOT NULL default '', `City` varchar(100) NOT NULL default '', `Zip` varchar(20) NOT NULL default '', `Note` text NOT NULL, `Phone2` varchar(30) NOT NULL default '', `IsHidden` tinyint(1) unsigned NOT NULL default '0', `NotPerson` tinyint(1) unsigned NOT NULL default '0', `Title` varchar(255) NOT NULL default '', `EMail` varchar(255) NOT NULL default '', `PatNum` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`ReferralNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table referral #---------------------------- #---------------------------- # Table structure for report #---------------------------- CREATE TABLE `report` ( `ReportNum` mediumint(8) unsigned NOT NULL auto_increment, `DataFields` text NOT NULL, `Query` text NOT NULL, `MarginL` smallint(5) unsigned NOT NULL default '0', `MarginR` smallint(5) unsigned NOT NULL default '0', `MarginT` smallint(5) unsigned NOT NULL default '0', `MarginB` smallint(5) unsigned NOT NULL default '0', `IsLandscape` tinyint(1) unsigned NOT NULL default '0', `ReportName` varchar(255) NOT NULL default '', `LetterOrder` smallint(5) unsigned NOT NULL default '0', `AuthorID` varchar(255) NOT NULL default '', `Description` text NOT NULL, PRIMARY KEY (`ReportNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table report #---------------------------- #---------------------------- # Table structure for reportobject #---------------------------- CREATE TABLE `reportobject` ( `ReportObjectNum` mediumint(8) unsigned NOT NULL auto_increment, `ReportNum` mediumint(8) unsigned NOT NULL default '0', `SectionName` varchar(255) NOT NULL default '', `LocationX` smallint(5) unsigned NOT NULL default '0', `LocationY` smallint(5) unsigned NOT NULL default '0', `SizeWidth` smallint(5) unsigned NOT NULL default '0', `SizeHeight` smallint(5) unsigned NOT NULL default '0', `ObjectName` varchar(255) NOT NULL default '', `ObjectKind` tinyint(3) unsigned NOT NULL default '0', `FontSize` float NOT NULL default '0', `FontName` varchar(255) NOT NULL default '', `FontStyle` tinyint(3) unsigned NOT NULL default '0', `TextAlign` tinyint(3) unsigned NOT NULL default '0', `ForeColor` int(11) NOT NULL default '0', `StaticText` text NOT NULL, `FormatString` varchar(255) NOT NULL default '', `SuppressIfDuplicate` tinyint(1) unsigned NOT NULL default '0', `EndSectionName` varchar(255) NOT NULL default '', `LocationLowerRightX` smallint(5) unsigned NOT NULL default '0', `LocationLowerRightY` smallint(5) unsigned NOT NULL default '0', `LineThickness` float NOT NULL default '0', `FieldKind` tinyint(3) unsigned NOT NULL default '0', `ValueType` tinyint(3) unsigned NOT NULL default '0', `SpecialType` tinyint(3) unsigned NOT NULL default '0', `Operation` tinyint(3) unsigned NOT NULL default '0', `SummarizedField` varchar(255) NOT NULL default '', `DataField` varchar(255) NOT NULL default '', PRIMARY KEY (`ReportObjectNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table reportobject #---------------------------- #---------------------------- # Table structure for reportparameter #---------------------------- CREATE TABLE `reportparameter` ( `ReportParameterNum` mediumint(8) unsigned NOT NULL auto_increment, `ReportNum` mediumint(8) unsigned NOT NULL default '0', `Name` varchar(255) NOT NULL default '', `ValueType` tinyint(3) unsigned NOT NULL default '0', `DefaultValues` text NOT NULL, `PromptingText` text NOT NULL, `Snippet` text NOT NULL, `EnumerationType` tinyint(3) unsigned NOT NULL default '0', `DefCategory` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`ReportParameterNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table reportparameter #---------------------------- #---------------------------- # Table structure for rxdef #---------------------------- CREATE TABLE `rxdef` ( `RxDefNum` smallint(5) unsigned NOT NULL auto_increment, `Drug` varchar(255) NOT NULL default '', `Sig` varchar(255) NOT NULL default '', `Disp` varchar(255) NOT NULL default '', `Refills` varchar(30) NOT NULL default '0', `Notes` varchar(255) NOT NULL default '', PRIMARY KEY (`RxDefNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table rxdef #---------------------------- #---------------------------- # Table structure for rxpat #---------------------------- CREATE TABLE `rxpat` ( `RxNum` mediumint(8) unsigned NOT NULL auto_increment, `PatNum` mediumint(8) unsigned NOT NULL default '0', `RxDate` date NOT NULL default '0000-00-00', `Drug` varchar(255) NOT NULL default '', `Sig` varchar(255) NOT NULL default '', `Disp` varchar(255) NOT NULL default '', `Refills` varchar(30) NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `Notes` varchar(255) NOT NULL default '', PRIMARY KEY (`RxNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table rxpat #---------------------------- #---------------------------- # Table structure for scheddefault #---------------------------- CREATE TABLE `scheddefault` ( `SchedDefaultNum` smallint(5) unsigned NOT NULL auto_increment, `DayOfWeek` tinyint(3) unsigned NOT NULL default '0', `StartTime` time NOT NULL default '00:00:00', `StopTime` time NOT NULL default '00:00:00', `SchedType` tinyint(3) unsigned NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `BlockoutType` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`SchedDefaultNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table scheddefault #---------------------------- insert into scheddefault values (1, 5, '08:00:00', '12:00:00', 0, 0, 0), (2, 2, '08:00:00', '12:00:00', 0, 0, 0), (3, 1, '08:00:00', '12:00:00', 0, 0, 0), (5, 1, '13:00:00', '17:00:00', 0, 0, 0), (6, 3, '08:00:00', '12:00:00', 0, 0, 0), (7, 2, '13:00:00', '17:00:00', 0, 0, 0), (9, 4, '08:00:00', '12:00:00', 0, 0, 0), (10, 4, '13:00:00', '17:00:00', 0, 0, 0), (11, 5, '13:00:00', '17:00:00', 0, 0, 0), (12, 3, '13:00:00', '17:00:00', 0, 0, 0); #---------------------------- # Table structure for schedule #---------------------------- CREATE TABLE `schedule` ( `ScheduleNum` smallint(5) unsigned NOT NULL auto_increment, `SchedDate` date NOT NULL default '0000-00-00', `StartTime` time NOT NULL default '00:00:00', `StopTime` time NOT NULL default '00:00:00', `SchedType` tinyint(3) unsigned NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `BlockoutType` smallint(5) unsigned NOT NULL default '0', `Note` varchar(50) NOT NULL default '', `Status` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`ScheduleNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table schedule #---------------------------- #---------------------------- # Table structure for school #---------------------------- CREATE TABLE `school` ( `SchoolName` varchar(255) NOT NULL default '', `SchoolCode` varchar(255) NOT NULL default '', PRIMARY KEY (`SchoolName`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table school #---------------------------- #---------------------------- # Table structure for screen #---------------------------- CREATE TABLE `screen` ( `ScreenNum` mediumint(8) unsigned NOT NULL auto_increment, `ScreenDate` date NOT NULL default '0000-00-00', `GradeSchool` varchar(255) NOT NULL default '', `County` varchar(255) NOT NULL default '', `PlaceService` tinyint(3) unsigned NOT NULL default '0', `ProvNum` smallint(6) NOT NULL default '0', `ProvName` varchar(255) NOT NULL default '', `Gender` tinyint(3) unsigned NOT NULL default '0', `Race` tinyint(4) NOT NULL default '0', `GradeLevel` tinyint(4) NOT NULL default '0', `Age` tinyint(3) unsigned NOT NULL default '0', `Urgency` tinyint(4) NOT NULL default '0', `HasCaries` tinyint(3) unsigned NOT NULL default '0', `NeedsSealants` tinyint(3) unsigned NOT NULL default '0', `CariesExperience` tinyint(3) unsigned NOT NULL default '0', `EarlyChildCaries` tinyint(3) unsigned NOT NULL default '0', `ExistingSealants` tinyint(3) unsigned NOT NULL default '0', `MissingAllTeeth` tinyint(3) unsigned NOT NULL default '0', `Birthdate` date NOT NULL default '0000-00-00', `ScreenGroupNum` mediumint(8) unsigned NOT NULL default '0', `ScreenGroupOrder` smallint(5) unsigned NOT NULL default '0', `Comments` varchar(255) default NULL, PRIMARY KEY (`ScreenNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table screen #---------------------------- #---------------------------- # Table structure for screengroup #---------------------------- CREATE TABLE `screengroup` ( `ScreenGroupNum` mediumint(8) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `SGDate` date NOT NULL default '0000-00-00', PRIMARY KEY (`ScreenGroupNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table screengroup #---------------------------- #---------------------------- # Table structure for securitylog #---------------------------- CREATE TABLE `securitylog` ( `SecurityLogNum` smallint(5) unsigned NOT NULL auto_increment, `Permission` varchar(255) NOT NULL default '', `UserName` varchar(255) NOT NULL default '', `LogDateTime` datetime NOT NULL default '0000-00-00 00:00:00', `LogText` text NOT NULL, PRIMARY KEY (`SecurityLogNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table securitylog #---------------------------- #---------------------------- # Table structure for toolbutitem #---------------------------- CREATE TABLE `toolbutitem` ( `ToolButItemNum` mediumint(8) unsigned NOT NULL auto_increment, `ProgramNum` mediumint(8) unsigned NOT NULL default '0', `ToolBar` smallint(5) unsigned NOT NULL default '0', `ButtonText` varchar(255) NOT NULL default '', PRIMARY KEY (`ToolButItemNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table toolbutitem #---------------------------- insert into toolbutitem values (1, 5, 6, 'WebClaim'), (2, 6, 6, 'Renaissance'), (3, 7, 2, 'TigerView'), (4, 8, 2, 'Apteryx'), (5, 9, 2, 'Schick'), (6, 10, 2, 'Dexis'), (7, 11, 2, 'VixWin'), (8, 12, 2, 'Trophy'), (9, 13, 2, 'Sirona'), (10, 14, 2, 'HouseCalls'), (11, 15, 2, 'Planmeca'); #---------------------------- # Table structure for userpermission #---------------------------- CREATE TABLE `userpermission` ( `UserPermissionNum` smallint(5) unsigned NOT NULL auto_increment, `PermissionNum` smallint(5) unsigned NOT NULL default '0', `EmployeeNum` smallint(5) unsigned NOT NULL default '0', `ProvNum` smallint(5) unsigned NOT NULL default '0', `IsLogged` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`UserPermissionNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table userpermission #---------------------------- #---------------------------- # Table structure for userquery #---------------------------- CREATE TABLE `userquery` ( `QueryNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `FileName` varchar(255) NOT NULL default '', `QueryText` text NOT NULL, PRIMARY KEY (`QueryNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # Records for table userquery #---------------------------- insert into userquery values (24, 'Table - Rx Definition', '', 'select * from rxdef'), (2, 'Table - Appointment', '', 'select * from appointment'), (23, 'Table - Provider', '', 'select * from provider'), (4, 'Table - Patient', '', 'select * from patient'), (5, 'Table - Coverage Patient', '', 'select * from covpat'), (47, 'Table - Language', '', 'select * from language'), (7, 'Table - Claim', '', 'select * from claim'), (8, 'Table - Claim Payment', '', 'select * from claimpayment'), (9, 'Table - Computer', '', 'select * from computer'), (11, 'Table - Coverage Category', '', 'select * from covcat'), (10, 'Table - Coverage Span', '', 'select * from covspan'), (12, 'Table - Adjustment', '', 'select * from adjustment'), (13, 'Table - Definition', '', 'select * from definition'), (14, 'Table - Document Attachment', '', 'select * from docattach'), (15, 'Table - Document', '', 'select * from document'), (16, 'Table - Fee', '', 'select * from fee'), (17, 'Table - Insurance Plan', '', 'select * from insplan'), (18, 'Table - Insurance Template', '', 'select * from instemplate'), (19, 'Table - Payment', '', 'select * from payment'), (20, 'Table - PaySplit', '', 'select * from paysplit'), (21, 'Table - Preference', '', 'select * from preference'), (22, 'Table - Procedure Code', '', 'select * from procedurecode'), (33, 'Table - User Query', '', 'select * from userquery'), (27, 'Table - Procedure Log', '', 'select * from procedurelog'), (28, 'Table - Patient Note', '', 'select * from patientnote'), (48, 'Table - Referral', '', 'select * from referral'), (49, 'Table - Sched Default', '', 'select * from scheddefault'), (50, 'Table - ApptView', '', 'SELECT * FROM apptview'), (51, 'Table - ApptViewItem', '', 'SELECT * FROM apptviewitem'), (32, 'Table - Rx Patient', '', 'select * from rxpat'), (31, 'FeeSchedule', '', 'SELECT T1.ADACode,\r\nf1.Amount AS \'$ Standard\', \r\nf2.Amount AS \'$ ODS\',\r\nf3.Amount AS \'$ BCBS\',\r\nAbbrDesc,Descript \r\nFROM procedurecode AS T1 \r\nLEFT JOIN fee AS f1 ON f1.FeeSched=\'53\' AND T1.ADACode=f1.ADACode \r\nLEFT JOIN fee AS f2 ON f2.FeeSched=\'55\' AND T1.ADACode=f2.ADACode \r\nLEFT JOIN fee AS f3 ON f3.FeeSched=\'54\' AND T1.ADACode=f3.ADACode \r\nORDER BY ADACode'), (39, 'Table - Ledger', '', 'Select * from ledger'), (43, 'Table - Program', '', 'select * from program'), (52, 'Table - AutoCode', '', 'SELECT * FROM autocode'), (53, 'Table - AutoCodeCond', '', 'SELECT * FROM autocodecond'), (54, 'Table - AutoCodeItem', '', 'SELECT * FROM autocodeitem'); #---------------------------- # Table structure for zipcode #---------------------------- CREATE TABLE `zipcode` ( `ZipCodeNum` mediumint(8) unsigned NOT NULL auto_increment, `ZipCodeDigits` varchar(20) NOT NULL default '', `City` varchar(100) NOT NULL default '', `State` varchar(20) NOT NULL default '', `IsFrequent` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`ZipCodeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table zipcode #---------------------------- #---------------------------- # Table structure for clinic #---------------------------- CREATE TABLE `clinic` ( `ClinicNum` smallint(5) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', PRIMARY KEY (`ClinicNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table clinic #---------------------------- #---------------------------- # Table structure for lettermerge #---------------------------- CREATE TABLE `lettermerge` ( `LetterMergeNum` mediumint(8) unsigned NOT NULL auto_increment, `Description` varchar(255) NOT NULL default '', `TemplateName` varchar(255) NOT NULL default '', `DataFileName` varchar(255) NOT NULL default '', `Category` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`LetterMergeNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table lettermerge #---------------------------- #---------------------------- # Table structure for lettermergefield #---------------------------- CREATE TABLE `lettermergefield` ( `FieldNum` mediumint(8) unsigned NOT NULL auto_increment, `LetterMergeNum` mediumint(8) unsigned NOT NULL default '0', `FieldName` varchar(255) NOT NULL default '', PRIMARY KEY (`FieldNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table lettermergefield #---------------------------- #---------------------------- # Table structure for printer #---------------------------- CREATE TABLE `printer` ( `PrinterNum` mediumint(8) unsigned NOT NULL auto_increment, `ComputerNum` mediumint(8) unsigned NOT NULL default '0', `PrintSit` tinyint(3) unsigned NOT NULL default '0', `PrinterName` varchar(255) NOT NULL default '', `DisplayPrompt` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`PrinterNum`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; #---------------------------- # No records for table printer #----------------------------