@@ -8721,6 +8721,13 @@ function getTz(mzBlRecord) {
tz += " " + temp;
}
+ if (mzBlRecord.emrPe != null && mzBlRecord.emrPe != "") {
+ if (tz == null) {
+ tz = mzBlRecord.emrPe;
+ } else {
+ tz += ",体格检查:" + mzBlRecord.emrPe;
+ }
return tz;