Services

OPD MANAGEMENT




Price
₹{{ $clinicreginfo->service_cost }}
  1. Medical care has several important functions other than restoring or maintaining health.
  2. These other functions are assessment and certification of health status, prognostication, segregation of the ill to limit communication of illness, and helping to cope with the problems of illness—the caring function.
  3. Medical care serving these "paracurative" functions may legitimately be given independently, without associated curing or preventive intent of the provider of care.
  4. Although such services do not result in benefits to health, such as an extension of life or a reduction of disability, they do have other valued outcomes, outcomes not measurable as a gain in personal health status.
  5. For example, caring activities may result in satisfaction, comfort, or desirable affective states, even while
@if ($clinicservice) @else @if (in_array('Registration', $cartarray)) @else @endif @endif

PHARMACY MANAGEMENT




Price
₹{{ $pharmaserviceinfo->service_cost }}
  1. Medical care has several important functions other than restoring or maintaining health.
  2. These other functions are assessment and certification of health status, prognostication, segregation of the ill to limit communication of illness, and helping to cope with the problems of illness—the caring function.
  3. Medical care serving these "paracurative" functions may legitimately be given independently, without associated curing or preventive intent of the provider of care.
  4. Although such services do not result in benefits to health, such as an extension of life or a reduction of disability, they do have other valued outcomes, outcomes not measurable as a gain in personal health status.
  5. For example, caring activities may result in satisfaction, comfort, or desirable affective states, even while
@if ($pharmacyservice) @else @if (in_array('Pharmacy', $cartarray)) @else @endif @endif

PATHOLAB MANAGEMENT




Price
₹{{ $labserviceinfo->service_cost }}
  1. Medical care has several important functions other than restoring or maintaining health.
  2. These other functions are assessment and certification of health status, prognostication, segregation of the ill to limit communication of illness, and helping to cope with the problems of illness—the caring function.
  3. Medical care serving these "paracurative" functions may legitimately be given independently, without associated curing or preventive intent of the provider of care.
  4. Although such services do not result in benefits to health, such as an extension of life or a reduction of disability, they do have other valued outcomes, outcomes not measurable as a gain in personal health status.
  5. For example, caring activities may result in satisfaction, comfort, or desirable affective states, even while
@if ($labservice) @else @if (in_array('Laboratory', $cartarray)) @else @endif @endif
Cart


@if ($cart)
Service
Amount
Gst
@foreach ($cart as $key => $item)
{{ $item['name'] }}
{{ $item['cost'] }}
  
@if ($item['gst_ammount'] == 0.0)
(Inclusive Gst)
@else
 {{ $item['gst_ammount'] }}
@endif
{{--
GST Ammount: {{ $item['gst_ammount'] }}

--}}
@endforeach @else
No Items available
@endif
@section('externaljs') @endsection