var PhongHoc = { getRoomList:function(callback,context){return new ajax_request(this.url + '?_method=getRoomList&_session=no','',callback, context);}, getBuildingList:function(callback,context){return new ajax_request(this.url + '?_method=getBuildingList&_session=no','',callback, context);}, getRoomByBuildingID:function(ID,callback,context){return new ajax_request(this.url + '?_method=getRoomByBuildingID&_session=no','ID=' + enc(ID),callback, context);}, getBuildingRoom:function(callback,context){return new ajax_request(this.url + '?_method=getBuildingRoom&_session=no','',callback, context);}, getTiet:function(from,to,callback,context){return new ajax_request(this.url + '?_method=getTiet&_session=no','from=' + enc(from)+ '\r\nto=' + enc(to),callback, context);}, getRoomInfo:function(from,to,rooms,callback,context){return new ajax_request(this.url + '?_method=getRoomInfo&_session=no','from=' + enc(from)+ '\r\nto=' + enc(to)+ '\r\nrooms=' + enc(rooms),callback, context);}, GetListDetailInfobyOnLyRoom:function(startdate,enddate,roomId,callback,context){return new ajax_request(this.url + '?_method=GetListDetailInfobyOnLyRoom&_session=no','startdate=' + enc(startdate)+ '\r\nenddate=' + enc(enddate)+ '\r\nroomId=' + enc(roomId),callback, context);}, getDetail:function(day,roomID,tiet,callback,context){return new ajax_request(this.url + '?_method=getDetail&_session=no','day=' + enc(day)+ '\r\nroomID=' + enc(roomID)+ '\r\ntiet=' + enc(tiet),callback, context);}, GetBusyExamListRoom:function(startdate,enddate,rooms,callback,context){return new ajax_request(this.url + '?_method=GetBusyExamListRoom&_session=no','startdate=' + enc(startdate)+ '\r\nenddate=' + enc(enddate)+ '\r\nrooms=' + enc(rooms),callback, context);}, GetSemester:function(callback,context){return new ajax_request(this.url + '?_method=GetSemester&_session=no','',callback, context);}, GetExamListRoomInfo:function(from,to,rooms,callback,context){return new ajax_request(this.url + '?_method=GetExamListRoomInfo&_session=no','from=' + enc(from)+ '\r\nto=' + enc(to)+ '\r\nrooms=' + enc(rooms),callback, context);}, GetBusyRoomDetail:function(from,thu,rooms,tiet,callback,context){return new ajax_request(this.url + '?_method=GetBusyRoomDetail&_session=no','from=' + enc(from)+ '\r\nthu=' + enc(thu)+ '\r\nrooms=' + enc(rooms)+ '\r\ntiet=' + enc(tiet),callback, context);}, GetTeachingPeriodBySemester:function(semester,callback,context){return new ajax_request(this.url + '?_method=GetTeachingPeriodBySemester&_session=no','semester=' + enc(semester),callback, context);}, getBusyRoom:function(from,to,rooms,callback,context){return new ajax_request(this.url + '?_method=getBusyRoom&_session=no','from=' + enc(from)+ '\r\nto=' + enc(to)+ '\r\nrooms=' + enc(rooms),callback, context);}, GetExamDetail:function(IDExam,callback,context){return new ajax_request(this.url + '?_method=GetExamDetail&_session=no','IDExam=' + enc(IDExam),callback, context);}, url:'/CMCSoft.IU.Web.Info/ajax/CMCSoft.IU.Web.Info.PhongHoc,CMCSoft.IU.Web.Info.ashx' }