suburbangetdata.suburbandiagnostics.com
Open in
urlscan Pro
36.255.3.41
Public Scan
URL:
https://suburbangetdata.suburbandiagnostics.com/ScanMe_Report/Patient/Reports?p=iug8bPbsq01ALz/0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c=&t=PfiFxEH9D6fW7O5vc...
Submission: On December 23 via manual from AE — Scanned from FI
Submission: On December 23 via manual from AE — Scanned from FI
Form analysis
1 forms found in the DOMPOST /ScanMe_Report/Patient/PreviewReport/ReportForm
<form action="/ScanMe_Report/Patient/PreviewReport/ReportForm" method="post"> <input type="hidden" id="flag" name="flag" value="0">
<input type="hidden" id="ischannelCRO" name="ischannelCRO" value="0">
<div class="row" id="show-connectivity-error" style="display: none">
<div class="col-sm-6 col-sm-offset-3">
<div class="alert alert-danger">
<p id="show-connectivity-error-security" style="display: none"> Security token error...!</p>
<p id="show-connectivity-error-communication" style="display: none"> Unable to connect to the third-party application. Kindly check after some time. </p>
</div>
</div>
</div>
<div class="panel panel-info" id="errorhide" style="display: none;">
<div class="panel-body">
<div class="form-group">
<div class="alert alert-danger">
<div style="font-size:large"></div>
<br>
<br>
<br>
<div style="font-size:large"></div>
<br>
<div style="font-size:large"></div>
</div>
</div>
</div>
</div>
<div class="row no-gutter-3 sd-skinning-wrapper" style="padding-top:10px;" id="BillGridRow">
<div class="col-lg-12 sd-skinning-lhs-top">
<div class="row no-gutter">
<div class="col-lg-12 GridBillWiseTooltip1">
<div class="panel panel-default">
<div class="panel panel-primary">
<div class="panel-heading">PATIENT DETAILS</div>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-2 col-xs-5" style="font-weight:bold">NAME :</div>
<div class="col-md-4 col-xs-7">ANAM ZAIN QURESHI</div>
<div class="col-md-2 col-xs-5" style="font-weight:bold">SID :</div>
<div class="col-md-4 col-xs-7">177807285708</div><br><br>
<div class="col-md-2 col-xs-5" style="font-weight:bold">Registration Center :</div>
<div class="col-md-4 col-xs-7">Malad West (Main Centre)</div>
<div class="col-md-2 col-xs-5" style="font-weight:bold">Registration Date :</div>
<div class="col-md-4 col-xs-7">30-10-2024 11:05</div><br><br>
</div>
<div class="row">
<div class="col-md-2 col-xs-5" style="font-weight:bold">Date of Birth :</div>
<div class="col-md-4 col-xs-7">30-10-1998</div>
<div class="col-md-2 col-xs-5" style="font-weight:bold">Age :</div>
<div class="col-md-4 col-xs-7">26</div><br><br>
<div class="col-md-2 col-xs-5" style="font-weight:bold">Gender :</div>
<div class="col-md-4 col-xs-7">Female</div>
</div>
<input type="hidden" id="isMyReport" name="isMyReport">
</div>
</div>
<div class="panel panel-success" id="more-hd">
<div id="hidediv" class="panel-heading" onclick="divshow()">LINKS<span id="arrowshowhide" class="fa fa-chevron-down pull-right"></span></div>
<div style="padding-left:10px;">
<div id="centerhide" class="panel-body">
<div class="row">
<div>
<ul>
<li>
<img src="/ScanMe_Report/Images/DashboardIcons/aunthenticator.jpg" id="btnGenuine" onclick="divhide()" class="img-responsive inline-block" alt="Responsive image tooltip" style="max-width: 30%;"
title="Whether my report is genuine?">
</li>
<li>
<img src="/ScanMe_Report/Images/DashboardIcons/calltodoctor.jpg" class="img-responsive inline-block" onclick="divhide()" alt="Responsive image tooltip" style="max-width: 30%;"
title="Need to consult with Suburban diagnostics on my report">
</li>
<li>
<img src="/ScanMe_Report/Images/stats.png" id="btnViewGraph" class="img-responsive inline-block" onclick="divhide()" alt="Responsive image tooltip" style="max-width: 30%;" title="View graph (Based on historical data)">
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="dvReportAttachment" class="row no-gutter">
<div class="col-lg-12 GridBillWiseTooltip1">
<div class="panel panel-default">
<div class="panel panel-primary">
<div class="panel-heading">REPORT ATTACHMENTS</div>
</div>
<div class="panel-body">
<div class="row">
<div class="col-md-8 col-xs-8">
<p> Click here <a href="/ScanMe_Report/Patient/DownloadReport?sid=177807285708&cid=2430408298&fileName=227278462430408298.pdf">
<img src="../Content/pdf-icon.png">
</a>to download the Lab report - 1 </p>
</div>
</div>
</div>
<div class="row" style="font-weight:bold">
<div class="col-md-12 col-xs-12"> Note: Report pdf copy will be maintained for 1 month from the date of Approval for access using the above link. </div>
</div>
<br>
</div>
</div>
</div>
<script>
function OnError(args) {
//alert("errror from grid load")
if (args.errors) {
var grid = $("#GridBillWise").data("kendoGrid");
console.log(args.errors)
if (args.errors.SecurityError) {
$.each(args.errors.SecurityError.errors, function(propertyName) {
$("#show-connectivity-error").css("display", "block")
$("#show-connectivity-error-security").css("display", "block")
$("#show-connectivity-error-communication").css("display", "none")
setTimeout(HideErrorDiv, 8000)
});
}
if (args.errors.CommunicationError) {
$.each(args.errors.CommunicationError.errors, function(propertyName) {
$("#show-connectivity-error").css("display", "block")
$("#show-connectivity-error-security").css("display", "none")
$("#show-connectivity-error-communication").css("display", "block")
setTimeout(HideErrorDiv, 8000)
});
}
}
}
function HideErrorDiv() {
$("#show-connectivity-error").css("display", "none")
}
</script>
<div id="dvTestdetails" class="panel panel-success" hidden="hidden" style="display: block;">
<div class="panel-heading">TEST DETAILS</div>
<div>
<div class="row no-gutter">
<div class="col-lg-12 GridBillWiseTooltip" id="gridouter" data-role="tooltip">
<div class="k-widget k-grid k-display-block" id="GridBillWiseService" data-role="grid" style="">
<div class="k-grid-header" style="padding-right: 0px;">
<div class="k-grid-header-wrap k-auto-scrollable" data-role="resizable">
<table role="grid">
<colgroup>
<col style="width:20px">
<col>
<col>
<col>
<col>
</colgroup>
<thead role="rowgroup">
<tr role="row">
<th class="k-header" data-field="STATUS_COLOR" data-index="0" data-title="" scope="col" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=STATUS_COLOR-asc"> </a>
</th>
<th class="k-header" data-field="Service_id" data-index="1" data-title="Service_ id" scope="col" style="display:none" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=Service_id-asc">Service_ id</a>
</th>
<th class="k-header" data-field="IsSelected" data-index="2" data-title="Is Selected" scope="col" style="display:none"><input type="checkbox" id="selectAll"></th>
<th class="k-header" data-field="Service_name" data-index="3" data-title="Test" scope="col" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=Service_name-asc">Test</a>
</th>
<th class="k-header" data-field="STATUS" data-index="4" data-title="Current Status" scope="col" style="display:none" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=STATUS-asc">Current Status</a>
</th>
<th class="k-header" data-field="STATUS_DESC" data-index="5" data-title="Status" scope="col" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=STATUS_DESC-asc">Status</a>
</th>
<th class="k-header" data-field="Umr_no" data-index="6" data-title="Umr_ no" scope="col" style="display:none" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=Umr_no-asc">Umr_ no</a>
</th>
<th class="k-header" data-field="FOREIGN_BILL_NO" data-index="7" data-title="FOREIGN_BILL_ NO" scope="col" style="display:none" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=FOREIGN_BILL_NO-asc">FOREIGN_BILL_ NO</a>
</th>
<th class="k-header" data-field="FORMAT_NAME" data-index="8" data-title="FORMAT_ NAME" scope="col" style="display:none" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=FORMAT_NAME-asc">FORMAT_ NAME</a>
</th>
<th class="k-header" data-field="Sample_Collection_Date" data-index="9" data-title="Sample Collection Date" scope="col" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=Sample_Collection_Date-asc">Sample Collection Date</a>
</th>
<th class="k-header" data-field="Report_Approval_Date" data-index="10" data-title="Report Approval Date" scope="col" data-role="columnsorter">
<a class="k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D&GridBillWiseService-sort=Report_Approval_Date-asc">Report Approval Date</a>
</th>
</tr>
</thead>
</table>
</div>
</div>
<div class="k-grid-content" style="height: 146px;">
<table role="grid" data-role="selectable" class="k-selectable">
<colgroup>
<col style="width:20px">
<col>
<col>
<col>
<col>
</colgroup>
<tbody role="rowgroup">
<tr data-uid="6b993786-0f4c-4e42-85cf-d65004d8a0f6" role="row">
<td role="gridcell">
<div style="width:100%;height:100%;background-color:green; display: block;margin:0px;padding:0px"> </div>
</td>
<td style="display:none" role="gridcell">409<input type="hidden" name="GridBillWiseService[0].Service_id" value="409"></td>
<td style="display:none" role="gridcell"><input class="chkbox" name="GridBillWiseService[0].IsSelected1" type="checkbox" onclick="CheckUncheck(this);"><input type="hidden" name="GridBillWiseService[0].IsSelected"
value="false"></td>
<td role="gridcell">Beta - Human Chorionic Gonadotropin (HCG), Serum<input type="hidden" name="GridBillWiseService[0].Service_name" value="Beta - Human Chorionic Gonadotropin (HCG), Serum"></td>
<td style="display:none" role="gridcell">A<input type="hidden" name="GridBillWiseService[0].STATUS" value="A"></td>
<td role="gridcell">ReportReady<input type="hidden" name="GridBillWiseService[0].STATUS_DESC" value="ReportReady"></td>
<td style="display:none" role="gridcell">177807285708<input type="hidden" name="GridBillWiseService[0].Umr_no" value="177807285708"></td>
<td style="display:none" role="gridcell"><input type="hidden" name="GridBillWiseService[0].FOREIGN_BILL_NO" value=""></td>
<td style="display:none" role="gridcell">null<input type="hidden" name="GridBillWiseService[0].FORMAT_NAME" value="null"></td>
<td role="gridcell">30-10-2024 11:07<input type="hidden" name="GridBillWiseService[0].Sample_Collection_Date" value="30-10-2024 11:07"></td>
<td role="gridcell">30-10-2024 15:07<input type="hidden" name="GridBillWiseService[0].Report_Approval_Date" value="30-10-2024 15:07"></td>
</tr>
</tbody>
</table>
</div>
<div class="k-pager-wrap k-grid-pager k-widget k-floatwrap" data-role="pager">
<a aria-label="Go to the first page" class="k-link k-pager-nav k-state-disabled k-pager-first" data-page="1" href="#" title="Go to the first page" tabindex="-1"><span class="k-icon k-i-seek-w"></span></a><a aria-label="Go to the previous page" class="k-link k-pager-nav k-state-disabled" data-page="1" href="#" title="Go to the previous page" tabindex="-1"><span class="k-icon k-i-arrow-w"></span></a>
<ul class="k-pager-numbers k-reset">
<li class="k-current-page"><span class="k-link k-pager-nav">1</span></li>
<li><span class="k-state-selected">1</span></li>
</ul><span class="k-pager-input k-label">Page<input class="k-textbox" aria-label="1">of
1</span><a aria-label="Go to the next page" class="k-link k-pager-nav k-state-disabled" data-page="1" href="#" title="Go to the next page" tabindex="-1"><span class="k-icon k-i-arrow-e"></span></a><a aria-label="Go to the last page" class="k-link k-pager-nav k-state-disabled k-pager-last" data-page="1" href="#" title="Go to the last page" tabindex="-1"><span class="k-icon k-i-seek-e"></span></a><span
class="k-pager-sizes k-label"><span title="" class="k-widget k-dropdown k-header" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="" aria-disabled="false" aria-busy="false"
aria-activedescendant="ab4ca111-5220-4310-935e-e09f84bbc49a" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">10</span><span unselectable="on" class="k-select"
aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span><select data-role="dropdownlist" style="display: none;" aria-label="10">
<option value="5">5</option>
<option value="10" selected="selected">10</option>
<option value="20">20</option>
</select></span>items per
page</span><a aria-label="Refresh" class="k-pager-refresh k-link" href="/ScanMe_Report/Patient/GetBillWiseServiceReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D" title="Refresh"><span class="k-icon k-i-refresh"></span></a><span
class="k-pager-info k-label">1 - 1 of 1 items</span>
</div>
</div>
<script>
kendo.syncReady(function() {
jQuery("#GridBillWiseService").kendoGrid({
"change": GridBillWiseService_OnRowSelect,
"columns": [{
"headerAttributes": {
"data-field": "STATUS_COLOR",
"data-title": ""
},
"width": "20px",
"template": "\u003cdiv style=\u0027width:100%;height:100%;background-color:#=STATUS_COLOR#; display: block;margin:0px;padding:0px\u0027\u003e \u003c/div\u003e ",
"field": "STATUS_COLOR",
"encoded": true
}, {
"title": "Service_ id",
"headerAttributes": {
"data-field": "Service_id",
"data-title": "Service_ id"
},
"hidden": true,
"template": "#= Service_id #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].Service_id\u0027 value=\u0027#= Service_id #\u0027 /\u003e",
"field": "Service_id",
"encoded": true
}, {
"title": "Is Selected",
"headerAttributes": {
"data-field": "IsSelected",
"data-title": "Is Selected"
},
"hidden": true,
"width": "30px",
"template": "\u003cinput class=\u0027chkbox\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].IsSelected1\u0027 type=\u0027checkbox\u0027 onclick=\u0027CheckUncheck(this);\u0027 /\u003e\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].IsSelected\u0027 value=\u0027#= false #\u0027 /\u003e",
"field": "IsSelected",
"sortable": false,
"filterable": false,
"encoded": true
}, {
"title": "Test",
"headerAttributes": {
"data-field": "Service_name",
"data-title": "Test"
},
"template": "#= Service_name #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].Service_name\u0027 value=\u0027#= Service_name #\u0027 /\u003e",
"field": "Service_name",
"encoded": true
}, {
"title": "Current Status",
"headerAttributes": {
"data-field": "STATUS",
"data-title": "Current Status"
},
"hidden": true,
"template": "#= STATUS #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].STATUS\u0027 value=\u0027#= STATUS #\u0027 /\u003e",
"field": "STATUS",
"encoded": true
}, {
"title": "Status",
"headerAttributes": {
"data-field": "STATUS_DESC",
"data-title": "Status"
},
"template": "#= STATUS_DESC #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].STATUS_DESC\u0027 value=\u0027#= STATUS_DESC #\u0027 /\u003e",
"field": "STATUS_DESC",
"encoded": true
}, {
"title": "Umr_ no",
"headerAttributes": {
"data-field": "Umr_no",
"data-title": "Umr_ no"
},
"hidden": true,
"template": "#= Umr_no #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].Umr_no\u0027 value=\u0027#= Umr_no #\u0027 /\u003e",
"field": "Umr_no",
"encoded": true
}, {
"title": "FOREIGN_BILL_ NO",
"headerAttributes": {
"data-field": "FOREIGN_BILL_NO",
"data-title": "FOREIGN_BILL_ NO"
},
"hidden": true,
"template": "#= FOREIGN_BILL_NO #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].FOREIGN_BILL_NO\u0027 value=\u0027#= FOREIGN_BILL_NO #\u0027 /\u003e",
"field": "FOREIGN_BILL_NO",
"encoded": true
}, {
"title": "FORMAT_ NAME",
"headerAttributes": {
"data-field": "FORMAT_NAME",
"data-title": "FORMAT_ NAME"
},
"hidden": true,
"template": "#= FORMAT_NAME #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].FORMAT_NAME\u0027 value=\u0027#= FORMAT_NAME #\u0027 /\u003e",
"field": "FORMAT_NAME",
"encoded": true
}, {
"title": "Sample Collection Date",
"headerAttributes": {
"data-field": "Sample_Collection_Date",
"data-title": "Sample Collection Date"
},
"template": "#= Sample_Collection_Date #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].Sample_Collection_Date\u0027 value=\u0027#= Sample_Collection_Date #\u0027 /\u003e",
"field": "Sample_Collection_Date",
"encoded": true
}, {
"title": "Report Approval Date",
"headerAttributes": {
"data-field": "Report_Approval_Date",
"data-title": "Report Approval Date"
},
"template": "#= Report_Approval_Date #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceGridIndex(data)#].Report_Approval_Date\u0027 value=\u0027#= Report_Approval_Date #\u0027 /\u003e",
"field": "Report_Approval_Date",
"encoded": true
}],
"pageable": {
"input": true,
"refresh": true,
"pageSizes": [5, 10, 20],
"buttonCount": 5
},
"sortable": true,
"selectable": "Single, Row",
"resizable": true,
"scrollable": {
"height": "auto"
},
"noRecords": true,
"messages": {
"noRecords": "No Records found."
},
"dataSource": {
"type": (function() {
if (kendo.data.transports['aspnetmvc-ajax']) {
return 'aspnetmvc-ajax';
} else {
throw new Error('The kendo.aspnetmvc.min.js script is not included.');
}
})(),
"transport": {
"read": {
"url": "/ScanMe_Report/Patient/GetBillWiseServiceReportData",
"data": gridBillWiseService_additionalInfo
},
"prefix": ""
},
"pageSize": 10,
"page": 1,
"total": 0,
"serverPaging": true,
"serverSorting": true,
"serverFiltering": true,
"serverGrouping": true,
"serverAggregates": true,
"filter": [],
"schema": {
"data": "Data",
"total": "Total",
"errors": "Errors",
"model": {
"fields": {
"Service_name": {
"type": "string"
},
"Service_id": {
"type": "string"
},
"Umr_no": {
"type": "string"
},
"STATUS": {
"type": "string"
},
"FORMAT_NAME": {
"type": "string"
},
"Sample_Collection_Date": {
"type": "string"
},
"Report_Approval_Date": {
"type": "string"
},
"FOREIGN_BILL_NO": {
"type": "string"
},
"IsSelected": {
"type": "boolean"
},
"STATUS_DESC": {
"type": "string"
},
"STATUS_COLOR": {
"editable": false,
"type": "string"
}
}
}
}
}
});
});
</script>
<script>
kendo.syncReady(function() {
jQuery(".GridBillWiseTooltip").kendoTooltip({
"position": "center",
"content": "Click on visit details to view test details."
});
});
</script>
</div>
</div>
</div>
</div>
</div>
<div id="dvClinicalData" class="col-lg-12 panel panel-success" hidden="hidden" style="display: block;">
<div class="panel-heading"> CLINICAL DATA</div>
<div class="row no-gutter">
<div class="col-lg-12 GridServiceParamtooltip" id="gridouter">
<div class="k-widget k-grid k-display-block" id="GridServiceParameters" data-role="grid" style="">
<div class="k-grid-header" style="padding-right: 0px;">
<div class="k-grid-header-wrap k-auto-scrollable" data-role="resizable">
<table role="grid">
<colgroup>
<col style="width:75px">
<col style="width:65px">
<col style="width:60px">
<col style="width:50px">
</colgroup>
<thead role="rowgroup">
<tr role="row">
<th class="k-header" data-field="BILL_ID" data-index="0" data-title="BILL_ ID" scope="col" style="display:none"><span class="k-link">BILL_ ID</span></th>
<th class="k-header" data-field="COMPONENT_NAME" data-index="1" data-title="Parameter" scope="col"><span class="k-link">Parameter</span></th>
<th class="k-header" data-field="RESULT_VALUE" data-index="2" data-title="Result" scope="col"><span class="k-link">Result</span></th>
<th class="k-header" data-field="CREATE_DT" data-index="3" data-title="CREATE_ DT" scope="col" style="display:none"><span class="k-link">CREATE_ DT</span></th>
<th class="k-header" data-field="BILL_DT" data-index="4" data-title="BILL_ DT" scope="col" style="display:none"><span class="k-link">BILL_ DT</span></th>
<th class="k-header" data-field="SERVICE_ID" data-index="5" data-title="SERVICE_ ID" scope="col" style="display:none"><span class="k-link">SERVICE_ ID</span></th>
<th class="k-header" data-field="NORMAL_VALUE" data-index="6" data-title="Unit<br/> Range" scope="col"><span class="k-link">Unit<br> Range</span></th>
<th class="k-header" data-field="IsGraphExist" data-index="7" data-title="Graph" scope="col"><span class="k-link">Graph</span></th>
<th class="k-header" data-field="IsGraphExist" data-index="8" data-title="IsGraphExist" scope="col" style="display:none"><span class="k-link">IsGraphExist</span></th>
</tr>
</thead>
</table>
</div>
</div>
<div class="k-grid-content" style="height: 355px;">
<table role="grid" data-role="selectable" class="k-selectable">
<colgroup>
<col style="width:75px">
<col style="width:65px">
<col style="width:60px">
<col style="width:50px">
</colgroup>
<tbody role="rowgroup"></tbody>
</table>
<div class="k-grid-norecords">
<div class="k-grid-norecords-template" style="margin:0 auto;position:static;">No Records found.</div>
</div>
<div class="k-grid-content-expander" style="width: 1088px;"></div>
</div>
<div class="k-pager-wrap k-grid-pager k-widget k-floatwrap" data-role="pager">
<a aria-label="Go to the first page" class="k-link k-pager-nav k-state-disabled k-pager-first" data-page="1" href="#" title="Go to the first page"><span class="k-icon k-i-seek-w"></span></a><a aria-label="Go to the previous page" class="k-link k-pager-nav k-state-disabled" data-page="0" href="#" title="Go to the previous page"><span class="k-icon k-i-arrow-w"></span></a>
<ul class="k-pager-numbers k-reset">
<li><span class="k-state-selected" data-page="1">1</span></li>
</ul><span class="k-pager-input k-label">Page<input class="k-textbox" type="text" value="1">of
1</span><a aria-label="Go to the next page" class="k-link k-pager-nav k-state-disabled" data-page="2" href="#" title="Go to the next page"><span class="k-icon k-i-arrow-e"></span></a><a aria-label="Go to the last page" class="k-link k-pager-nav k-state-disabled k-pager-last" data-page="1" href="#" title="Go to the last page"><span class="k-icon k-i-seek-e"></span></a><span
class="k-pager-sizes k-label"><span title="" class="k-widget k-dropdown k-header" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="" aria-disabled="false" aria-busy="false"
aria-activedescendant="32caae04-7ead-4f86-8b93-9f88d09929d8" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">5</span><span unselectable="on" class="k-select"
aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span><select data-role="dropdownlist" style="display: none;">
<option value="5" selected="selected">5</option>
<option value="10">10</option>
<option value="20">20</option>
</select></span>items per
page</span><a aria-label="Refresh" class="k-pager-refresh k-link" href="/ScanMe_Report/Patient/GridServiceParametersReportData?p=iug8bPbsq01ALz%2F0bQ8Dy1zSVViAHrJ2jIjYTK1BM4c%3D&t=PfiFxEH9D6fW7O5vc4GQ5n4r1aH1yYiztkJW%20c0KpCY%3D&c=OnvHk5q6qsc%20a%2FAMVB7NXA%3D%3D&f=BT%2FRTTLwXzBF%20NQ7FQkdxA%3D%3D" title="Refresh"><span class="k-icon k-i-refresh"></span></a><span
class="k-pager-info k-label">No items to display</span>
</div>
</div>
<script>
kendo.syncReady(function() {
jQuery("#GridServiceParameters").kendoGrid({
"change": GridServiceParameters_OnRowSelect,
"columns": [{
"title": "BILL_ ID",
"headerAttributes": {
"data-field": "BILL_ID",
"data-title": "BILL_ ID"
},
"hidden": true,
"template": "#= BILL_ID #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].BILL_ID\u0027 value=\u0027#= BILL_ID #\u0027 /\u003e",
"field": "BILL_ID",
"encoded": true
}, {
"title": "Parameter",
"headerAttributes": {
"data-field": "COMPONENT_NAME",
"data-title": "Parameter"
},
"width": "75px",
"template": "#= COMPONENT_NAME #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].COMPONENT_NAME\u0027 value=\u0027#= COMPONENT_NAME #\u0027 /\u003e",
"field": "COMPONENT_NAME",
"encoded": true
}, {
"title": "Result",
"headerAttributes": {
"data-field": "RESULT_VALUE",
"data-title": "Result"
},
"width": "65px",
"template": "#= RESULT_VALUE #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].RESULT_VALUE\u0027 value=\u0027#= RESULT_VALUE #\u0027 /\u003e",
"field": "RESULT_VALUE",
"encoded": true
}, {
"title": "CREATE_ DT",
"headerAttributes": {
"data-field": "CREATE_DT",
"data-title": "CREATE_ DT"
},
"hidden": true,
"template": "#= CREATE_DT #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].CREATE_DT\u0027 value=\u0027#= CREATE_DT #\u0027 /\u003e",
"field": "CREATE_DT",
"encoded": true
}, {
"title": "BILL_ DT",
"headerAttributes": {
"data-field": "BILL_DT",
"data-title": "BILL_ DT"
},
"hidden": true,
"template": "#= BILL_DT #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].BILL_DT\u0027 value=\u0027#= BILL_DT #\u0027 /\u003e",
"field": "BILL_DT",
"encoded": true
}, {
"title": "SERVICE_ ID",
"headerAttributes": {
"data-field": "SERVICE_ID",
"data-title": "SERVICE_ ID"
},
"hidden": true,
"template": "#= SERVICE_ID #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].SERVICE_ID\u0027 value=\u0027#= SERVICE_ID #\u0027 /\u003e",
"field": "SERVICE_ID",
"encoded": true
}, {
"title": "Unit\u003cbr/\u003e Range",
"headerAttributes": {
"data-field": "NORMAL_VALUE",
"data-title": "Unit\u0026lt;br/\u003e Range"
},
"width": "60px",
"template": "#= NORMAL_VALUE #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].NORMAL_VALUE\u0027 value=\u0027#= NORMAL_VALUE #\u0027 /\u003e",
"field": "NORMAL_VALUE",
"encoded": true
}, {
"title": "Graph",
"headerAttributes": {
"data-field": "IsGraphExist",
"data-title": "Graph"
},
"width": "50px",
"template": "\u003cdiv\u003e#if (IsGraphExist) {# \u003ca href=\u0027javascript:serivceChart_additioanlData()\u0027 class=\u0027patientchartbtn\u0027 \u003e\u003cspan class=\u0027glyphicon glyphicon-stats\u0027\u003e\u003c/span\u003e\u003c/a\u003e# } #\u003c/div\u003e",
"field": "IsGraphExist",
"encoded": true
}, {
"title": "IsGraphExist",
"headerAttributes": {
"data-field": "IsGraphExist",
"data-title": "IsGraphExist"
},
"hidden": true,
"template": "#= IsGraphExist #\u003cinput type=\u0027hidden\u0027 name=\u0027GridBillWiseService[#= billWiseServiceParamGridIndex(data)#].IsGraphExist\u0027 value=\u0027#= IsGraphExist #\u0027 /\u003e",
"field": "IsGraphExist",
"encoded": true
}],
"pageable": {
"autoBind": false,
"input": true,
"refresh": true,
"pageSizes": [5, 10, 20],
"buttonCount": 5
},
"selectable": "Single, Cell",
"resizable": true,
"scrollable": {
"height": "auto"
},
"noRecords": true,
"messages": {
"noRecords": "No Records found."
},
"autoBind": false,
"dataSource": {
"type": (function() {
if (kendo.data.transports['aspnetmvc-ajax']) {
return 'aspnetmvc-ajax';
} else {
throw new Error('The kendo.aspnetmvc.min.js script is not included.');
}
})(),
"transport": {
"read": {
"url": "/ScanMe_Report/Patient/GridServiceParametersReportData",
"data": GridServiceParameters_additionalInfo
},
"prefix": ""
},
"pageSize": 5,
"page": 1,
"total": 0,
"serverPaging": true,
"serverSorting": true,
"serverFiltering": true,
"serverGrouping": true,
"serverAggregates": true,
"filter": [],
"schema": {
"data": "Data",
"total": "Total",
"errors": "Errors",
"model": {
"fields": {
"BILL_ID": {
"type": "string"
},
"COMPONENT_NAME": {
"type": "string"
},
"RESULT_VALUE": {
"type": "string"
},
"CREATE_DT": {
"type": "string"
},
"BILL_DT": {
"type": "date"
},
"SERVICE_ID": {
"type": "string"
},
"NORMAL_VALUE": {
"type": "string"
},
"IsGraphExist": {
"type": "boolean"
}
}
}
}
}
});
});
</script>
</div>
</div>
</div>
</div>
<script>
function downloadReport() {
var entityGrid = $("#GridBillWise").data("kendoGrid");
var selectedItem = entityGrid.dataItem(entityGrid.select());
var url = '/ScanMe_Report/Patient/PreviewReport';
window.open(url + "?CID=" + selectedItem.BILL_NO + "&UMR_NO=" + selectedItem.UMR_NO, "_blank");
}
function downloadNotAvaileblDialog() {
var gview = $("#GridBillWise").data("kendoGrid");
//Getting selected item
var selectedItem = gview.dataItem(gview.select());
var selectedItemString = selectedItem.OUTSTANDING_DUE + '_' + selectedItem.BILL_NO;
var htmlstring = "you have an outstanding,please use our online payment facility to make a payment and download your report.<br/> <a href = 'javascript:getpaymentdetails(\"" + selectedItemString +
"\");' class ='makepayment'> click here to make a payment</a>";
$("#Notification").html(htmlstring);
notificationWindow.data("kendoWindow").open();
}
function reportNotReadyDialog() {
//$("#Notification").html("You dont have any reports ready for download <br/>");
$("#Notification").html(" Your report is not yet ready for download <br/>");
notificationWindow.data("kendoWindow").open();
}
function gridBillWise_onRowSelected() {
//alert("a");
var entityGrid = $("#GridBillWise").data("kendoGrid");
var selectedItem = entityGrid.dataItem(entityGrid.select());
var selectedRowIndex = entityGrid.select().index();
var data = entityGrid.dataSource.data();
var totalNumber = data.length;
//alert("selectedRowIndex =>" + selectedRowIndex);
for (var i = 0; i < totalNumber; i++) {
//var currentDataItem = data[i];
//VersionIdArray[i] = currentDataItem.VersionId;
$("#GridBillWise[" + i + "].IsRowSelected").val(false)
//console.log($("#GridBillWise[" + i + "].IsRowSelected"))
//console.log("Value=" + $("#GridBillWise[" + i + "].IsRowSelected").val())
}
$("#GridBillWise[" + selectedRowIndex + "].IsRowSelected").val(true)
//alert("selectedRowIndex=>" + $("#GridBillWise[" + selectedRowIndex + "].IsRowSelected").val());
}
function CheckUncheck($this) {
$($this).siblings('input:hidden:first').val($this.checked)
}
function billWiseGridIndex(dataItem) {
var data = $("#GridBillWise").data("kendoGrid").dataSource.data();
return data.indexOf(dataItem);
}
function billWiseServiceGridIndex(dataItem) {
var data = $("#GridBillWiseService").data("kendoGrid").dataSource.data();
return data.indexOf(dataItem);
}
function billWiseServiceParamGridIndex(dataItem) {
var data = $("#GridServiceParameters").data("kendoGrid").dataSource.data();
return data.indexOf(dataItem);
}
</script>
<div class="row">
<div class="col-lg-2">
</div>
</div>
</form>
Text Content
ANAM ZAIN QURESHI | 24-Dec-2024 Notifications Security token error...! Unable to connect to the third-party application. Kindly check after some time. PATIENT DETAILS NAME : ANAM ZAIN QURESHI SID : 177807285708 Registration Center : Malad West (Main Centre) Registration Date : 30-10-2024 11:05 Date of Birth : 30-10-1998 Age : 26 Gender : Female LINKS * * * REPORT ATTACHMENTS Click here to download the Lab report - 1 Note: Report pdf copy will be maintained for 1 month from the date of Approval for access using the above link. TEST DETAILS Service_ idTestCurrent StatusStatusUmr_ noFOREIGN_BILL_ NOFORMAT_ NAMESample Collection DateReport Approval Date 409Beta - Human Chorionic Gonadotropin (HCG), SerumAReportReady177807285708null30-10-2024 11:0730-10-2024 15:07 * 1 * 1 Pageof 11051020items per page1 - 1 of 1 items CLINICAL DATA BILL_ IDParameterResultCREATE_ DTBILL_ DTSERVICE_ IDUnit RangeGraphIsGraphExist No Records found. * 1 Pageof 1551020items per pageNo items to display * Contact us : Sunshine, 2nd Floor, Opp. Shastri Nagar, Andheri (W) Mumbai – 400053. * Copyright © 2020 * | * Privacy Policy * | * Terms of use Copyright © Suburban Diagnostics, 2017. All Rights Reserved. Connect with us: Confirm Please note the data that you enter has to be accurate as it has implication on your test result? Ok Cancel * 5 * 10 * 20 No data found. * 5 * 10 * 20 No data found. How to Disable Popup Blockers HOW TO DISABLE POPUP BLOCKERS * Google Chrome * Mozilla Firefox * Microsoft Edge * Microsoft Internet Explorer * Safari Google Chrome Open Google Chrome. Click ⋮ in the upper-right corner of the window. Click Settings Scroll to the bottom of the page and click Advanced. Scroll down and click Content settings. It's near the bottom of the "Privacy and security" section. Scroll down and click Popups. Slide the Blocked slider to the "On" position Image titled Android7systemswitchon2.png . You will now see pop-up windows whenever you encounter them in Chrome. You can block pop-ups from individual sites by clicking Add under the "Blocked" section of the menu and entering the URL of the site from which you wish to block the content. Mozilla Firefox Open Mozilla Firefox. Click ☰ in the upper-right corner of the window. Click settings Preferences. Click Content in the left pane of the window. Uncheck "Block pop-up windows." You will now see pop-up windows whenever you encounter them in Firefox. If you have blocking on, you can allow pop-ups from individual sites by clicking Exceptions... to the right of the checkbox. Enter the URL of the site from which you wish to see the content, click Allow and then Save Changes. Microsoft Edge Open Edge. Click … in the upper-right part of the screen. Click Settings. Scroll down and click View advanced settings. Slide "Block pop-ups" to the "Off" position. You will now see pop-up windows whenever you encounter them in Edge. Microsoft Internet Explorer Open Internet Explorer Click Tools. Click Internet options. Click the Privacy tab. Uncheck Turn on Pop-up Blocker. Click OK. You will now see pop-up windows whenever you encounter them in Internet Explorer. If you have pop-up blocker on, you can allow pop-ups from individual sites instead, as exceptions. To do this, click Settings next to the checkbox and enter the URL of the site from which you want to see the content. Then click Add and Close. Safari Open Safari. Click Safari in the menu bar. Click Preferences…. Click on the Security tab. Uncheck "Block pop-up windows" in the "Web content" section. You will now see pop-up windows whenever you encounter them in Safari. You can't block pop-ups from individual sites in Safari. 00.20.40.60.811.2Chart Values 00.20.40.60.811.2Family Chart Values