← Back to {{.TargetDossier.Name}}
Upload health data
Files are automatically deleted after 7 days
Click or drag files/folders here
DICOM folders, PDF, CSV, VCF, and more
Or paste lab results, markdown tables, or other health data:
{{if .UploadList}}
Recent uploads
{{range .UploadList}}
{{.FileName}}
{{if and (not .Deleted) (eq .Status "uploaded")}}
{{else}}
{{.Category}}
{{end}}
· {{.SizeHuman}} · {{.UploadedAt}}
{{if .Deleted}}
{{.DeletedReason}}
{{else}}
{{if ne .Status "uploaded"}}{{.Status}}{{end}}
{{if .CanUndo}}{{end}}
Expires {{.ExpiresAt}}
{{end}}
{{end}}
{{else}}
No files uploaded yet
{{end}}