public string Doctor_GetPatientDetailsByIPDObservationID(string ipdObservationId)
 {
     Doctor_GetPatientDetailsByIPDObservationIDDL objDoctor_GetPatientDetailsByIPDObservationIDDL = new Doctor_GetPatientDetailsByIPDObservationIDDL();
     return objDoctor_GetPatientDetailsByIPDObservationIDDL.Doctor_GetPatientDetailsByIPDObservationID(ipdObservationId);
 }
Ejemplo n.º 2
0
    public string Doctor_GetPatientDetailsByIPDObservationID(string ipdObservationId)
    {
        Doctor_GetPatientDetailsByIPDObservationIDDL objDoctor_GetPatientDetailsByIPDObservationIDDL = new Doctor_GetPatientDetailsByIPDObservationIDDL();

        return(objDoctor_GetPatientDetailsByIPDObservationIDDL.Doctor_GetPatientDetailsByIPDObservationID(ipdObservationId));
    }