AE Title(s) of the Archive - dcm4che/dcm4chee-arc-light GitHub Wiki
Archive consists of following AE Titles by default :
| Archive Version | Archive AE titles |
|---|---|
| version 5.13.2 and lower | DCM4CHEE DCM4CHEE_ADMIN DCM4CHEE_TRASH |
| version 5.13.3 and higher | AS_RECEIVED DCM4CHEE IOCM_REGULAR_USE IOCM_EXPIRED IOCM_QUALITY IOCM_PAT_SAFETY IOCM_WRONG_MWL |
| version 5.29.1 and higher | AS_RECEIVED DCM4CHEE IOCM_REGULAR_USE IOCM_EXPIRED IOCM_QUALITY IOCM_PAT_SAFETY IOCM_WRONG_MWL WORKLIST |
Above AEs may be
- cloned : easy to create new AEs with required default settings, porting over configurations of an existing AE
- updated : rename existing AEs if for eg. DCM4CHEE by default is not to be used OR change any existing settings of AE
Alternatively, completely new AEs may be
- added : create new AE and add only minimalistic configuration changes to it, depending upon application requirements
- Go to
Menu -> Configurationpage,Devicestab, useEdit deviceofdcm4chee-arcdevice. - Go to
Child Objects -> Network AEsto view the list of available application entities of archive - Once the desired AE to be cloned is known, select
Clone this Network AEs part - Rename the
AE TitleandSave
- Go to
Menu -> Configurationpage,Devicestab, useEdit deviceofdcm4chee-arcdevice. - Go to
Child Objects -> Network AEsto view the list of available application entities of archive - Once the desired existing AE to be updated is known, select it and expand
Attributes - Rename the
AE TitleandSave. - Optionally, any other configuration settings may be changed to suit application needs
Either
- Go to
Menu -> Configurationpage,Devicestab, useEdit deviceofdcm4chee-arcdevice. - Go to
Child Objects -> Network AEsand select+ (Add new Network AEs) - Provide
AE Titleand select aNetwork Connection ReferenceandSave - In
Child Objects, addTransfer Capabilitiesas required by application needs - In
Extensions, addNetwork AE ExtensionandSave - Further, in
Extensionsof theNetwork AE Extension, select+ (DICOM Archive Network AE related information) - If this AE shall be used for storage, select
Object Storage IDand/orMetadata Storage IDas required - Select a
Query Retrieve View IDof an appropriate Query Retrieve View andSave.
Or
- Go to
Menu -> Configurationpage,AE Listtab andRegister new application entityby selecting+ New AET. - On subsequent
Register new application entitypopup, usingSelect existing device, select archive device eg.dcm4chee-arc - Adding a new network connection and using it in the new AE does not work currently due to an existing issue
- However, choose to select
dicomfrom list of existing connections list for the newNetwork AEandApplythe changes. - To use the new created network AE as an archive AE, additional steps are required
- Go to
Menu -> Configurationpage,Devicestab, useEdit deviceofdcm4chee-arcdevice. - Go to
Child Objects -> Network AEsand select the new created AE. - In
Child Objects, addTransfer Capabilitiesas required by application needs - Next, go to
Extensions -> Network AE Extensionand addArchive Network AEby selecting+ (DICOM Archive Network AE related information). - If this AE shall be used for storage, select
Object Storage IDand/orMetadata Storage IDas required - Select a
Query Retrieve View IDof an appropriate Query Retrieve View andSave.
If the changed / cloned / new Application Entity shall be used also for accessing RESTful services, configure / clone new
Web Application using existing pre-configured web applications and associate this new Application Entity Title in
the Web Service Path and AE Title fields of the newly configured / cloned Web Application.