Receving images from the PACS:
| Status | Patient Name | Patient ID | Patient DOB |
|---|---|---|---|
| {{patient.Name}} | {{patient.ID}} | {{dayjs(patient.DOB).format(KBCTConfig.displayDateFormat)}} |
| Reviewed | Accession Number | Performed On | Procedure Type | Study Description |
|---|---|---|---|---|
| {{study.AccessionNumber}} | {{dayjs(study.Date).format(KBCTConfig.displayDateFormat)}} | {{study.ProcedureType}} | {{study.Description}} |