div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }
TV Punjab | Punjabi News Channel

ਕੋਵਿਡ ਪਾਬੰਦੀਆਂ 30 ਸਤੰਬਰ ਤੱਕ ਵਧਾਉਣ ਦੇ ਹੁਕਮ

ਚੰਡੀਗੜ੍ਹ : ਪੰਜਾਬ ਦੇ ਮੁੱਖ ਮੰਤਰੀ ਕੈਪਟਨ ਅਮਰਿੰਦਰ ਸਿੰਘ ਨੇ ਸ਼ੁੱਕਰਵਾਰ ਨੂੰ ਆਉਂਦੇ ਤਿਉਹਾਰਾਂ ਦੇ ਮੌਸਮ ਨੂੰ ਵੇਖਦੇ ਹੋਏ ਮੌਜੂਦਾ ਕੋਵਿਡ ਪਾਬੰਦੀਆਂ ਵਿਚ 30 ਸਤੰਬਰ ਤੱਕ ਵਾਧਾ ਕੀਤੇ ਜਾਣ ਦੇ ਹੁਕਮ ਦੇ ਦਿੱਤੇ ਹਨ ਅਤੇ ਸਾਰੇ ਇਕੱਠਾਂ, ਸਿਆਸੀ ਇਕੱਠਾਂ ਸਮੇਤ, ਵਿਚ ਸ਼ਮੂਲੀਅਤ ਕਰਨ ਵਾਲਿਆਂ ਦੀ ਗਿਣਤੀ 300 ਤੈਅ ਕਰ ਦਿੱਤੀ ਹੈ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਮਾਸਕ ਪਾਉਣ ਅਤੇ ਸਮਾਜਿਕ ਦੂਰੀ ਬਣਾ ਕੇ ਰੱਖਣ ਨੂੰ ਵੀ ਸਖ਼ਤੀ ਨਾਲ ਲਾਗੂ ਕਰਨ ਦੇ ਹੁਕਮ ਦਿੱਤੇ ਗਏ ਹਨ।

ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਸਮੂਹ ਪ੍ਰਬੰਧਕਾਂ, ਸਿਆਸੀ ਧਿਰਾਂ ਸਮੇਤ, ਲਈ ਇਹ ਲਾਜ਼ਮੀ ਕਰਾਰ ਦਿੱਤਾ ਹੈ ਕਿ ਉਨ੍ਹਾਂ ਵੱਲੋਂ ਇਹ ਯਕੀਨੀ ਬਣਾਇਆ ਜਾਵੇ ਕਿ ਤਿਉਹਾਰਾਂ ਨਾਲ ਸਬੰਧਤ ਸਮਾਗਮਾਂ ਮੌਕੇ ਲਾਏ ਜਾਣ ਵਾਲੇ ਖਾਨੇ ਦੇ ਸਟਾਲਾਂ ਆਦਿ ਵਿਖੇ ਤਾਇਨਾਤ ਸਟਾਫ, ਮੈਨੇਜਮੈਂਟ ਅਤੇ ਸ਼ਿਰਕਤ ਕਰਨ ਵਾਲਿਆਂ ਨੇ ਪੂਰਨ ਤੌਰ ‘ਤੇ ਟੀਕਾਕਰਨ ਕਰਵਾਇਆ ਹੋਵੇ ਜਾਂ ਘੱਟੋ-ਘੱਟ ਇਕ ਟੀਕਾ ਲਗਵਾਇਆ ਹੋਵੇ। ਤਿਉਹਾਰਾਂ ਨੂੰ ਵੇਖਦੇ ਹੋਏ ਲਗਾਤਾਰ ਚੌਕਸੀ ਰੱਖਣ ਦਾ ਸੱਦਾ ਦਿੰਦੇ ਹੋਏ ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਸਮੂਹ ਸਿਆਸੀ ਪਾਰਟੀਆਂ ਨੂੰ ਇਸ ਸਬੰਧ ਵਿਚ ਮਿਸਾਲ ਪੇਸ਼ ਕਰਨ ਲਈ ਕਿਹਾ ਅਤੇ ਇਸ ਦੇ ਨਾਲ ਹੀ ਡੀ.ਜੀ.ਪੀ. ਨੂੰ ਨਿਰਦੇਸ਼ ਦਿੱਤੇ ਕਿ ਪਾਬੰਦੀਆਂ ਦੀ ਪਾਲਣਾ ਸਭਨਾਂ ਦੁਆਰਾ ਯਕੀਨੀ ਬਣਾਈ ਜਾਵੇ।

