Hi,
Do you know if there is a way to export a RS patient (e.g. connect.get_current("Patient")) as DICOM files to a path? I am able to do so via the UI, but need a scriptable version. Recording the actions gives me an "Unscriptable Action" error.

I have looked at the following options
- patient.ExportPatient --> does .rsback
- db.BackupPatient --> does .rsbak
- case.ScriptableDicomExport (not sure exactly how to use it)