|
@@ -16,7 +16,9 @@ import (
|
16
|
16
|
"reflect"
|
17
|
17
|
"strconv"
|
18
|
18
|
"strings"
|
|
19
|
+ "syscall"
|
19
|
20
|
"time"
|
|
21
|
+ "unsafe"
|
20
|
22
|
)
|
21
|
23
|
|
22
|
24
|
type HisApiController struct {
|
|
@@ -67,6 +69,7 @@ func HisManagerApiRegistRouters() {
|
67
|
69
|
beego.Router("/api/hisprescription/get", &DialysisApiController{}, "Get:GetLastOrNextHisPrescription")
|
68
|
70
|
|
69
|
71
|
beego.Router("/api/callhisprescription/get", &DialysisApiController{}, "Get:GetCallHisPrescription")
|
|
72
|
+}
|
70
|
73
|
|
71
|
74
|
func (c *HisApiController) Sscard() {
|
72
|
75
|
//r := CardInit()
|