covid.ladakh.gov.in Open in urlscan Pro
164.100.223.51  Public Scan

Submitted URL: http://covid.ladakh.gov.in/
Effective URL: https://covid.ladakh.gov.in/
Submission: On November 16 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /curfewpass/create

<form method="post" action="/curfewpass/create">
  <div class="alert alert-danger" role="alert" style="font-size: 15px;"> Please provide valid Email and mobile number for further processing </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-user"></i></span>
        </div>
        <input required="" id="CPFullName" name="FullName" type="text" class="form-control" placeholder="Full Name">
      </div>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-mobile-phone"></i></span>
        </div>
        <input required="" type="text" name="PhoneNumber" class="form-control" placeholder="Mobile Number">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <select class="form-control" id="DistrictId" name="DistrictId" required="required">
        <option value="">-- Select District --</option>
        <option value="21">Kargil</option>
        <option value="22">Leh</option>
      </select>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-ui-email"></i></span>
        </div>
        <input required="" name="Email" type="email" class="form-control" placeholder="Email">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-location-pin"></i></span>
        </div>
        <input type="text" class="form-control" required="" name="Address" placeholder="Address" aria-describedby="inputGroupPrepend2">
      </div>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont-id-card"></i></span>
        </div>
        <input type="text" maxlength="14" name="Aadhaar" class="form-control" placeholder="Adhaar Identification Number">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div role="wrapper" class="gj-datepicker gj-datepicker-bootstrap gj-unselectable input-group"><input id="datepickerone" required="" name="StartDate" class="form-control" placeholder="Start Date" data-type="datepicker"
          data-guid="3a6a5647-1714-6433-274a-e171d7738f73" data-datepicker="true" role="input"><span class="input-group-append" role="right-icon"><button class="btn btn-outline-secondary border-left-0"
            type="button"><i class="gj-icon">event</i></button></span></div>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-ui-note"></i></span>
        </div>
        <textarea maxlength="100" minlength="10" name="Reason" required="" type="text" class="form-control" placeholder="Reason"></textarea>
      </div>
    </div>
  </div>
  <div class="form-group text-right">
    <button class="btn btn-success" type="submit">Apply</button>
    <button class="btn btn-secondary" type="reset">Reset</button>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8LvvhIJAooJFuTnYc6LUelVQztgjgj1s5xzlqcbdqB69w5jEdDNk0Dsv2cfVwqGsBGro8o7VZWwWfhOEay0U79i8iPMUCw9kOsfoP5JN7brkaoLOtMrGmwShCRp_E6nUBDc9lvqcLS5EA518Ru9iiFs">
</form>

POST /home/passstatus

<form method="post" action="/home/passstatus">
  <div class="col-md-12 mb-3">
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-user"></i></span>
      </div>
      <input required="" name="id" type="text" class="form-control" placeholder="Curfew pass identification number">
      <button class="btn btn-primary" type="submit">Submit</button>
    </div>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8LvvhIJAooJFuTnYc6LUelVQztgjgj1s5xzlqcbdqB69w5jEdDNk0Dsv2cfVwqGsBGro8o7VZWwWfhOEay0U79i8iPMUCw9kOsfoP5JN7brkaoLOtMrGmwShCRp_E6nUBDc9lvqcLS5EA518Ru9iiFs">
</form>

POST /home/volunteer

