Commit d8a47d029e5ac4f8b47ae60dc5f865b175484c79
1 parent
8c07429f85
Exists in
dev
#fix:优化大同高危手册
Showing 1 changed file with 28 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/AntExHighRiskModel.java
View file @
d8a47d0
| ... | ... | @@ -63,6 +63,34 @@ |
| 63 | 63 | private String dtDiagnosis;//门诊诊断 |
| 64 | 64 | private String advice;//医生意见 |
| 65 | 65 | |
| 66 | + private String fetalPosition;//胎方位 | |
| 67 | + private String heartRate;//胎心率 | |
| 68 | + private String fetalPresentation;//胎先露 | |
| 69 | + | |
| 70 | + public String getFetalPosition() { | |
| 71 | + return fetalPosition; | |
| 72 | + } | |
| 73 | + | |
| 74 | + public void setFetalPosition(String fetalPosition) { | |
| 75 | + this.fetalPosition = fetalPosition; | |
| 76 | + } | |
| 77 | + | |
| 78 | + public String getHeartRate() { | |
| 79 | + return heartRate; | |
| 80 | + } | |
| 81 | + | |
| 82 | + public void setHeartRate(String heartRate) { | |
| 83 | + this.heartRate = heartRate; | |
| 84 | + } | |
| 85 | + | |
| 86 | + public String getFetalPresentation() { | |
| 87 | + return fetalPresentation; | |
| 88 | + } | |
| 89 | + | |
| 90 | + public void setFetalPresentation(String fetalPresentation) { | |
| 91 | + this.fetalPresentation = fetalPresentation; | |
| 92 | + } | |
| 93 | + | |
| 66 | 94 | public String getCurrentCondition() { |
| 67 | 95 | return currentCondition; |
| 68 | 96 | } |