ਡੀ.ਜੀ.ਪੀ. ਦਿਨਕਰ ਗੁਪਤਾ ਨੇ ਇਸ ਮੌਕੇ ਕਿਹਾ ਕਿ ਕੋਵਿਡ ਦੇ ਮਾਮਲਿਆਂ ਦੀ ਘੱਟਦੀ ਗਿਣਤੀ ਦੇ ਮੱਦੇਨਜ਼ਰ ਲੋਕ ਮਾਸਕ ਪਾਉਣ ਦੇ ਮਾਮਲੇ ਵਿਚ ਅਵੇਸਲੇ ਹੋ ਰਹੇ ਹਨ ਅਤੇ ਇਸ ਸਬੰਧੀ ਸਿਹਤ ਵਿਭਾਗ ਨੂੰ ਪੁਲਿਸ ਦੀ ਮਦਦ ਨਾਲ ਕੋਵਿਡ ਪਾਬੰਦੀਆਂ ਸਖ਼ਤੀ ਨਾਲ ਲਾਗੂ ਕਰਵਾਉਣੀਆਂ ਚਾਹੀਦੀਆਂ ਹਨ। ਕੈਪਟਨ ਅਮਰਿੰਦਰ ਸਿੰਘ ਨੇ ਮੁੱਖ ਸਕੱਤਰ ਵਿਨੀ ਮਹਾਜਨ ਨੂੰ ਨਿਰਦੇਸ਼ ਦਿੱਤੇ ਕਿ ਹਰੇਕ ਜ਼ਿਲ੍ਹੇ ਵਿਚ ਪੁਲਿਸ ਅਤੇ ਪ੍ਰਸ਼ਾਸਨ ਦੇ ਸੰਯੁਕਤ ਫਲਾਇੰਗ ਸਕੁਐਡ ਕਾਇਮ ਕਰਕੇ ਰੈਸਟੋਰੈਂਟਾਂ ਅਤੇ ਮੈਰਿਜ ਪੈਲੇਸਾਂ ਵਿਚ ਸਖ਼ਤੀ ਨਾਲ ਪਾਬੰਦੀਆਂ ਲਾਗੂ ਕਰਵਾਉਣੀਆਂ ਯਕੀਨੀ ਬਣਾਇਆ ਜਾਵੇ। ਇਕ ਉੱਚ ਪੱਧਰੀ ਕੋਵਿਡ ਸਮੀਖਿਆ ਦੀ ਵਰਚੁਅਲ ਤੌਰ ‘ਤੇ ਪ੍ਰਧਾਨਗੀ ਕਰਦੇ ਹੋਏ ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਸਮਾਜਿਕ ਸੁਰੱਖਿਆ ਵਿਭਾਗ ਨੂੰ ਇਸੇ ਮਹੀਨੇ ਆਂਗਨਵਾੜੀ ਕੇਂਦਰ ਖੋਲ੍ਹਣ ਦੀ ਤਿਆਰੀ ਕਰਨ ਲਈ ਕਿਹਾ ਜਿਸ ਨਾਲ ਪੰਜਾਬ ਅਜਿਹਾ ਕਰਨ ਵਾਲਾ ਪਹਿਲਾ ਸੂਬਾ ਬਣ ਗਿਆ ਹੈ।

