{{Form::hidden('visitedOPDPatients',route('patient.opd'),['id'=>'showVisitedOPDPatientsList'])}}
{{Form::hidden('patient_id',$opdPatientDepartment->patient_id,['id'=>'showVisitedOPDPatientsListshowVisitedOPDPatientsListshowVisitedOPDPatientsList'])}}
{{Form::hidden('opdPatientDepartmentId',$opdPatientDepartment->id,['id'=>'showOpdListPatientDepartmentId'])}}
{{Form::hidden('defaultDocumentImageUrl',asset('assets/img/default_image.jpg'),['id'=>'showOpdListDefaultDocumentImageUrl'])}}
{{Form::hidden('opdDiagnosisUrl',route('opd.diagnosis.index'),['id'=>'showOpdListDiagnosisUrl'])}}
{{Form::hidden('opdTimelinesUrl',route('opd.timelines.index'),['id'=>'showOpdListTimelinesUrl'])}}
{{Form::hidden('downloadDiagnosisDocumentUrl',url('opd-diagnosis-download'),['id'=>'showOpdListDownloadDiagnosisDocUrl'])}}
{{Form::hidden('downloadTimelineDocumentUrl',url('opd-timeline-download'),['id'=>'showOpdListDownloadTimelineDocUrl'])}}
{{Form::hidden('downloadPaymentDocumentUrl',url('opdPayment-download'),['id'=>'showOpdListDownloadPaymentDocUrl'])}}
@include('flash::message')