top of page

NICHE' Restaurant & Event Space

Public·20 members

Get Conquest DICOM Server for Free - Supports JPEG, JPEG2000, and RLE Compression


Download Conquest DICOM Server Free: A Comprehensive Guide




If you are looking for a free, versatile, and powerful DICOM server software, you might want to consider Conquest DICOM Server. Conquest DICOM Server is a freeware application that offers a complete solution for storing, querying, retrieving, viewing, editing, printing, and converting DICOM images. In this article, we will explain what Conquest DICOM Server is, what features and benefits it offers, how to download and install it, how to use it, and how to perform some common tasks with it.


What is Conquest DICOM Server?




Conquest DICOM Server is a freeware application that was developed by Marcel van Herk and Lambert Zijp at the Netherlands Cancer Institute, based on and extending the public domain UCDMC DICOM code developed by Mark Oskin at the University of California at Davis. It is now maintained by Marcel van Herk at the University of Manchester. Conquest DICOM Server is not a medical device and should not be used for any human diagnostic or treatment process. It can be used for research, education, demonstration, or veterinary purposes.




download conquest dicom server free


Download File: https://tinurli.com/2vC1GC



Features and benefits of Conquest DICOM Server




Conquest DICOM Server has many features and benefits that make it a useful tool for anyone who works with DICOM images. Some of them are:


  • It supports a wide range of databases with or without ODBC, including DbaseIII, MySQL, Postgres, and SQLite.



  • It supports fast and transparent compression of image data on disk with NKI private, JPEG, or JPEG2000 compression.



  • It has a database browser and slice viewer integrated in the PACS system with options for viewing DICOM header, creating BMP files, sending selected images, printing, database fix tools such as changing patient IDs, deleting and anonymizing studies and series, and splitting and merging series.



  • It has a simple query/move user interface for diagnostic purposes, to improve your knowledge of DICOM, and to grab missing data from another server.



  • It has a simple DICOM Modality Worklist implementation with HL7 import with configurable translation.



  • It has a CGI web interface with several possible viewers (also on the Linux version which does not have a GUI).



  • It can act as an advanced (Lua) scriptable DICOM image forwarder, processor, and/or DICOM image cache.



  • It connects to Lua IDE for all sorts of DICOM manipulation.



How to download and install Conquest DICOM Server




To download Conquest DICOM Server for free, you can visit the official website or the XS4ALL website. You can choose between the Windows or Linux version. The Windows version comes with an installer that will guide you through the installation process. The Linux version comes with a zip file that contains the executable files and configuration files. You will need to unzip the file and copy the files to your desired location. You will also need to install some dependencies such as MySQL or SQLite libraries.


How to use Conquest DICOM Server




How to configure Conquest DICOM Server




To configure Conquest DICOM Server, you will need to edit the dicom.ini file that is located in the same folder as the executable files. The dicom.ini file contains various settings that control the behavior of the server, such as database type, network port, AE title, compression mode, scripting options, and more. You can find a detailed explanation of each setting in the dicom.ini file itself or in the documentation. You can also use the GUI interface to edit some of the settings. To launch the GUI interface, you can double-click on the dgate.exe file or run it from the command line with the -v option.


Database settings




The database settings control how Conquest DICOM Server stores and retrieves the DICOM images and metadata. You can choose between different database types, such as DbaseIII, MySQL, Postgres, or SQLite. You can also specify the database name, location, username, password, and other parameters. For example, if you want to use MySQL as your database type, you can set the following settings in the dicom.ini file:


[MyACRNema] ... DoubleBackSlashToDB=0 UseEscapeStringConstants=0 SQLServerType = MYSQL SQLHost = localhost SQLUser = root SQLPassword = password SQLDatabase = conquest ...


You will also need to create the database and tables using the provided scripts in the dbase folder. For example, to create the MySQL database and tables, you can run the following commands:


mysql -u root -p create database conquest; use conquest; source dbase\mysql.sql;


Network settings




