|
@@ -4,33 +4,26 @@ function wardRound(data,title){//查房记录
|
|
|
$("#wardRound").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
function preoperation(data,title){//术前
|
|
|
- console.log(data,title,'术前讨论、术前小结')
|
|
|
$("#preoperation").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
function summary(data,title){
|
|
|
- console.log(data,title,'阶段小结')
|
|
|
$("#summary").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
function operationRecord(data,title){
|
|
|
- console.log(data,title,'手术记录')
|
|
|
$("#operationRecord").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
|
|
|
function applicationForm(data,title){
|
|
|
- console.log(data,title,'会诊申请单')
|
|
|
$("#applicationForm").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
function resultForm(data,title){
|
|
|
- console.log(data,title,'会诊结果单')
|
|
|
$("#resultForm").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
|
|
|
function consultationNote(data,title){
|
|
|
- console.log(data,title,'会诊记录')
|
|
|
$("#consultationNote").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
function difficultRecord(data,title){
|
|
|
- console.log(data,title,'疑难病例讨论记录')
|
|
|
$("#difficultRecord").tmpl({info:data,title:title,}).appendTo("#contentInfo");
|
|
|
}
|
|
|
|