v1
latestOpenAPI 3.0.02026-07-142740323.4 KBNetworking
Get modality configuration
Get detailed information about the configuration of some DICOM modality
get/modalities/{id}/configuration
Path parameters
idstring required
Identifier of the modality of interest
Response
{"stackTrail":"paths:/modalities/{id}/configuration:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"Configuration of the modality","example":{"AET":"ORTHANCTEST","AllowEcho":true,"AllowEventReport":true,"AllowFind":true,"AllowFindWorklist":true,"AllowGet":true,"AllowMove":true,"AllowNAction":true,"AllowStore":true,"AllowTranscoding":true,"Host":"127.0.1.1","Manufacturer":"Generic","Port":5001}}
Example response
{
"AET": "ORTHANCTEST",
"AllowEcho": true,
"AllowEventReport": true,
"AllowFind": true,
"AllowFindWorklist": true,
"AllowGet": true,
"AllowMove": true,
"AllowNAction": true,
"AllowStore": true,
"AllowTranscoding": true,
"Host": "127.0.1.1",
"Manufacturer": "Generic",
"Port": 5001
}