I'm new to Ballerina. When I try to execute "ballerina run MainService.bal" I'm getting an error saying undefined function retreiveAllPatientDetails. This function is defined in another ballerina file which is in the same module as the MainService.bal.Following are the files.
What are the possible causes for this and how can I resolve this?