{"id":13,"date":"2015-09-09T05:08:27","date_gmt":"2015-09-09T05:08:27","guid":{"rendered":"http:\/\/www.rims.edu.in\/secure\/home\/"},"modified":"2026-07-14T15:47:55","modified_gmt":"2026-07-14T10:17:55","slug":"home","status":"publish","type":"page","link":"https:\/\/www.rims.edu.in\/secure\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13\" class=\"elementor elementor-13\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7443418 e-con-full e-flex e-con e-parent\" data-id=\"7443418\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36ca070 elementor-widget elementor-widget-html\" data-id=\"36ca070\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Swiper CSS -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\"\/>\r\n\r\n<style>\r\n\r\n.rims-swiper{\r\n    width:100%;\r\n    padding:20px 0 50px;\r\n}\r\n\r\n.rims-swiper .swiper-slide{\r\n    border-radius:12px;\r\n    overflow:hidden;\r\n    background:#fff;\r\n    box-shadow:0 6px 20px rgba(0,0,0,.15);\r\n}\r\n\r\n.rims-swiper img{\r\n    width:100%;\r\n    height:320px;\r\n    object-fit:cover;\r\n    display:block;\r\n    cursor:pointer;\r\n    transition:all .4s ease;\r\n}\r\n\r\n.rims-swiper img:hover{\r\n    transform:scale(1.03);\r\n    box-shadow:0 15px 35px rgba(0,0,0,.25);\r\n}\r\n\r\n.swiper-pagination{\r\n    margin-top:15px;\r\n}\r\n\r\n.swiper-pagination-bullet{\r\n    width:10px;\r\n    height:10px;\r\n    background:#0056b3;\r\n    opacity:.4;\r\n}\r\n\r\n.swiper-pagination-bullet-active{\r\n    opacity:1;\r\n    transform:scale(1.3);\r\n}\r\n\r\n#gallery-popup{\r\n    display:none;\r\n    position:fixed;\r\n    left:0;\r\n    top:0;\r\n    width:100%;\r\n    height:100%;\r\n    background:rgba(0,0,0,.9);\r\n    justify-content:center;\r\n    align-items:center;\r\n    z-index:99999;\r\n}\r\n\r\n#gallery-popup img{\r\n    max-width:90%;\r\n    max-height:90%;\r\n    border-radius:10px;\r\n}\r\n\r\n#gallery-popup span{\r\n    position:absolute;\r\n    top:20px;\r\n    right:35px;\r\n    color:#fff;\r\n    font-size:45px;\r\n    cursor:pointer;\r\n}\r\n\r\n<\/style>\r\n\r\n<div class=\"swiper rims-swiper\">\r\n\r\n    <div class=\"swiper-wrapper\">\r\n\r\n        <div class=\"swiper-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/BOG-2026.jpeg\">\r\n        <\/div>\r\n\r\n        <div class=\"swiper-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Governor.jpeg\">\r\n        <\/div>\r\n\r\n        <div class=\"swiper-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Secretary.jpeg\">\r\n        <\/div>\r\n\r\n        <div class=\"swiper-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/helicopter.jpeg\">\r\n        <\/div>\r\n\r\n        <div class=\"swiper-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Mammography.jpeg\">\r\n        <\/div>\r\n\r\n        <div class=\"swiper-slide\">\r\n            <img decoding=\"async\" src=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Yoga-2026.jpeg\">\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"swiper-pagination\"><\/div>\r\n\r\n<\/div>\r\n\r\n<!-- Popup -->\r\n<div id=\"gallery-popup\">\r\n    <span>&times;<\/span>\r\n    <img id=\"popup-image\">\r\n<\/div>\r\n\r\n<!-- Swiper JS -->\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"><\/script>\r\n\r\n<script>\r\n\r\nconst swiper = new Swiper(\".rims-swiper\",{\r\n\r\n    loop:true,\r\n\r\n    speed:800,\r\n\r\n    spaceBetween:15,\r\n\r\n    autoplay:{\r\n        delay:2500,\r\n        disableOnInteraction:false,\r\n        pauseOnMouseEnter:true\r\n    },\r\n\r\n    pagination:{\r\n        el:\".swiper-pagination\",\r\n        clickable:true\r\n    },\r\n\r\n    breakpoints:{\r\n\r\n        0:{\r\n            slidesPerView:1\r\n        },\r\n\r\n        768:{\r\n            slidesPerView:2\r\n        },\r\n\r\n        1024:{\r\n            slidesPerView:3\r\n        }\r\n\r\n    }\r\n\r\n});\r\n\r\n\/\/ Popup Viewer\r\n\r\nconst popup=document.getElementById(\"gallery-popup\");\r\nconst popupImage=document.getElementById(\"popup-image\");\r\n\r\ndocument.querySelectorAll(\".swiper-slide img\").forEach(function(img){\r\n\r\n    img.addEventListener(\"click\",function(){\r\n\r\n        popup.style.display=\"flex\";\r\n        popupImage.src=this.src;\r\n\r\n    });\r\n\r\n});\r\n\r\npopup.addEventListener(\"click\",function(e){\r\n\r\n    if(e.target===popup || e.target.tagName===\"SPAN\"){\r\n\r\n        popup.style.display=\"none\";\r\n\r\n    }\r\n\r\n});\r\n\r\ndocument.addEventListener(\"keydown\",function(e){\r\n\r\n    if(e.key===\"Escape\"){\r\n\r\n        popup.style.display=\"none\";\r\n\r\n    }\r\n\r\n});\r\n\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6126c37 e-con-full e-flex e-con e-parent\" data-id=\"6126c37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2d600a6 e-flex e-con-boxed e-con e-child\" data-id=\"2d600a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-170a65a2 elementor-widget elementor-widget-text-editor\" data-id=\"170a65a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h3><span style=\"color: #993300;\">\u00a0<a style=\"color: #993300;\" href=\"https:\/\/rims.edu.in\/ccavenue\/multi\/main.php\"><span style=\"font-size: 14pt;\">Online Application for the post of Professor, Associate Professors and Assistant Professors for various Departments<\/span><\/a><\/span><\/h3>\n<p><!-- \/wp:heading --><\/p>\n<p><!-- wp:heading {\"level\":3} --><\/p>\n<h3><span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.rims.edu.in\/secure\/notice-for-graduation-ceremony\/\">Notice for Graduation Ceremony<\/a><\/span><\/h3>\n<p><!-- \/wp:heading --><\/p>\n<p><!-- wp:heading {\"level\":3} --><\/p>\n<h3><span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/order-PG-24-02-2026.pdf\">List of selected candidates for admission into various MD\/MS courses in RIMS, Imphal after Stray Round of Counselling<\/a><\/span><\/h3>\n<p><!-- \/wp:heading --><\/p>\n<p><!-- wp:heading {\"level\":3} --><\/p>\n<h3><a href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Circular-PG-18-02-2026.pdf\"><span style=\"color: #800000;\">Circular for Stray Round of PG Counselling for admission into MD\/MS Courses<\/span><\/a><\/h3>\n<p><!-- \/wp:heading --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><span style=\"color: #ff0000;\"><a style=\"color: #ff0000;\" href=\"https:\/\/www.rims.edu.in\/secure\/pending-of-declaration-of-results-for-appointment-of-nursing-officer-and-multitasking-staff-due-to-pending-court-cases\/\">Pending of declaration of results for appointment of Nursing Officer and Multitasking staff due to ongoing court cases<\/a><\/span><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/www.rims.edu.in\/secure\/rules-for-the-doctor-of-philoshophy-phd-program-in-rims-2\/\">Rules for the Doctor of Philosophy (PhD) Program in RIMS<\/a><br \/><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><a href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Docs-PG-24-11-2025.pdf\"><strong>List of documents required for admission into PG courses<\/strong><\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong><a href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/docs-UG-14-08-2025.pdf\">List of documents required for admission into MBBS\/BDS courses<\/a><\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p>\u0915\u094d\u0937\u0947\u0924\u094d\u0930\u0940\u092f \u0906\u092f\u0941\u0930\u094d\u0935\u093f\u091c\u094d\u091e\u093e\u0928 \u0938\u0902\u0938\u094d\u0925\u093e\u0928 (\u0930\u093f\u092e\u094d\u0938), \u0907\u0902\u092b\u093e\u0932 \u0915\u0940 \u0938\u094d\u0925\u093e\u092a\u0928\u093e \u0935\u0930\u094d\u0937 1972 \u092e\u0947\u0902 \u0915\u0940 \u0917\u0908 \u0925\u0940\u0964 \u092f\u0939 \u090f\u0915 \u0915\u094d\u0937\u0947\u0924\u094d\u0930\u0940\u092f \u092e\u0939\u0924\u094d\u0935 \u0915\u093e \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0939\u0948, \u091c\u094b \u0909\u0924\u094d\u0924\u0930-\u092a\u0942\u0930\u094d\u0935\u0940 \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u092e\u0947\u0902 \u0938\u094d\u0928\u093e\u0924\u0915 \u0914\u0930 \u0938\u094d\u0928\u093e\u0924\u0915\u094b\u0924\u094d\u0924\u0930 \u091a\u093f\u0915\u093f\u0924\u094d\u0938\u093e \u0936\u093f\u0915\u094d\u0937\u093e \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u0913\u0902 \u0915\u094b \u092a\u0942\u0930\u093e \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u092f\u0939 \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u091a\u093f\u0915\u093f\u0924\u094d\u0938\u093e \u0915\u0947 \u0938\u092d\u0940 \u092a\u094d\u0930\u092e\u0941\u0916 \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0915\u094d\u0937\u0947\u0924\u094d\u0930\u094b\u0902 \u092e\u0947\u0902 \u0915\u0930\u094d\u092e\u091a\u093e\u0930\u093f\u092f\u094b\u0902 \u0915\u0947 \u092a\u094d\u0930\u0936\u093f\u0915\u094d\u0937\u0923 \u0939\u0947\u0924\u0941 \u0936\u0948\u0915\u094d\u0937\u0923\u093f\u0915 \u0938\u0941\u0935\u093f\u0927\u093e\u090f\u0902 \u090f\u0915 \u0939\u0940 \u0938\u094d\u0925\u093e\u0928 \u092a\u0930 \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u093e \u0939\u0948, \u091c\u093f\u0938\u092e\u0947\u0902 \u0921\u0947\u0902\u091f\u0932 \u0914\u0930 \u0928\u0930\u094d\u0938\u093f\u0902\u0917 \u0936\u093f\u0915\u094d\u0937\u093e \u092d\u0940 \u0936\u093e\u092e\u093f\u0932 \u0939\u0948\u0964 \u092f\u0939 \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u092e\u0923\u093f\u092a\u0941\u0930 \u0935\u093f\u0936\u094d\u0935\u0935\u093f\u0926\u094d\u092f\u093e\u0932\u092f, \u0915\u093e\u0902\u091a\u0940\u092a\u0941\u0930, \u0907\u0902\u092b\u093e\u0932 \u0938\u0947 \u0938\u0902\u092c\u0926\u094d\u0927 \u0939\u0948\u0964<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p>The Regional Institute of Medical Sciences (RIMS), Imphal was established in the year 1972. It is an institution of regional importance catering to the needs of the North Eastern Region in the field of imparting undergraduate and post graduate medical education. The Institution brings together educational facilities for the training of personnel in all important branches of medical specialities including Dental and Nursing educations in one place. The Institute is affiliated to the Manipur University, Canchipur, Imphal.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><strong>\u092a\u094d\u0930\u092c\u0902\u0927\u0928 : <\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p>\u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0915\u094b \u0909\u0924\u094d\u0924\u0930-\u092a\u0942\u0930\u094d\u0935\u0940 \u092a\u0930\u093f\u0937\u0926, \u0936\u093f\u0932\u093e\u0902\u0917 (\u091c\u094b \u092d\u093e\u0930\u0924 \u0938\u0930\u0915\u093e\u0930 \u0915\u0947 \u0921\u094b\u0928\u0930 \u092e\u0902\u0924\u094d\u0930\u093e\u0932\u092f \u0915\u0947 \u0905\u0927\u0940\u0928 \u0939\u0948) \u0938\u0947 \u0938\u094d\u0925\u093e\u0928\u093e\u0902\u0924\u0930\u093f\u0924 \u0915\u0930 \u092d\u093e\u0930\u0924 \u0938\u0930\u0915\u093e\u0930 \u0915\u0947 \u0938\u094d\u0935\u093e\u0938\u094d\u0925\u094d\u092f \u090f\u0935\u0902 \u092a\u0930\u093f\u0935\u093e\u0930 \u0915\u0932\u094d\u092f\u093e\u0923 \u092e\u0902\u0924\u094d\u0930\u093e\u0932\u092f \u0915\u094b 1 \u0905\u092a\u094d\u0930\u0948\u0932, 2007 \u0938\u0947 \u0938\u094c\u0902\u092a\u093e \u0917\u092f\u093e\u0964 \u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u092a\u094d\u0930\u0936\u093e\u0938\u0928\u093f\u0915 \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u0915\u0947 \u0905\u0902\u0924\u0930\u094d\u0917\u0924, \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0915\u0940 \u0938\u0930\u094d\u0935\u094b\u091a\u094d\u091a \u0928\u093f\u0930\u094d\u0923\u092f \u0932\u0947\u0928\u0947 \u0935\u093e\u0932\u0940 \u0907\u0915\u093e\u0908 \u0938\u0902\u091a\u093e\u0932\u0915 \u092e\u0902\u0921\u0932 \u0939\u0948, \u091c\u093f\u0938\u0915\u0947 \u0905\u0927\u094d\u092f\u0915\u094d\u0937 \u092d\u093e\u0930\u0924 \u0938\u0930\u0915\u093e\u0930 \u0915\u0947 \u0938\u094d\u0935\u093e\u0938\u094d\u0925\u094d\u092f \u090f\u0935\u0902 \u092a\u0930\u093f\u0935\u093e\u0930 \u0915\u0932\u094d\u092f\u093e\u0923 \u092e\u0902\u0924\u094d\u0930\u0940 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0915\u0947 \u0928\u093f\u0926\u0947\u0936\u0915 \u0907\u0938\u0915\u0947 \u0938\u091a\u093f\u0935 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964 \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0915\u0947 \u092a\u094d\u0930\u092c\u0902\u0927\u0928 \u0915\u0940 \u091c\u093f\u092e\u094d\u092e\u0947\u0926\u093e\u0930\u0940 \u0915\u093e\u0930\u094d\u092f\u0915\u093e\u0930\u0940 \u092a\u0930\u093f\u0937\u0926 \u092a\u0930 \u0939\u094b\u0924\u0940 \u0939\u0948\u0964 \u0915\u093e\u0930\u094d\u092f\u0915\u093e\u0930\u0940 \u092a\u0930\u093f\u0937\u0926 \u0915\u0947 \u0905\u0927\u094d\u092f\u0915\u094d\u0937 \u092d\u093e\u0930\u0924 \u0938\u0930\u0915\u093e\u0930 \u0915\u0947 \u0938\u094d\u0935\u093e\u0938\u094d\u0925\u094d\u092f \u090f\u0935\u0902 \u092a\u0930\u093f\u0935\u093e\u0930 \u0915\u0932\u094d\u092f\u093e\u0923 \u092e\u0902\u0924\u094d\u0930\u093e\u0932\u092f \u0915\u0947 \u0938\u091a\u093f\u0935 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0915\u0947 \u092a\u094d\u0930\u092e\u0941\u0916 (\u0928\u093f\u0926\u0947\u0936\u0915) \u0907\u0938\u0915\u0947 \u0938\u091a\u093f\u0935 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930, \u0938\u0902\u0938\u094d\u0925\u093e\u0928 \u0915\u093e \u092a\u094d\u0930\u092c\u0902\u0927\u0928 \u0926\u094b \u0938\u094d\u0924\u0930\u094b\u0902 \u092a\u0930 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u2013 \u0938\u0902\u091a\u093e\u0932\u0915 \u092e\u0902\u0921\u0932 \u0914\u0930 \u0915\u093e\u0930\u094d\u092f\u0915\u093e\u0930\u0940 \u092a\u0930\u093f\u0937\u0926 \u0964<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p>\u0915. \u0938\u0902\u091a\u093e\u0932\u0915 \u092e\u0902\u0921\u0932<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p>\u0916. \u0915\u093e\u0930\u094d\u092f\u0915\u093e\u0930\u0940 \u092a\u0930\u093f\u0937\u0926<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p><strong>MANAGEMENT:<\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p>The Institute was transferred to the Ministry of Health &amp; Family Welfare, Government of India\u00a0from North Eastern Council, Shillong (under Ministry of DoNER, Government of India) w.e.f. 1st April, 2007. Under the existing administrative set-up, the highest decision-making body is the Board of Governors headed by the Union Minister of Health &amp; Family Welfare as the President and the Director of the Institute as the Secretary. The Executive Council is responsible for the management of the Institute. The Secretary, Ministry of Health &amp; Family Welfare, Government of India is the Chairman of\u00a0the Executive Council while the head of the Institute remains as Secretary. Thus, the institute is managed at two levels, namely the Board of Governors and the Executive Council.<\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p><strong>A. Board of Governors<\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p><strong> B. Executive Council<\/strong><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph {\"align\":\"left\"} --><\/p>\n<p><a href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/introduction-web-2026.pdf\">Read more<\/a><\/p>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:paragraph --><\/p>\n<p><span style=\"color: #800000;\"><a style=\"color: #800000;\" href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Bye-Laws-05-02-2026.pdf\"><strong>Bye-Laws of the institute<\/strong><\/a><\/span><\/p>\n<table style=\"border-collapse: collapse; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<a href=\"http:\/\/100.10.0.41\/purchase\/login.php\"><span style=\"font-size: 12pt; color: #800080;\"><strong>IndentTracker (Intranet)<\/strong><\/span><\/a><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/nmc-departments\/\">Pro-forma as prescribed by N<\/a>MC<\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/photo-galleries\/\" target=\"_blank\" rel=\"noopener\">Photo Gallery (Inaugurations and Events)<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/ors.gov.in\/\" target=\"_blank\" rel=\"noopener\">Online Registration System (ORS)<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/gazette-publication\">RR published in Gazette<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/RIMSH-Antibiogram-2023-24.pdf\">RIMSH Antibiogram 2023-24<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/annual-reports\/\" target=\"_blank\" rel=\"noopener\">Annual Reports and Audited Statement<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/medical-society\/\" target=\"_blank\" rel=\"noopener\">Medical Society<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/pbcr\/\" target=\"_blank\" rel=\"noopener\">Population Based Cancer Registry (PBCR)<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/reb-26-5-2016\/\" target=\"_blank\" rel=\"noopener\">Research Ethics Board<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"font-size: 16px;\"><span style=\"color: #800080;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/mdru-rims\/\">Multi-Disciplinary Research Unit<\/a><\/span><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/anti_ragging\/\" target=\"_blank\" rel=\"noopener\">Anti Ragging<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong><span style=\"font-size: 12pt; color: #800080;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/order-IEMs-20-05-2025.pdf\">Appointment of Independent External Monitors (IEMs)<\/a><\/span><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/mci\/\" target=\"_blank\" rel=\"noopener\">Information under MSR Clause B.1.11<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/biomedical-waste-management-report\/\">Biomedical Medical Waste Management Report<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/digital-payment\/\" target=\"_blank\" rel=\"noopener\">Digital Payment<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/rims-hospital-antibiotic-policy\/\">RIMS Hospital Antibiotic Policy<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/thesisprotocol\/\">Thesis\/Protocol<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"http:\/\/14.139.216.163\/online\/\" target=\"_blank\" rel=\"noopener\">Download Investigation Report<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"http:\/\/100.10.0.50\/cpis\/login.php\">Personnel Information System<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\"><strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/internal-complaints-committee-icc\/\">Internal Complaints Committee (ICC) for sexual harassment<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/Citizen-Charter.pdf\">Citizen Charter<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"http:\/\/100.10.0.41\/attendance\/login.php\">Biometric Attendance Report<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/user-charges\/\">User Charges<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/secure\/list-of-employees\/\" target=\"_blank\" rel=\"noopener\">List of employees<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<a href=\"https:\/\/rims.edu.in\/certificate\/\"><strong><span style=\"color: #800080; font-size: 12pt;\">Birth or Death Certificate<\/span><\/strong><\/a><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<a href=\"https:\/\/www.rims.edu.in\/secure\/wp-content\/uploads\/GPF-form-17-12-2025.pdf\"><span style=\"font-size: 12pt; color: #800080;\"><strong>GPF Form (Refundable and Non-Refundable)<\/strong><\/span><\/a><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 33.3333%;\">\u00a0<strong style=\"color: #800080; font-size: 16px;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/advertisement.htm\" target=\"_blank\" rel=\"noopener\">Advertisement (Old)<\/a><\/strong><\/td>\n<td style=\"width: 33.3333%;\">\u00a0<strong><span style=\"color: #800080; font-size: 12pt;\"><a style=\"color: #800080;\" href=\"https:\/\/www.rims.edu.in\/archives.htm\" target=\"_blank\" rel=\"noopener\">Archives (Old)<\/a><\/span><\/strong><\/td>\n<td style=\"width: 33.3333%;\"><a href=\"http:\/\/100.10.0.22\/final\/login.php\">Lab Report (Intranet)<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><!-- \/wp:paragraph --><\/p>\n<p><!-- wp:tadv\/classic-paragraph --><\/p>\n<div>\u00a0<\/div>\n<p><!-- \/wp:tadv\/classic-paragraph --><\/p>\n<p><!-- wp:tadv\/classic-paragraph \/--><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&times; \u00a0Online Application for the post of Professor, Associate Professors and Assistant Professors for various Departments Notice for Graduation Ceremony List of selected candidates for admission into various MD\/MS courses in RIMS, Imphal after Stray Round of Counselling Circular for Stray Round of PG Counselling for admission into MD\/MS Courses Pending of declaration of results [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":867,"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":16871,"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/pages\/13\/revisions\/16871"}],"wp:attachment":[{"href":"https:\/\/www.rims.edu.in\/secure\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}