Patient Context
Formulation
Macronutrients (g/kg)
Electrolytes (mmol/kg)
Additives & WFI
Intelligence
{{ adminConfig.labName }}
{{ adminConfig.hospitalName }}
NEONATE TPN ORDER
{{ adminConfig.hospitalName }}
| Ingredients | Dose/kg | Total Dose | Volume (ml) |
|---|---|---|---|
| {{ item.name }} | {{ item.doseKg || '-' }} | {{ item.dose || '-' }} | {{ item.vol }} |
| TOTAL VOLUME | {{ (results?.calculatedTotalSum ?? 0).toFixed(2) }} ml | ||
EXP:{{ formatDate(expiry) }}
Admin Setup
Enter setup password to continue
Admin Setup
Nutrition Formula
These values drive the calculator directly. Changing them changes every calculation immediately.
{{ group.title }}
{{ group.subtitle }}
Changes apply to new patient records after saving. Formula changes affect the calculator as soon as they are saved.
Patient History
No saved records {{ historySearch ? 'match your search' : 'yet' }}
| Date | Patient | RN | Weight | Total Vol | Prepared By | Actions |
|---|---|---|---|---|---|---|
| {{ rec.timestamp ? formatDate(rec.timestamp.split('T')[0]) : '-' }} | {{ rec.patient.name || 'Unspecified' }} | {{ rec.patient.rn || '-' }} | {{ rec.patient.weight || 0 }} kg | {{ rec.patient.fluidReqTotal || 0 }} ml | {{ rec.preparedBy || '-' }} |
|
Raw Material Usage
Aggregated across {{ usageSummary.recordCount }} {{ usageSummary.recordCount === 1 ? 'record' : 'records' }} {{ (usageDateFrom || usageDateTo) ? 'in the selected date range' : '(all saved history)' }}
No records found for this range
| Material | Total Used | Avg / Patient |
|---|---|---|
| {{ item.name }} | {{ item.total.toFixed(2) }} {{ item.unit }} | {{ item.avgPerRecord.toFixed(2) }} {{ item.unit }} |