<form method="post" action="/home/volunteer">
  <div class="alert alert-danger" role="alert" style="font-size: 15px;"> Please provide valid Email address and mobile number for further processing </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-user"></i></span>
        </div>
        <input type="hidden" name="IsVolunteer" value="true">
        <input required="" id="FullName" name="FullName" type="text" class="form-control" placeholder="Full Name">
      </div>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-mobile-phone"></i></span>
        </div>
        <input required="" type="text" name="PhoneNumber" class="form-control" placeholder="Mobile Number">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div class="custom-control custom-radio custom-control-inline">
        <input type="radio" name="Gender" value="1" checked=""><i class="helper"></i> Male
      </div>
      <div class="custom-control custom-radio custom-control-inline">
        <input type="radio" name="Gender" value="0"><i class="helper"></i> Female
      </div>
      <div class="custom-control custom-radio custom-control-inline">
        <input type="radio" name="Gender" value="2"><i class="helper"></i> NGO
      </div>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-ui-email"></i></span>
        </div>
        <input required="" name="Email" type="email" class="form-control" placeholder="Email">
        <input type="hidden" name="PickDropReqd" id="PickDropReqd" value="false">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div role="wrapper" class="gj-datepicker gj-datepicker-bootstrap gj-unselectable input-group"><input id="datepicker" class="form-control" name="DOB" placeholder="Date Of Birth" data-type="datepicker"
          data-guid="e9a5abbb-ea4f-a500-855a-85b64a116749" data-datepicker="true" role="input"><span class="input-group-append" role="right-icon"><button class="btn btn-outline-secondary border-left-0"
            type="button"><i class="gj-icon">event</i></button></span></div>
    </div>
    <div class="col-md-6 mb-3">
      <select class="form-control" id="DistrictId" name="DistrictId" required="required">
        <option value="">-- Select District --</option>
        <option value="21">Kargil</option>
        <option value="22">Leh</option>
      </select>
    </div>
  </div>
  <div class="form-row">
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-location-pin"></i></span>
        </div>
        <textarea maxlength="100" minlength="10" rows="3" required="" name="Address" type="text" class="form-control" placeholder="Fill Address"></textarea>
      </div>
    </div>
    <div class="col-md-6 mb-3">
      <div class="input-group">
        <div class="input-group-prepend">
          <span class="input-group-text" id="inputGroupPrepend2"><i class="icofont icofont-ui-note"></i></span>
        </div>
        <textarea maxlength="100" minlength="10" rows="3" required="" name="Notes" type="text" class="form-control" placeholder="Professional qualification, experience and area of interest"></textarea>
      </div>
    </div>
  </div>
  <div class="form-group text-right">
    <button class="btn btn-success" type="submit">Register</button>
    <button class="btn btn-secondary" type="reset">Reset</button>
  </div>
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8LvvhIJAooJFuTnYc6LUelVQztgjgj1s5xzlqcbdqB69w5jEdDNk0Dsv2cfVwqGsBGro8o7VZWwWfhOEay0U79i8iPMUCw9kOsfoP5JN7brkaoLOtMrGmwShCRp_E6nUBDc9lvqcLS5EA518Ru9iiFs">
</form>

Text Content

   
 * Latest Details
 * Evacuation
 * Hospital and Bed Info
 * Emergency Contacts
 * Data & Insights
 * Curfew Pass
 * Relief Donation
 * Volunteers
 * Helpline
 * Offical Login

 1. 
 2. 
 3. 
 4. 


Previous Next
 * Latest COVID Report, 01st May 2023. Please click here.
 * SOP/Guidelines for COVID Management in Leh district . Please click here.
 * For RTPCR test report. Please click here.


STATISTICS - 01-05-2023 10:00 PM

0 Suspects
2 Positive Today
2 Positive Today Leh
0 Positive Today Kargil



HOSPITAL AND BED INFO

448 Total Beds
0 Occupied
448 Vaccant

Hospital Ventilator/ICU Oxygen Supported Normal Total Vaccant Beds Mahabodhi
Hospital 6 34 NA 40 SNM Hospital 30 56 NA 86 Ladakh Heart Foundation Hospital NA
NA 45 45 Hotel Imperial CCC NA NA 32 32 Himalayan Retreat CCC NA NA 18 18 TRC
Diskit Hospital 4 32 NA 36 Khaltsi Hospital 2 2 33 37 Durbuk Hospital 3 2 69 74
Nyoma Hospital 2 5 45 52 Chushul Hospital 2 6 20 28


COVID-19 UT LADAKH - 01-05-2023 10:00 PM


I. ENTRY POINT SCREENING AT AIRPORT/ INTRA DISTRICT/ INTER DISTRICT CHECK POINTS
SINCE 31/01/2020 - 515343



