|
@@ -91,7 +91,7 @@ function retrievePhrData() {
|
|
|
var html = "<thead><tr>";
|
|
|
html += "<th>기록일시</th>";
|
|
|
html += "<th>"+phrName+"</th>";
|
|
|
- html += "<th>진료담당자</th>";
|
|
|
+ html += "<th>기록자</th>";
|
|
|
html += "</tr></thead>";
|
|
|
html += "<tbody>";
|
|
|
var contents = "<tr><td colspan=3>데이터가 없습니다.</td></tr>" ;
|
|
@@ -902,7 +902,7 @@ $(document).ready(function() {
|
|
|
<tr>
|
|
|
<th>기록일시</th>
|
|
|
<th>체온</th>
|
|
|
- <th>진료담당자</th>
|
|
|
+ <th>기록자</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|