All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.li2b2-server.0.8.source-code.i2b2_config_admin.js Maven / Gradle / Ivy

Go to download

This project emulates the core components of an i2b2 server backend. Basic functionality of PM, CRC, ONT and WORK cells allows the official i2b2 webclient to connect ot this emulated server.

The newest version!
{
	//urlProxy: "index.php",
	urlFramework: "js-i2b2/",
	//-------------------------------------------------------------------------------------------
	// THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO
	lstDomains: [
		{ domain: "i2b2demo",
		  name: "li2b2 Demo Server",
		  urlCellPM: "/i2b2/services/PMService/",
		  allowAnalysis: true,
		  adminOnly: true,
		  //installer: "/webclient/plugin_installer/",
		  debug: true
		}
	]
	//-------------------------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy