Closed gacou54 closed 9 months ago
Actually the get_main_information()
method retrieves the information of the resource (if stable, last update, labels, main dicom tags, etc.).
I think adding a <Resource>.main_dicom_tags
property might be best to retrieve only the main DICOM tags.
<Resource>.main_dicom_tags
method added in PyOrthanc 1.16.1
For each resource, the main tags are retrieved with the
.get_main_information()
method. However, the Orthanc nomenclature refers to the main DICOM tags as the "main dicom tags".I suggest adding an alias to the
get_main_information()
method namedget_main_tags()
orget_main_dicom_tags()
to be consistent with Orthanc nomenclature.