Skip to content

Sample HL7 production built on InterSystems IRIS for Health Community Edition and Docker

Notifications You must be signed in to change notification settings

isc-acoppola/quickstarts-hl7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickstarts-hl7

A great stand-alone HL7 sample app built on InterSystems IRIS for Health and Docker

Repo includes:
Dockerfile, docker-compose.yml, and Installer.cls to create container with HL7QS.Production in INTEROP namespace
/src with soruce files for HL7QS Production
/shared directory which acts as a volume between local machine and instance

Requirements:
Docker command line

To Run on Windows:

	git clone https://github.com/intersystems/quickstarts-hl7  
	cd quickstarts-hl7  
	docker-compose up -d  
	cp shared\data\sample_data\ADT_A01.txt shared\data\registration\  
	start "http://localhost:52785/csp/sys/UtilHome.csp"  

To Run on Mac:

	git clone https://github.com/intersystems/quickstarts-hl7  
	cd quickstarts-hl7  
	docker-compose up -d  
	cp shared/data/sample_data/ADT_A01.txt shared/data/registration/  
	xdg-open http://localhost:52785/csp/sys/UtilHome.csp  

open bugs:
-remove user expire from final container
-create role/user that's not SuperUser

About

Sample HL7 production built on InterSystems IRIS for Health Community Edition and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ObjectScript 91.4%
  • Dockerfile 8.6%