0% found this document useful (0 votes)
70 views

Conf Dcm4chee

The document discusses various configuration options for DCM4CHEE including: automatically deleting images after a certain time period, accepting patients with the same ID number, enabling image compression storage, only accepting studies from configured AE titles, changing the AE title, enabling forwarding to another DCM server, and changing the Java memory settings.

Uploaded by

Fernando Saleh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

Conf Dcm4chee

The document discusses various configuration options for DCM4CHEE including: automatically deleting images after a certain time period, accepting patients with the same ID number, enabling image compression storage, only accepting studies from configured AE titles, changing the AE title, enabling forwarding to another DCM server, and changing the Java memory settings.

Uploaded by

Fernando Saleh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Personalizações DCM4CHEE

1- auto delete imagens


group=LOSSY_STORAGE,service=FileSystemMgt
group=NEARLINE_STORAGE,service=FileSystemMgt
group=ONLINE_STORAGE,service=FileSystemMgt

DeleterThresholds 7:1h;19:24h

DeleteStudyIfNotAccessedFor 90d

DeleteStudyOnlyIfNotAccessedFor 90d

DeleteStudyOnlyIfStorageNotCommited False

DeleteStudyOnlyIfExternalRetrievable False

DeleteStudyOnlyIfCopyOnMedia False

DeleteStudyOnlyIfCopyOnFileSystemOfFileSystemGroup NONE

DeleteStudyOnlyIfCopyArchived False

DeleteStudyOnlyIfCopyOnReadOnlyFileSystem False

ScheduleStudiesForDeletionOnSeriesStored True

ScheduleStudiesForDeletionInterval 5m

DeleteOrphanedPrivateFilesInterval 5m

service=DeleteStudy (se não fizer isso os exames ficam UNAVAILABLE)

DeleteSeriesBySeries True

DeleteStudyFromDB True

DeletePatientWithoutObjects True

2- aceitar mesmo PID (não mesclar pacientes mesmo PID)


service=StoreScp

PatientMatching pid,issuer?,familyname,givenname,middlename?,birthdate

PatientMatching pid,issuer?,birthdate (Segunda opção, pid e Nascimento obrigatórios)

3- ativar compressão imagens armazenadas


service=StoreScp

CompressionRules JLSL
obs: JLSL - JPEG-LS Lossless

service=CompressionService

MaxConcurrentCodec 100

MaxConcurrentCompression 100
MaxConcurrentDecompression 100

service=QueryRetrieveScp (precisa alterar para visualizar as imagens comprimidas, senão irá descomprimir)

DoNotDecompressTransferSyntaxes MPEG2, MPEG2HL, MPEG4, MPEG4BD, JPEGLSLossy, JPEG2000Lossy

4- somente receber exames de aetitle cadastrados


service=StoreScp

CallingAETitles CONFIGURED_AETS

5- somente deixar puxar exames de aetitle cadastrados


service=QueryRetrieveScp

CallingAETitles CONFIGURED_AETS

6- visualizador weasis
service=WebConfig

WebviewerNames ANY

WebviewerBaseUrls weasis:/weasis-pacs-connector/viewer-applet
obs: visualizador java dentro do browser

WebviewerBaseUrls weasis:/weasis-pacs-connector/viewer
obs: visualizador java

Outra opção que chama o java diretamente weasis:jnlp://${server.host}:8080/weasis-pacs-connector/viewer

7- Atualizar lista de modalidades


service=WebConfig

AutoUpdateModalities True

trustPatientIdWithoutIssuer True

8- aumentar memoria java


Ir na pasta /bin e editar o arquivo run.conf

JAVA_OPTS="-Xms256m -Xmx1024m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -


Dsun.rmi.dgc.server.gcInterval=3600000"

9- Trocar AETitle DCM4CHEE


service=AE

void updateAETitle()

Inserir o aetitle antigo e o novo aetitle (reiniciar a maquina)

10- Forward outro DCM (Precisa fazer item 9 antes)


service=Forward

ForwardingRules DCMEXTBKP

ForwardPriority HIGH

11 – Mudar porta do dicom


Service=dcmserverq

12- Habilitar bind de portas abaixo de 1024 (ex: 104)


setcap cap_net_bind_service=+eip /usr/java/jdk1.7.0_80/bin/java

vi /etc/ld.so.conf.d/libjli.conf (com valor: /usr/java/jdk1.7.0_80/lib/amd64/jli)

ldconfig -v

You might also like