wip encounter + medication
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
pl "simrs-vx/pkg/logger"
|
||||
|
||||
@@ -126,3 +127,8 @@ func kebabToPascal(input string) string {
|
||||
}
|
||||
return strings.Join(parts, "")
|
||||
}
|
||||
|
||||
func GetTimeNow() *time.Time {
|
||||
tmp := time.Now()
|
||||
return &tmp
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user