Search This Blog

Showing posts with label xds. Show all posts
Showing posts with label xds. Show all posts

Wednesday, October 7, 2015

Run Open ATNA, XDS, PixPdq Steps

Open ATNA
*********


1. Goto cmd
cd D:\works\BlueCap\POC\openatna\trunk\openatna\all\build

2. java -jar openatna-1.2.1-SNAPSHOT.jar

3. open jboss dev stuido workspace  D:\jbdevstudio\workspace\Blue-Cap\openatna
    run junit


Open XDS
********


1. goto cmd D:\works\BlueCap\POC\openxds\tags\build

2. java -jar openxds-1.0.jar

3. open jboss dev stuido workspace  D:\jbdevstudio\workspace\Blue-Cap
 run ProvideAndRegisterDocumentSetTest.java 


SRC Folder : D:\works\BlueCap\POC\openxds\tags\openxds-1.0-20100309\openxds-core\src\test\java\org\openhealthtools\openxds\integrationtests\

4. use test.properties to change the patient id and check that in personidentifier table in protgres



Open Pixpdq
***********


1. goto Tomcat6.0 and run with openpixpdq.war

2. http://localhost:8080/openpixpdq/
   goto configuration module/menu
   load file : D:\works\BlueCap\POC\openpixpdq\trunk\OpenPIXPDQ\conf\tests\actors\IheActors.xml
3. go down in the same page, select all the check box and give one log file path & save it

4. Go to other screens and test it
    Create a patient and see it in postgres openempi database person_identifier


or
simple open jboss dev stuido workspace  D:\jbdevstudio\workspace\open-pixpdq

FOLLOW 1,2 steps to start 3600 port for pix manager to run directly from IDE

open TestPixFeed.java
    & run junit
FOLDER: D:\works\BlueCap\POC\openpixpdq\trunk\OpenPIXPDQ\src\test\org\openhealthexchange\openpixpdq\ihe\impl_v2\

NOTE: open openpixpdq context , not in trunk, other wise you cannot see junit in right click run as-> junit



if you want to run with dynamically 100 port, such as 8080 to 8180 ....
 x:\>   standalone.bat -Djboss.server.default.config=standalone-full.xml -Djboss.socket.binding.port-offset=100

Wednesday, September 11, 2013

Open XDS make WAR steps



Use Internet Explorer for better solution.

1)     Extract the openxds-web.war file and create a folder [if u want to change] like openxds-web.war

2)    Go to D:\jboss-4.2.3.GA\server\default\deploy\openxds-web.war\WEB-INF\classes folder.


3)   Change your [database] settings in omar.properties, openxds.properties, repository.jdbc.cfg.xml

4)    Find the openxds.properties under the classes folder. Make sure the ihe.actors.dir property uses /conf/axis2repository instead of ./conf/axis2repository . You need to modify the same for the other two properties (axis2 .repo.dir and xds.schema.dir) as well.


5)    Run the server->

Load your actor config files
Give the full path in the file text field instead of selecting browse button.

Ex: D:\jboss-4.2.3.GA\server\default\deploy\openxds-web.war\WEB-INF\classes\conf\actors\IheActors.xml
           
5.1 See below the page [scroll down].
Select all the check box and click start
Takes few min to start…

6)    Open application-context.xml change if u want
update
true

7)    http://localhost:8010/axis2/services/ after you can see the services

8)    Copy the *.jar ‘s file from your openxds-web\web-inf\lib folder to axis\lib [D:\jboss-4.2.3.GA\server\default\deploy\axis2.war\WEB-INF\lib].

Note: Go to the code download and make jar file for common-ws, common-util packages from eclipse and copied into lib folder.


9)   Copy your *.aar file from D:\jboss-4.2.3.GA\server\default\deploy\openxds-web.war\WEB-INF\classes\conf\axis2repository\services
to
D:\jboss-4.2.3.GA\server\default\deploy\axis2.war\WEB-INF\services

10)  



Open XDS - Compile Steps

1) Goto D:\trunk\openxds\openxds-web

type
 mvn install -DskipTests



2)type mvn package
    NOTE: if you found any artifacts missing, copy the command from the console and change the file path. check those jar is in D:\repo or in internet.

3) type the below lines one by one


    mvn install:install-file -DgroupId=org.openhealthexchange.openpixpdq -DartifactId=openpixpdq -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthexchange\openpixpdq\openpixpdq\1.0\openpixpdq-1.0.jar
    mvn install:install-file -DgroupId=com.misys.braid -DartifactId=braid-base -Dversion=1.2.2 -Dpackaging=jar -Dfile=D:\repo\com\misys\braid\braid-base\1.2.2\braid-base-1.2.2.jar
    mvn install:install-file -DgroupId=org.openhealthtools.openxds -DartifactId=openxds-core -Dversion=1.0.1 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openxds\openxds-core\1.0.1-SNAPSHOT\openxds-core-1.0.1-SNAPSHOT.jar
    mvn install:install-file -DgroupId=org.openhealthtools.openxds -DartifactId=iheos -Dversion=1.0.1 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openxds\iheos\1.0.1-SNAPSHOT\iheos-1.0.1-SNAPSHOT.jar
        mvn install:install-file -DgroupId=org.openhealthtools.openexchange -DartifactId=openexchange-audit -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openexchange\openexchange-audit\1.0-SNAPSHOT\openexchange-audit-1.0-SNAPSHOT.jar
    mvn install:install-file -DgroupId=org.openhealthtools.openexchange -DartifactId=openexchange-actorconfig -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openexchange\openexchange-actorconfig\1.0-SNAPSHOT\openexchange-actorconfig-1.0-SNAPSHOT.jar

mvn install:install-file -DgroupId=org.openhealthtools.openexchange -DartifactId=openexchange-config -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openexchange\openexchange-config\1.0-SNAPSHOT\openexchange-config-1.0-SNAPSHOT.jar

4) type mvn package


5) Copied the jars from D:\repo into c:\users\\.m2\repository [ if u needed ] or you can point as local repository



Hit Counter


View My Stats