Exemplo n.º 1
0
 private EMKServise.HealthGroup ConvertHealthGroup(HealthGroup c)
 {
     if ((object)c != null)
     {
         EMKServise.HealthGroup eh = new EMKServise.HealthGroup();
         eh.Doctor          = ConvertMedicalStaff(c.Doctor);
         eh.HealthGroupInfo = ConvertHealthGroupInfo(c.HealthGroupInfo);
         return(eh);
     }
     else
     {
         return(null);
     }
 }
Exemplo n.º 2
0
 private EMKServise.HealthGroup ConvertHealthGroup(HealthGroup c)
 {
     if ((object)c != null)
     {
         EMKServise.HealthGroup eh = new EMKServise.HealthGroup();
         eh.Doctor = ConvertMedicalStaff(c.Doctor);
         eh.HealthGroupInfo = ConvertHealthGroupInfo(c.HealthGroupInfo);
         return eh;
     }
     else
         return null;
 }