custom radio button inline and getTerminology in appservice

This commit is contained in:
sindhu
2024-05-28 10:14:41 +07:00
parent b14c89dc34
commit b04e3e8e44
3 changed files with 112 additions and 1 deletions

View File

@@ -515,6 +515,6 @@ func GetUserLogin() (models.User, error) {
return a, nil
}
func GetTerminology(code string, codeSystem string) {
func GetTerminology(attributePath string, codeSystem string) {
}