Util
pyorthanc.util
get_pydicom(orthanc, instance_identifier)
Get a pydicom.FileDataset from the instance's Orthanc identifier
Source code in pyorthanc/util.py
61 62 63 64 65 |
|
make_datetime_from_dicom_date(date, time=None)
Attempt to decode date
Source code in pyorthanc/util.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
|