fix (encounter): missmatch position checking
This commit is contained in:
No files matched your search
@@ -92,3 +92,7 @@ func (a AuthInfo) IsNurseIntern() bool {
|
||||
}
|
||||
return *a.Intern_Position_Code == string(ero.IPCNurse)
|
||||
}
|
||||
|
||||
func (a AuthInfo) HasEmployeePosition() bool {
|
||||
return a.Employee_Position_Code != nil
|
||||
}
|
||||
Reference in New Issue
Block a user