The network settings control how Conquest DICOM Server communicates with other DICOM devices over the network. You can specify the port number, AE title, timeout value, and other parameters. For example, if you want to use port 5678 and AE title CONQUESTSRV1 as your server identity, you can set the following settings in the dicom.ini file:


[MyACRNema] ... TCPPort = 5678 MyACRNema = CONQUESTSRV1 ...


You can also define other DICOM devices that you want to connect to by adding their AE titles and IP addresses in the dicom.ini file. For example, if you want to connect to a device with AE title MODALITY1 and IP address 192.168.1.100, you can add the following line in the dicom.ini file:


[MyACRNema] ... MODALITY1 = 192.168.1.100 ...


Scripting settings




The scripting settings control how Conquest DICOM Server executes custom scripts for various purposes, such as image processing, forwarding, caching, logging, and more. You can specify the scripting language (Lua or Pascal), the script file name, and other parameters. For example, if you want to use Lua as your scripting language and run a script called forward.lua that forwards all incoming images to another device with AE title REMOTE1, you can set the following settings in the dicom.ini file:


How to install conquest dicom server on windows


Conquest dicom server tutorial and documentation


Conquest dicom server features and benefits


Conquest dicom server web interface and viewers


Conquest dicom server image compression and decompression


Conquest dicom server modality worklist and hl7 import


Conquest dicom server source code and github repository


Conquest dicom server lua scripting and automation


Conquest dicom server database configuration and management


Conquest dicom server printing and image editing


Conquest dicom server query and retrieve functions


Conquest dicom server image format conversion and export


Conquest dicom server support and forum


Conquest dicom server license and disclaimer


Conquest dicom server comparison and review


Conquest dicom server troubleshooting and error fixing


Conquest dicom server performance and speed test


Conquest dicom server security and encryption


Conquest dicom server customization and integration


Conquest dicom server backup and restore


Conquest dicom server linux version and installation guide


Conquest dicom server for veterinary images and research


Conquest dicom server for teaching and training purposes


Conquest dicom server for demonstration and presentation


Conquest dicom server for clinical and diagnostic use cases


Conquest dicom server for image archiving and storage


Conquest dicom server for image processing and filtering


Conquest dicom server for image forwarding and caching


Conquest dicom server for image anonymization and deletion


Conquest dicom server for image splitting and merging


Conquest dicom server for image browsing and viewing


Conquest dicom server for image slide making and printing


Conquest dicom server for image selection and sending


Conquest dicom server for image header viewing and editing


Conquest dicom server for image quality improvement and enhancement


Conquest dicom server for image analysis and measurement


Conquest dicom server for image annotation and markup


Conquest dicom server for image sharing and collaboration


Conquest dicom server for image access control and authorization


Conquest dicom server for image metadata extraction and indexing


[MyACRNema] ... ScriptMode = LUA ScriptFile = forward.lua ...


The forward.lua script could look something like this:


function OnStoredImage(instance) -- get the image data from the instance object local image = instance:GetImage() -- forward the image to REMOTE1 using move command servercommand('move:' .. image.SOPInstanceUID .. ',REMOTE1') end How to access Conquest DICOM Server




Conquest DICOM Server provides three ways to access its functionality: web interface, GUI interface, and command line interface. You can use any of these methods depending on your preference and needs.


Web interface




The web interface allows you to access Conquest DICOM Server from any web browser. You can use the web interface to query, retrieve, view, and download DICOM images, as well as perform some administrative tasks such as changing settings, viewing logs, and managing users. To access the web interface, you need to enter the following URL in your web browser:



You will be prompted to enter a username and password. The default username is admin and the default password is admin. You can change these credentials in the dicom.ini file under the [WebServer] section. Once you log in, you will see a menu with various options such as Query, Retrieve, Viewers, Settings, Log, and Users. You can click on any of these options to p


About

Welcome to my project group. Niche' is a New Orleans Cuisin...
Group Page: Groups_SingleGroup
bottom of page