gacou54 / pyorthanc

Python library that wrap the Orthanc REST API and facilitate the manipulation of data in Orthanc
MIT License
49 stars 10 forks source link

Patient.__repr__() fails when patient has no PatientID #28

Closed gacou54 closed 1 year ago

gacou54 commented 1 year ago

The Patient, Study, Series and Instance def __repr__() method should probably only display the Orthanc ID.

e.g. Patient(<orthanc-id>), Study(<orthanc-id>), Series(<orthanc-id>), Instance(<orthanc-id>)

gacou54 commented 1 year ago

Fixed in #29