dcm4che / dcm4chee-arc-light

DICOM Archive J2EE application
439 stars 242 forks source link

Restful services to update Access Control ID of one specified or multiple matching Series #4559

Closed gunterze closed 2 months ago

gunterze commented 2 months ago

Restful services to update Access Control ID of one specified or multiple matching Series:

Method URL Description
PUT /dcm4chee-arc/aets/{aet}/rs/studies/{study}/series/{series}/access/{accessControlID} Update Access Control ID of particular Series
POST /dcm4chee-arc/aets/{aet}/rs/series/access/{accessControlID} Update Access Control ID of matching Series

with accessControlID=null => series.access_control_id=*

Related #1858 #1876 #4532