Clinical Disease / Diagnosis
Manage treatment entries and the per-sitting cost used for patient treatment billing.
| Name | Department | Per Sitting Cost | Status | Action |
|---|---|---|---|---|
{{ $dx->name }} |
{{ $dx->department?->name ?? '—' }} | {{ $cur }}{{ number_format($dx->cost_per_sitting, 2) }} | {{ $dx->status ? 'Active' : 'Inactive' }} | |
No entries yetAdd one to make it available for treatment plans. | ||||
How treatment billing works
Admin/Staff sets the Per Sitting Cost. The doctor records the number of sittings required for the patient.
Total Treatment Cost = Total Sittings × Per Sitting Cost The per-sitting cost is managed by Admin/Staff and is not visible to doctors.