Util
pyorthanc.util
get_pydicom(orthanc, instance_identifier)
Get a pydicom.FileDataset from the instance's Orthanc identifier
Source code in pyorthanc/util.py
51 52 53 54 55 |
|
make_datetime_from_dicom_date(date, time=None)
Attempt to decode date
Source code in pyorthanc/util.py
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|