public ActionResult <List <Visit> > GetVisitByMedicalRecordGuid(string guid) { return(_visitService.GetAllByRecordGuid(guid)); }