public DataSet Doctor_GetIPDObservationMedicine(string ipdObservationId)
 {
     Doctor_GetIPDObservationMedicineDL objDoctor_GetIPDObservationMedicineDL = new Doctor_GetIPDObservationMedicineDL();
     return objDoctor_GetIPDObservationMedicineDL.Doctor_GetIPDObservationMedicine(ipdObservationId);
 }
Exemple #2
0
    public DataSet Doctor_GetIPDObservationMedicine(string ipdObservationId)
    {
        Doctor_GetIPDObservationMedicineDL objDoctor_GetIPDObservationMedicineDL = new Doctor_GetIPDObservationMedicineDL();

        return(objDoctor_GetIPDObservationMedicineDL.Doctor_GetIPDObservationMedicine(ipdObservationId));
    }