CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
不看会后悔的Windows XP之经验谈 简单快捷DIY实用家庭影院
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  PowerBuilder >  基础类

求字典表!

楼主springer(酷儿)2002-05-25 11:18:53 在 PowerBuilder / 基础类 提问

请问一下,哪位师兄、师姐有医院管理系统中关于医嘱方面的字典表,要实用的,谢谢啦! 问题点数:100、回复次数:4Top

1 楼myclife(反方向的钟)回复于 2002-05-25 11:24:26 得分 100

我懒得找,我可以将一部分SQL文件给你。Top

2 楼myclife(反方向的钟)回复于 2002-05-25 11:32:10 得分 0

贴出来,省得要我发邮件:  
  /*   ====================================================   */  
  /*易普医院信息系统   EAP-HIS   V60 */  
  /*   Microsoft   SQL   Server   -   Scripting */  
  /*   Server:   ChinaEAPSVR */  
  /*   Database:   THISDB */  
  /*   Creation   Date   99-11-15   16:46:53   */  
  /*   YZ.SQL */  
  /*   ====================================================   */  
   
  /******   Object:     Table   YZ_YZB         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_YZB')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_YZB  
  GO  
   
  /******   Object:     Table   YZ_YZBH         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_YZBH')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_YZBH  
  GO  
   
  /******   Object:     Table   YZ_YZXB         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_YZXB')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_YZXB  
  GO  
   
  /******   Object:     Table   YZ_YZXBH         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_YZXBH')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_YZXBH  
  GO  
   
  /******   Object:     Table   YZ_BABY         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_BABY')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_BABY  
  GO  
   
  /******   Object:     Table   YZ_BABYH         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_BABYH')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_BABYH  
  GO  
   
  Top

3 楼myclife(反方向的钟)回复于 2002-05-25 11:34:11 得分 0

/******   Object:     Table   YZ_BQYZ         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_BQYZ')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_BQYZ  
  GO  
   
  /******   Object:     Table   YZ_CHWB         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_CHWB')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_CHWB  
  GO  
   
  /******   Object:     Table   YZ_CHWXZ         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_CHWXZ')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_CHWXZ  
  GO  
   
  /******   Object:     Table   YZ_CHGUI         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_CHGUI')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_CHGUI  
  GO  
   
  /******   Object:     view   YZ_DICT         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_DICT')   and     type   =   'V')  
  drop   view   YZ_DICT  
  GO  
   
  /******   Object:     VIEW   YZ_DICTVW0         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_DICTVW0')   and       type   =   'V')  
  drop   view   YZ_DICTVW0  
  GO  
   
  /******   Object:     VIEW   YZ_DICTVW1         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_DICTVW1')   and       type   =   'V')  
  drop   view   YZ_DICTVW1  
  GO  
   
  /******   Object:     Table   YZ_SYSINFO         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_SYSINFO')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_SYSINFO  
  GO  
   
  /******   Object:     Table   YZ_ZXFS         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_ZXFS')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_ZXFS  
  GO  
   
  /******   Object:     Table   YZ_ZXPL         Script   Date:   99-11-15   16:57:03   ******/  
  if   exists   (select   *   from   sysobjects   where   id   =   object_id('YZ_ZXPL')   and   sysstat   &   0xf   =   3)  
  drop   table   YZ_ZXPL  
  GO  
   
  Top

4 楼springer(酷儿)回复于 2002-05-25 11:37:53 得分 0

你帮个忙,找找吧:我还是比较想要其中的内容的^_^。  
  先谢谢啦!!!Top

相关问题

  • 数据库字典表的问题
  • -->>>Python: 关于 列表 和 字典 的问题。请大家帮忙?????
  • 请教如何用系统表生成数据字典?
  • 有没有Notes数据库的数据字典表?
  • 数据字典
  • 数据字典 ?
  • 字典维护
  • 求dic字典
  • 字典查询
  • word的字典

关键词

  • date
  • script
  • yz
  • table yz
  • xf
  • drop
  • script date
  • sysobjects where
  • object
  • if exists

得分解答快速导航

  • 帖主:springer
  • myclife

相关链接

  • PowerBuilder类图书
  • PowerBuilder类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo