|
@@ -76,7 +76,7 @@ function retrievePhrData() {
|
|
|
drawPhrChart(datas, phrName);
|
|
|
|
|
|
var html = "<thead><tr>";
|
|
|
- html += "<th>진료일시</th>";
|
|
|
+ html += "<th>기록일시</th>";
|
|
|
html += "<th>"+phrName+"</th>";
|
|
|
html += "<th>진료담당자</th>";
|
|
|
html += "</tr></thead>";
|
|
@@ -272,6 +272,213 @@ $(document).ready(function() {
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
+ <div class="modal fade" id="defaultModalPrimary_1" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
+ <div class="modal-dialog modal-sm" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">건강정보 입력</h5>
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
+ aria-hidden="true">×</span> </button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body m-3">
|
|
|
+ <table class="table mobile-table">
|
|
|
+ <colgroup>
|
|
|
+ <col style="width: 30%">
|
|
|
+ <col style="width: 70%">
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <th>기록자</th>
|
|
|
+ <td>
|
|
|
+ <div class="form-group mb-xl-0">
|
|
|
+ <input class="form-control" type="text" value="${data._SES_ID}" readonly>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="healthInfo"></tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
|
|
|
+ <button type="button" class="btn btn-primary">등록</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="modal fade" id="defaultModalPrimary_2" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">임상증상 입력</h5>
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
+ aria-hidden="true">×</span> </button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body m-3">
|
|
|
+ <table class="table mobile-table">
|
|
|
+ <colgroup>
|
|
|
+ <col style="width: 30%">
|
|
|
+ <col style="width: 70%">
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <th>기록자</th>
|
|
|
+ <td>
|
|
|
+ <div class="form-group mb-xl-0">
|
|
|
+ <input class="form-control" type="text" value="${data._SES_ID}" readonly>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>임상증상</th>
|
|
|
+ <td>
|
|
|
+ <div class="form-group mb-xl-0">
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 기침
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 호흡곤란
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 오한
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 근육통
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 두통
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 인후통
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 후각/미각 손실
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 피로
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 식욕감소
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 가래
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 오
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 구토
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 설사
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 어지러움
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 콧물/코막힘
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ <label class="form-check form-check-inline">
|
|
|
+ <input id="" class="form-check-input" type="checkbox">
|
|
|
+ <span class="form-check-label">
|
|
|
+ 기타 ( <input type="text" id="" class="form-control form-control-sm w150" value="" placeholder="증상 내용"> )
|
|
|
+ </span>
|
|
|
+ </label>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
|
|
|
+ <button type="button" class="btn btn-primary">등록</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="modal fade" id="defaultModalPrimaryMemo" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">의료진 메모 입력</h5>
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
+ aria-hidden="true">×</span> </button>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body m-3">
|
|
|
+ <table class="table mobile-table">
|
|
|
+ <colgroup>
|
|
|
+ <col style="width: 20%">
|
|
|
+ <col style="width: 80%">
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <th>작성자</th>
|
|
|
+ <td>
|
|
|
+ <div class="form-row">
|
|
|
+ <input type="text" name="" class="form-control" placeholder="이름을 입력하세요" value="${data._SES_ID}" readonly>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>내용</th>
|
|
|
+ <td>
|
|
|
+ <div class="form-row">
|
|
|
+ <textarea class="form-control" rows="2" placeholder="내용을 입력하세요"></textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
|
|
|
+ <button type="button" class="btn btn-primary">등록</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="wrapper">
|
|
|
<jsp:include page="${data._INCLUDE}/sidebar.jsp"></jsp:include>
|
|
|
|
|
@@ -470,39 +677,6 @@ $(document).ready(function() {
|
|
|
<button type="button" class="btn btn-primary ml-2" data-toggle="modal" data-target="#defaultModalPrimary_1">기록추가</button>
|
|
|
</label>
|
|
|
</h1>
|
|
|
- <div class="modal fade" id="defaultModalPrimary_1" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
- <div class="modal-dialog max360" role="document">
|
|
|
- <div class="modal-content">
|
|
|
- <div class="modal-header">
|
|
|
- <h5 class="modal-title">건강정보 입력</h5>
|
|
|
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
- <span aria-hidden="true">×</span>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="modal-body m-3">
|
|
|
- <table class="table mobile-table">
|
|
|
- <colgroup>
|
|
|
- <col style="width: 30%">
|
|
|
- <col style="width: 70%">
|
|
|
- </colgroup>
|
|
|
- <tr>
|
|
|
- <th>기록자</th>
|
|
|
- <td>
|
|
|
- <div class="form-group mb-xl-0">
|
|
|
- <input class="form-control" type="text" value="${data._SES_NAME}(${data._SES_ID})" disabled>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr class="healthInfo"></tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="modal-footer">
|
|
|
- <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
|
|
|
- <button type="button" class="btn btn-primary" onclick="handlePhrData()">등록</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div class="graph-area mb-4">
|
|
@@ -512,7 +686,7 @@ $(document).ready(function() {
|
|
|
<table id="phrDataTable" class="table data-table text-center">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>진료일시</th>
|
|
|
+ <th>기록일시</th>
|
|
|
<th>체온</th>
|
|
|
<th>진료담당자</th>
|
|
|
</tr>
|
|
@@ -543,65 +717,16 @@ $(document).ready(function() {
|
|
|
<div class="card-header">
|
|
|
<h1 class="h4">
|
|
|
- 임상증상 <label class="ml-1">
|
|
|
- <button type="button" class="btn btn-primary ml-2" data-toggle="modal" data-target="#defaultModalPrimary_1">증상추가</button>
|
|
|
+ <button type="button" class="btn btn-primary ml-2" data-toggle="modal" data-target="#defaultModalPrimary_2">증상추가</button>
|
|
|
</label>
|
|
|
</h1>
|
|
|
- <div class="modal fade" id="defaultModalPrimary_1" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
- <div class="modal-dialog" role="document">
|
|
|
- <div class="modal-content">
|
|
|
- <div class="modal-header">
|
|
|
- <h5 class="modal-title">임상증상 입력</h5>
|
|
|
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
- <span aria-hidden="true">×</span>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="modal-body m-3">
|
|
|
- <table class="table mobile-table">
|
|
|
- <colgroup>
|
|
|
- <col style="width: 30%">
|
|
|
- <col style="width: 70%">
|
|
|
- </colgroup>
|
|
|
- <tr>
|
|
|
- <th>기록자</th>
|
|
|
- <td>
|
|
|
- <div class="form-group mb-xl-0">
|
|
|
- <input class="form-control" type="text">
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>임상증상</th>
|
|
|
- <td>
|
|
|
- <div class="form-group mb-xl-0">
|
|
|
- <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 기침 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 호흡곤란 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 오한 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 근육통 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 두통 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 인후통 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 후각/미각 손실 </span>
|
|
|
- </label> <label class="form-check form-check-inline"> <input class="form-check-input" type="checkbox" value="option1"> <span class="form-check-label"> 기타 ( <input type="text" class="form-control form-control-sm w150" name=""> )
|
|
|
- </span>
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="modal-footer">
|
|
|
- <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
|
|
|
- <button type="button" class="btn btn-primary">등록</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div class="table-responsive">
|
|
|
<table id="symptomDataTable" class="table data-table text-center">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>증상정보</th>
|
|
|
+ <th>기록일시</th>
|
|
|
<th>기침</th>
|
|
|
<th>호흡곤란</th>
|
|
|
<th>오한</th>
|
|
@@ -659,46 +784,6 @@ $(document).ready(function() {
|
|
|
- 의료진 메모
|
|
|
<button type="button" class="btn btn-primary ml-2" data-toggle="modal" data-target="#defaultModalPrimaryMemo">메모추가</button>
|
|
|
</h1>
|
|
|
- <div class="modal fade" id="defaultModalPrimaryMemo" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
- <div class="modal-dialog" role="document">
|
|
|
- <div class="modal-content">
|
|
|
- <div class="modal-header">
|
|
|
- <h5 class="modal-title">의료진 메모 입력</h5>
|
|
|
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
|
- <span aria-hidden="true">×</span>
|
|
|
- </button>
|
|
|
- </div>
|
|
|
- <div class="modal-body m-3">
|
|
|
- <table class="table mobile-table">
|
|
|
- <colgroup>
|
|
|
- <col style="width: 20%">
|
|
|
- <col style="width: 80%">
|
|
|
- </colgroup>
|
|
|
- <tr>
|
|
|
- <th>작성자</th>
|
|
|
- <td>
|
|
|
- <div class="form-row">
|
|
|
- <input type="text" name="" class="form-control" placeholder="이름을 입력하세요" value="김의사" readonly>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>내용</th>
|
|
|
- <td>
|
|
|
- <div class="form-row">
|
|
|
- <textarea class="form-control" rows="2" placeholder="내용을 입력하세요"></textarea>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- <div class="modal-footer">
|
|
|
- <button type="button" class="btn btn-outline-primary" data-dismiss="modal">취소</button>
|
|
|
- <button type="button" class="btn btn-primary">등록</button>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div class="table-responsive">
|