{{ Form::open(['url' => '#', 'name' => 'validateForm', 'id' => 'validateForm', 'enctype' => 'multipart/form-data']) }}

IPD Protocol

A multicenter, retrospective, real world evidence study to assess the utilization of antibiotic among hospitalized patients.

ASSESSMENT OF THERAPY PRESCRIBED

DEMOGRAPHICS and ANTHROPOMETRY

MEDICAL AND SURGICAL HISTORY

@for ($i = 1; $i <= 5; $i++) @endfor
Date of test Findings

VITALS

@for ($i = 29; $i <= 34; $i++) @endfor
Date of Assessment Parameters Results
@if ($i == 34)
@else @endif

TREATMENT OF CURRENT MEDICAL ILLNESS

@for ($i = 1; $i <= 7; $i++) @for ($j = 1; $j <= 9; $j++) @endfor @endfor
Generic Name Brand Name Class Dose Frequency Route Duration Indication Empiric OR Definitive

CONCOMITANT DISEASE and MEDICATION

@for ($i = 1; $i <= 4; $i++) @for ($j = 1; $j <= 5; $j++) @endfor @endfor
Concomitant Disease Duration of Disease Medication Dose Frequency

LABORATORY PARAMETERS (as available)

@for ($i = 38; $i <= 52; $i++) @endfor
Date of Assessment Tests Results
@switch($i) @case(38) Hb (gm/dL) @break @case(39) RBC (millions/cumm) @break @case(40) WBC (/cumm) @break @case(41) Platelets (/cumm) @break @case(42) CRP (mg/L) @break @case(43) ESR (mm/hr) @break @case(44) Bilirubin (T/D/I) (mg/dL) @break @case(45) SGPT (U/L) @break @case(46) SGOT (U/L) @break @case(47) ALP (U/L) @break @case(48) Protein (T/A/G) (g/dL) @break @case(49) S. Cr (mg/dL) @break @case(50) BUN (mg/dL) @break @case(51) eGFR (mL/min/1.73m2) @break @default Specify Others (if any) @endswitch

ADVERSE EVENTS

{{ Form::close() }}
@include('user.footer')