@extends('layouts.app') @push('styles') @endpush @section('content') @auth

TB-03 register

Register, export, and manage TB-03 data by clinic.
@csrf
Manage Clear
@csrf
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (!empty($editRecord))
Editing TB-03 record #{{ $editRecord->id }}. Save with the Update TB_03 button.
@endif @include('TB.partials.entry_context', ['currentPage' => 'tb03'])
TB03 browser entry queue
TB03 entries are saved in this browser first. Use Sync to upload them to the server.
Ready.
Downloaded local TB03 records: 0
No pending TB03 records.

TB Register_03

@if (!empty($editRecord)) @php $tb03ClinicOptions = array_values(array_filter((array) ($clinics ?? config('tb_entry.clinics', [])))); $tb03ClinicPrefixes = (array) config('tb_entry.general_id_prefixes', []); $tb03RecordClinic = old('Clinic Code', $editRecord->Clinic_code ?? session('tb.clinic', config('tb_entry.default_clinic', 'Myitkyina'))); if ($tb03RecordClinic && !in_array($tb03RecordClinic, $tb03ClinicOptions, true)) { $tb03ClinicOptions[] = $tb03RecordClinic; } @endphp
@endif
date

TB/HIV Activites

date
date

At the time of TB Diagnosis

Month 2 Result

Month 3 Result

Month 5 Result

End of Treatment

date
date
date

Report TB

@csrf
date
date

TB 03 Export

@csrf
Export all TB-03 records
@endauth @endsection @push('scripts') @endpush