ਇਨ੍ਹਾਂ ਕੇਂਦਰਾਂ ਦਾ ਖੁੱਲ੍ਹਣਾ ਸਟਾਫ ਦੇ ਟੀਕਾਕਰਨ ਅਤੇ ਹੋਰ ਦਿਸ਼ਾ ਨਿਰਦੇਸ਼ਾਂ ਉੱਤੇ ਨਿਰਭਰ ਕਰੇਗਾ ਜੋ ਕਿ ਸਿਹਤ ਵਿਭਾਗ ਨਾਲ ਸਾਂਝੇ ਤੌਰ ‘ਤੇ ਤੈਅ ਕੀਤੇ ਜਾਣਗੇ। ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਇਹ ਵੀ ਹੁਕਮ ਦਿੱਤੇ ਕਿ ਟੈਸਟਿੰਗ ਸਮਰੱਥਾ ਵਿਚ ਵਾਧਾ ਕਰਦੇ ਹੋਏ ਇਸ ਨੂੰ ਮੌਜੂਦਾ 45 ਹਜ਼ਾਰ ਪ੍ਰਤੀ ਦਿਨ ਤੋਂ ਵਧਾ ਕੇ ਘੱਟੋ-ਘੱਟ 50 ਹਜ਼ਾਰ ਪ੍ਰਤੀ ਦਿਨ ਕੀਤਾ ਜਾਵੇ ਤਾਂ ਜੋ ਕੋਵਿਡ ਦੀ ਤੀਜੀ ਸੰਭਾਵੀ ਲਹਿਰ ਸਬੰਧੀ ਪਹਿਲਾਂ ਤੋਂ ਹੀ ਤਿਆਰੀਆਂ ਕੀਤੀਆਂ ਜਾ ਸਕਣ। ਉਨ੍ਹਾਂ ਇਹ ਵੀ ਨਿਰਦੇਸ਼ ਦਿੱਤੇ ਕਿ ਸੈਂਟੀਨਲ ਟੈਸਟਿੰਗ ਦੇ ਨਾਲ ਹੀ ਆਊਟਰੀਚ ਕੈਂਪ ਅਤੇ ਟੈਸਟਿੰਗ ਵੀ ਕੀਤੀ ਜਾਵੇ ਖਾਸ ਕਰਕੇ ਉਨ੍ਹਾਂ ਥਾਵਾਂ ਉੱਤੇ ਜਿੱਥੇ ਕਿ ਤਿਉਹਾਰਾਂ ਦੇ ਮੱਦੇਨਜ਼ਰ ਲੋਕਾਂ ਦਾ ਇਕੱਠ ਹੋਣ ਦੀ ਉਮੀਦ ਹੈ।

