﻿********************************************************
		What is SDK for DICOM ?
********************************************************


C-DAC's Medical Informatics SDK for DICOM is a set of object oriented APIs which can be used to make the Healthcare Applications compliant to DICOM 3.0-2015c specification. 

Note:This SDK is developed, build & tested on AdoptOpenJDK 1.8(202),
     Use this SDK for development purpose.


********************************************************
		DICOM SDK Prerequisite
********************************************************

1.JDK 1.8 or above to be installed on machine 

	Setting the environment variables for Java considering AdoptOpenJDK 1.8 is intalled.
	e.g :   Windows: Add System Environment Variable: JAVA_HOME - C:\Program Files\Java\jdk8u202-b08
		LINUX: modify '/etc/profile': JAVA_HOME - export JAVA_HOME=/usr/lib/jvm/jdk8u202-b08

	Append the path value for JAVA in the PATH environment variable.
	e.g :  Windows: C:\Program Files\Java\jdk8u202-b08\bin
	       LINUX: modify '/etc/profile': export PATH=/usr/lib/jvm/jdk8u202-b08/bin:$PATH


********************************************************
	SDK's Folder Structure.
********************************************************

Extracted zip contains following:
1. lib - Folder contains SDK lib\jars .
2. sampletestcodes - Folder contains sample codes demonstrating SDK's features.
3. utilities - Folder contains ready to run utility programmes(includes batch scripts for Windows user and shell scripts for LINUX\MAC user).
4. readme.txt - assist you how to set up SDK.
5. license.txt and NOTICE.txt.
6. SQLScripts - Folder contains SQL scripts needed .

********************************************************

Download third party component jars listed below and keep them in lib
	commons-codec-1.3.jar
	junit-4.1.jar
	servlet-api.jar
	jai_imageio.jar
	Mail.jar
	All jars of jersay-1.17 version


********************************************************

 In case of any queries / feedback please write to us at:  sdk-enq@cdac.in
        
