Closed gacou54 closed 1 year ago
The Patient, Study, Series and Instance def __repr__() method should probably only display the Orthanc ID.
def __repr__()
e.g. Patient(<orthanc-id>), Study(<orthanc-id>), Series(<orthanc-id>), Instance(<orthanc-id>)
Patient(<orthanc-id>), Study(<orthanc-id>), Series(<orthanc-id>), Instance(<orthanc-id>)
Fixed in #29
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>)