Create a DICOM node for an active unit
POST/v1/tenants/:tenantId/units/:unitId/dicom-nodes
Registers a DICOM destination owned by the unit. The AE title, host and port become the connection coordinates used by external integrations.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
DICOM node successfully created.
A path identifier or DICOM node field is invalid.
A valid bearer access token was not supplied.
The authenticated user cannot read or manage DICOM nodes for this unit.
The active unit or requested DICOM node could not be found.
An unexpected internal error occurred.