Commit 721c8619e52257b453021ed5475898b0a7f9889b
1 parent
410e10ff76
Exists in
master
and in
6 other branches
承德lis页面测试
Showing 2 changed files with 12 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
721c861
... | ... | @@ -2335,6 +2335,7 @@ |
2335 | 2335 | map.put("FT3","3.23");//游离三碘甲状腺原氨酸FT3 |
2336 | 2336 | map.put("FT4","4.23");//游离甲状腺素FT4 |
2337 | 2337 | map.put("TSH","5.23");//促甲状腺素TSH |
2338 | + map.put("unit","mIU/mL");//促甲状腺素TSH单位 | |
2338 | 2339 | map.put("PT","25.00");//凝血酶原活动度PT% |
2339 | 2340 | map.put("APTT","18.23");//活化部分凝血活酶时间APTT |
2340 | 2341 | map.put("TT","9.23");//凝血酶-时间TT |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/DiagnosisAddRequest.java
View file @
721c861