ਉਨ੍ਹਾਂ ਇਹ ਵੀ ਕਿਹਾ ਕਿ ਬੁਨਿਆਦੀ ਢਾਂਚੇ ਦੇ ਸੁਧਾਰ ਨਾਲ ਸਬੰਧਤ ਸਾਰੇ ਕੰਮਾਂ ਵਿਚ ਤੇਜ਼ੀ ਲਿਆ ਕੇ ਇਨ੍ਹਾਂ ਨੂੰ ਪੂਰਾ ਕੀਤਾ ਜਾਵੇ। ਕੈਪਟਨ ਅਮਰਿੰਦਰ ਸਿੰਘ ਨੇ ਕਿਹਾ ਕਿ ਸਾਰੇ ਜ਼ਿਲ੍ਹਿਆਂ ਵਿਚ ਹੁਣ ਸਥਾਨਕ ਪਾਬੰਦੀਆਂ ਸਬੰਧੀ ਇਕ ਸਵੈਚਾਲਿਤ ਪ੍ਰਣਾਲੀ, ਜੀ.ਆਈ.ਐਸ ਅਧਾਰਿਤ ਨਜ਼ਰਸਾਨੀ ਅਤੇ ਰੋਕਥਾਮ ਪ੍ਰਬੰਧਨ ਲਾਗੂ ਹੋ ਚੁੱਕਿਆ ਹੈ। ਉਨ੍ਹਾਂ ਸਿਹਤ ਵਿਭਾਗ ਨੂੰ ਇਹ ਦਿਸ਼ਾ ਨਿਰਦੇਸ਼ ਵੀ ਦਿੱਤੇ ਕਿ ਇਸ ਪ੍ਰਣਾਲੀ ਦੀ ਸਹਾਇਤਾ ਨਾਲ ਮਾਈਕਰੋ ਕੰਟੇਨਮੈਂਟ ਸਬੰਧੀ ਕਦਮ ਉਨ੍ਹਾਂ ਇਲਾਕਿਆਂ/ਮੁਹੱਲਿਆਂ ਵਿਚ ਚੁੱਕੇ ਜਾਣ ਜਿੱਥੇ ਕਿ ਕੇਸਾਂ ਜਾਂ ਮਾਮਲਿਆਂ ਦੀ ਗਿਣਤੀ ਪੰਜ ਤੋਂ ਵੱਧ ਹੈ। ਸੂਬੇ ਦੀ ਕੋਵਿਡ ਮਾਹਿਰ ਕਮੇਟੀ ਦੇ ਮੁਖੀ ਡਾ. ਕੇ.ਕੇ. ਤਲਵਾੜ ਦੇ ਇਸ ਮੌਕੇ ਕਿਹਾ ਕਿ ਮੌਜੂਦਾ ਸਮੇਂ ਹਾਲਾਂਕਿ ਹਾਲਾਤ ਕਾਬੂ ਵਿਚ ਹਨ ਪਰ ਤੀਸਰੀ ਲਹਿਰ ਅਤੇ ਆਗਾਮੀ ਤਿਉਹਾਰਾਂ ਦੇ ਸੀਜ਼ਨ ਸਬੰਧੀ ਸੁਚੇਤ ਰਹਿਣ ਦੀ ਲੋੜ ਹੈ।

ਉਨ੍ਹਾਂ ਮੁੱਖ ਮੰਤਰੀ ਨੂੰ ਇਹ ਅਪੀਲ ਕੀਤੀ ਕਿ ਸਾਰੇ ਧਾਰਮਿਕ ਸੰਗਠਨਾਂ ਨੂੰ ਕਿਹਾ ਜਾਵੇ ਕਿ ਉਹ ਮੰਦਰਾਂ ਅਤੇ ਗੁਰਦੁਆਰਿਆਂ ਤੋਂ ਨਿਯਮਿਤ ਤੌਰ ‘ਤੇ ਮਾਸਕ ਪਾਉਣ ਸਬੰਧੀ ਐਲਾਨ ਕਰਨ। ਉਨ੍ਹਾਂ ਸੁਝਾਅ ਦਿੱਤਾ ਕਿ ਮਾਰਕੀਟ ਕਮੇਟੀਆਂ ਨੂੰ ਵੀ ਬਾਜ਼ਾਰਾਂ ਵਿਚ ਭੀੜ ਦੇ ਮੱਦੇਨਜ਼ਰ ਅਜਿਹਾ ਹੀ ਕਰਨ ਲਈ ਕਿਹਾ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ ਅਤੇ ਦੁਕਾਨਦਾਰਾਂ ਤੇ ਉਨ੍ਹਾਂ ਦੇ ਕਾਮਿਆਂ ਦੀ ਜਾਂਚ ਵੀ ਤਿਉਹਾਰਾਂ ਦੇ ਮੌਸਮ ਨੂੰ ਮੁੱਖ ਰੱਖਦੇ ਹੋਏ ਪ੍ਰਮੁੱਖਤਾ ਨਾਲ ਕੀਤੀ ਜਾਣੀ ਚਾਹੀਦੀ ਹੈ। ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਇਸ ਗੱਲ ਉਤੇ ਗੌਰ ਕਰਦੇ ਹੋਏ ਕਿ ਮਿਊਕੋਰਮਾਇਕੋਸਿਸ ਦੇ ਕੇਸਾਂ ਵਿਚ ਭਾਰੀ ਕਮੀ ਆਈ ਹੈ ਅਤੇ ਬੀਤੇ ਹਫ਼ਤੇ ਸਿਰਫ ਇਕ ਮਾਮਲਾ ਸਾਹਮਣੇ ਆਇਆ ਹੈ, ਇਹ ਤਸੱਲੀ ਜ਼ਾਹਰ ਕੀਤੀ ਕਿ ਪੰਜਾਬ ਕਈ ਹੋਰ ਸੂਬਿਆਂ ਜਿਵੇਂ ਕਿ ਹਰਿਆਣਾ ਦੇ ਮੁਕਾਬਲੇ ਠੀਕ ਹੋਏ ਲੋਕਾਂ ਦੀ ਗਿਣਤੀ ਪੱਖੋਂ ਕਾਫੀ ਅੱਗੇ ਹੈ।

