add function GetTerminology

This commit is contained in:
sindhu
2024-05-28 09:14:01 +07:00
parent 219600fc7f
commit b14c89dc34

View File

@@ -514,3 +514,7 @@ func GetUserLogin() (models.User, error) {
}
return a, nil
}
func GetTerminology(code string, codeSystem string) {
}