CREATE TABLE `yindee_ipd_profile_print` (
`med_plan_number` INT(11) DEFAULT '0',
`an` VARCHAR(9) DEFAULT NULL,
`doctor` VARCHAR(7) DEFAULT NULL,
`icode` VARCHAR(7) DEFAULT NULL,
`qty` INT(11) DEFAULT NULL,
`offdate` DATE DEFAULT NULL,
`orderdate` DATE DEFAULT NULL,
`orderstatus` VARCHAR(5) DEFAULT NULL,
`drugusage` VARCHAR(7) DEFAULT NULL,
`sp_use` VARCHAR(7) DEFAULT NULL,
`frequency` INT(11) DEFAULT NULL,
`name` VARCHAR(250) DEFAULT NULL,
`shortlist` VARCHAR(250) DEFAULT NULL,
`d1` INT(11) DEFAULT NULL,
`d2` INT(11) DEFAULT NULL,
`d3` INT(11) DEFAULT NULL,
`d4` INT(11) DEFAULT NULL,
`d5` INT(11) DEFAULT NULL,
`d6` INT(11) DEFAULT NULL,
`d7` INT(11) DEFAULT NULL,
`d8` INT(11) DEFAULT NULL,
`d9` INT(11) DEFAULT NULL,
`d10` INT(11) DEFAULT NULL,
`d11` INT(11) DEFAULT NULL,
`d12` INT(11) DEFAULT NULL,
`d13` INT(11) DEFAULT NULL,
`d14` INT(11) DEFAULT NULL,
`number` INT(11) DEFAULT NULL,
`icode_type` CHAR(3) DEFAULT NULL,
`return_qty` INT(11) DEFAULT NULL,
`vorder` INT(11) DEFAULT NULL,
`start_date` DATE DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=tis620