123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>AdminLTE 2 | Invoice</title>
- <!-- Tell the browser to be responsive to screen width -->
- <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
- <!-- Bootstrap 3.3.6 -->
- <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
- <!-- Font Awesome -->
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <!-- Ionicons -->
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
- <!-- Theme style -->
- <link rel="stylesheet" href="dist/css/AdminLTE.min.css">
- <!-- AdminLTE Skins. Choose a skin from the css/skins
- folder instead of downloading all of them to reduce the load. -->
- <link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
- <!-- jQuery 2.2.3 -->
- <script src="plugins/jQuery/jquery-2.2.3.min.js"></script>
- <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
- <style>
- .interval {
- padding : 1px 8px!important;
- }
- #my_file {
- visibility: hidden; /* 隐藏 */
- }
- </style>
- </head>
- <body class="hold-transition skin-blue sidebar-mini">
- <div class="wrapper">
- <header class="main-header">
- <!-- Logo -->
- <a href="#" class="logo">
- <!-- logo for regular state and mobile devices -->
- <span class="logo-lg"><b>D</b>iagbot</span>
- </a>
- </header>
- <!-- Left side column. contains the logo and sidebar -->
- <aside class="main-sidebar">
- <!-- sidebar: style can be found in sidebar.less -->
- <section class="sidebar">
- <!-- /.search form -->
- <!-- sidebar menu: : style can be found in sidebar.less -->
- <ul class="sidebar-menu">
- <li class="header">MAIN NAVIGATION</li>
- <li class="treeview active">
- <a href="#">
- <i class="fa fa-folder"></i> <span>diagbot</span>
- <span class="pull-right-container">
- <i class="fa fa-angle-left pull-right"></i>
- </span>
- </a>
- <ul class="treeview-menu">
- <li class="active"><a href="/push-web/participle/index"><i class="fa fa-circle-o"></i>分词示例</a></li>
- <li class="active"><a href="/push-web/extract/index"><i class="fa fa-circle-o"></i>提取特征</a></li>
- <li class="active"><a href="/push-web/relation/index"><i class="fa fa-circle-o"></i>关系抽取</a></li>
- <li class="active"><a href="/push-web/algorithm/index"><i class="fa fa-circle-o"></i>算法分析</a></li>
- </ul>
- </li>
- </ul>
- </section>
- <!-- /.sidebar -->
- </aside>
- <!-- Content Wrapper. Contains page content -->
- <div class="content-wrapper">
- <!-- Content Header (Page header) -->
- <section class="content-header">
- <h1>
- <small></small>
- </h1>
- <ol class="breadcrumb">
- <li><a href="#"><i class="fa fa-dashboard"></i>Diagbot</a></li>
- <li><a href="#">nlp</a></li>
- <li class="active">分词示例</li>
- </ol>
- </section>
- <!-- Main content -->
- <section class="invoice">
- <!-- title row -->
- <div class="row">
- <div class="col-xs-12">
- <h2 class="page-header">
- <form role="form" id="up_file_form" enctype='multipart/form-data' style="position: relative;">
- <i class="fa"></i>病 例
- </form>
- </h2>
- </div>
- <!-- /.col -->
- </div>
- <!-- /.box-header -->
- <div class="box-body">
- <div class="row">
- <div class="col-xs-12">
- <form role="form" id="participle_form">
- <!-- textarea -->
- <div class="form-group">
- <textarea class="form-control" rows="10" placeholder="Enter ..." name="content" id="content">主诉:患者女,58岁,反复意识丧失11天。
- 现病史:患者11天前烧水时出现心悸,胸闷,感全身不适全身血管跳动,头晕,四肢乏力,视物旋转,恶心,耳鸣,持续1小时后好转。10天前再次出现心悸,胸闷,感全身血管跳动,四肢乏力。6天前聊天时再次出现意识丧失,症状同前,建议转上级医院诊治,遂来我院就诊。
- 既往史:有高血压病10余年,血压最高为195/105mmHg,现服替米沙坦80mg QD,压氏达5mg QD治疗,血压控制欠佳。甲状腺切除4年,现服用优甲乐62.5μg治疗。
- 体征:神清,精神可,全身浅表淋巴结未触及肿大,颈静脉无充盈怒张,胸廓无畸形,两肺呼吸音清,未闻及干湿性罗音。腹部可见手术疤痕,腹平软,无压痛反跳痛。双下肢无水肿。
- 检验:
- 检查:临安市人民医院 2014.12.6 头颅CT未见明显异常,鼻骨未见明显骨折。</textarea>
- </div>
- </form>
- </div>
- </div>
- <div class="row">
- <div class="col-xs-12">
- <button type="button" class="btn btn-success pull-right" onclick="_ajax('/participle/split_and_highlight')"><i
- class="fa fa-credit-card"></i> 开 始 分 析
- </button>
- </div>
- </div>
- </div>
- <script>
- $.support.cors = true;
- function _ajax(url) {
- $.ajax({
- url: nlp_web_url + url,
- data: $("#participle_form").serialize(),
- dataType: "json",
- type: "post",
- success: function (data) {
- $("#participle_result").html("<h2 class='page-header'><i class='fa'></i>结 构 化</h2>" + data.data);
- }
- });
- };
- </script>
- <div class="row invoice-info">
- <div class="col-sm-12 invoice-col" id = "participle_result">
- </div>
- </div>
- </section>
- <!-- /.content -->
- <div class="clearfix"></div>
- </div>
- <!-- /.control-sidebar -->
- <!-- Add the sidebar's background. This div must be placed
- immediately after the control sidebar -->
- <div class="control-sidebar-bg"></div>
- </div>
- <!-- ./wrapper -->
- <!-- Bootstrap 3.3.6 -->
- <script src="bootstrap/js/bootstrap.min.js"></script>
- <!-- FastClick -->
- <script src="plugins/fastclick/fastclick.js"></script>
- <!-- AdminLTE App -->
- <script src="dist/js/app.min.js"></script>
- <!-- AdminLTE for demo purposes -->
- <script src="dist/js/demo.js"></script>
- <script src="dist/js/push.js"></script>
- </body>
- </html>
|