ਸੂਬੇ ਦੇ ਸਿਹਤ ਸਕੱਤਰ ਆਲੋਕ ਸ਼ੇਖਰ ਨੇ ਮੀਟਿੰਗ ਵਿਚ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਕਿ ਸੂਬੇ ਵਿਚ ਓਵਰਆਲ ਪਾਜ਼ੇਟੀਵਿਟੀ ਦਰ ਸਤੰਬਰ 1 ਤੋਂ 9 ਤੱਕ ਮਹਿਜ਼ 0.1 ਫੀਸਦੀ ਰਹੀ ਹੈ। ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਕਿਹਾ ਕਿ ਕੋਵਿਡ ਦੇ ਵੱਖੋ-ਵੱਖ ਪ੍ਰਕਾਰਾਂ ਸਬੰਧੀ ਐਨ.ਸੀ.ਡੀ.ਸੀ. ਨੂੰ ਭੇਜੀ ਗਈ ਮਹੀਨਾਵਾਰ ਜੀਨੋਮ ਅਨੁਕ੍ਰਮਣ ਵਿਚ ਇਹ ਸਾਹਮਣੇ ਆਇਆ ਹੈ ਕਿ ਇਸ ਦਾ ਡੈਲਟਾ ਪ੍ਰਕਾਰ ਉਭਰ ਕੇ ਸਾਹਮਣੇ ਆ ਰਿਹਾ ਹੈ। ਮੁੱਖ ਮੰਤਰੀ ਨੇ ਅੱਗੇ ਦੱਸਿਆ ਕਿ ਸਰਕਾਰੀ ਮੈਡੀਕਲ ਕਾਲਜ ਅਤੇ ਹਸਪਤਾਲ, ਪਟਿਆਲਾ ਵਿਖੇ ਪੀ.ਏ.ਟੀ.ਐਚ. ਨਾਲ ਮਿਲ ਕੇ ਸਥਾਪਤ ਕੀਤੀ ਜੀਨੋਮ ਸੀਕੁਐਂਸਿੰਗ ਲੈਬ ਨੇ ਆਪਣਾ ਕੰਮ ਸ਼ੁਰੂ ਕਰ ਦਿੱਤਾ ਹੈ ਜਿਸ ਵਿਚ 67 ਨਮੂਨੇ ਪਹਿਲਾਂ ਹੀ ਜਾਂਚ ਕੀਤੇ ਜਾ ਚੁੱਕੇ ਹਨ ਅਤੇ ਕੋਈ ਵੀ ਨਵਾਂ ਪ੍ਰਕਾਰ ਸਾਹਮਣੇ ਨਹੀਂ ਆਇਆ। ਟੀਵੀ ਪੰਜਾਬ ਬਿਊਰੋ

ਟੀਵੀ ਪੰਜਾਬ ਬਿਊਰੋ

Exit mobile version