II. SURVEILLANCE TODAY DISTRICT TOTAL UT TOTAL a) Persons put under 14 days Home
Quarantine today
Leh : 174

Kargil : 119
Leh : 174

Kargil : 119
293
b) Perons put under Quarantine since 31/01/2020
Leh : 174

Kargil : 119
Leh : 109809

Kargil : 34731
144540
c) Persons under 14 days Home Quarantine as on today
Leh : -101

Kargil : 0
Leh : 892

Kargil : 1074
1966
d) Persons who completed 14 days Quarantine
Leh : 275

Kargil : 148
Leh : 108917

Kargil : 33657
142574
e) Persons put under Surveillance after completing 14 days Quarantine
Leh : -40

Kargil : 1
Leh : 3087

Kargil : 2190
5277
f) Total persons under 28 days Surveillance (14 days Quarantine + 14 days
Surveillance)
Leh : 0

Kargil : 0
Leh : 3979

Kargil : 3264
7243
g) Persons released after completing 28 days of Surveillance
Leh : 315

Kargil : 147
Leh : 105587

Kargil : 31710
137297

SURVEILLANCE DISTRICT TOTAL UT TOTAL II. IRAN Returnees (Yr: 2020)
Leh: 87

Kargil: 977
1064
III. Other Foreign Returnees (Yr: 2020)
Leh: 472

Kargil: 60
532
IV. Quarantined in Health Facility
Leh: 0

Kargil: 0
0
V. Isolation Symptomatic
Leh: 1

Kargil: 0
1
VI. Positive Cases
Leh: 22990

Kargil: 5281
28271
VII. Positive Cases Discharged
Leh: 22815

Kargil: 5221
28036
VIII. Positive Cases under Treatment in Hospital
Leh: 111

Kargil: 19
130
IX. Total Positive Cases in Home Isolation
Leh: 991

Kargil: 183
1174
IIX. Total Positive Cases in Covid Care Centre
Leh: 276

Kargil: 0
276


EMERGENCY CONTACTS

Loading, please wait
NAME

CONTACT DETAILS

UT Ladakh (Control Room) 01982-258960DC Office Leh (Control Room)01982-255530DC
Office Kargil (Control Room)01985-232263Grievance01982-258963Watsapp
No.8803699624Email IDutladakhcovid19@gmail.comPHQ Police Control
Room01982-260887Police Control Room Leh01982-258880Police Control Room
Kargil01985-232275Ms. Kaneez Fatima, KAS+91-9818593105



Showing 1 to 10 of 20 rows 10
1025
rows per page
 * ‹
 * 1
 * 2
 * ›




DATA AND INSIGHTS

1,000-1,000-50005001,0001,5002,0002,5003,000LJan 2020JulJan 2021JulJan
2022JulJan 2023JulActive CasesCases ReportedRecoveredDeaths*Click to See
Details100%Chart created using amCharts library: Active Cases: Cases Reported:
Recovered: Deaths


CURFEW PASS

Please provide valid Email and mobile number for further processing

-- Select District -- Kargil Leh


event

Apply Reset

Submit

DETAILS OF HON’BLE LGS RELIEF FUND

 * Title: LG Relief Fund UT Ladakh
 * Account No. : 0069010200000835
 * Bank: The Jammu & Kashmir Bank
 * Branch: Leh
 * IFSC Code: JAKA0PRIEST


REGISTER YOURSELF / ORGANISATION(NGO) AS VOULNTEERS

Please provide valid Email address and mobile number for further processing

Male
Female
NGO

event
-- Select District -- Kargil Leh

Register Reset
11 Active Cases


LADAKH
COVID-19

29326 Recovered


LADAKH
COVID-19

29568 Total Cases


LADAKH
COVID-19

231 Deaths


LADAKH
COVID-19

© An initiative by Depatment of Information Technology Ladakh. Copyright © 2020
All rights reserved.
   
 * Latest Details
 * Evacuation
 * Hospital and Bed Info
 * Emergency Contacts
 * Data & Insights
 * Curfew Pass
 * Relief Donation
 * Volunteers
 * Helpline
 * Offical Login