if(typeof ExamCent == "undefined") ExamCent={};
if(typeof ExamCent._Default == "undefined") ExamCent._Default={};
ExamCent._Default_class = function() {};
Object.extend(ExamCent._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getChapter: function(subjectId) {
		return this.invoke("getChapter", {"subjectId":subjectId}, this.getChapter.getArguments().slice(1));
	},
	getType: function() {
		return this.invoke("getType", {}, this.getType.getArguments().slice(0));
	},
	getHospitalSubjectDetail: function(parentID) {
		return this.invoke("getHospitalSubjectDetail", {"parentID":parentID}, this.getHospitalSubjectDetail.getArguments().slice(1));
	},
	changeExamType: function(typeid) {
		return this.invoke("changeExamType", {"typeid":typeid}, this.changeExamType.getArguments().slice(1));
	},
	url: '/ajaxpro/ExamCent._Default,ExamCent.ashx'
}));
ExamCent._Default = new ExamCent._Default_class();

