diff --git a/Source Library/README.TXT b/Source Library/README.TXT index f04fc13c4..dd9f1d22f 100644 --- a/Source Library/README.TXT +++ b/Source Library/README.TXT @@ -34,7 +34,44 @@ to build the openMAXIMS project for Windows: 9. Modify the property workspace on line 4 of openmaxims_workspace\WebApp\WebAppBuild.xml to point to the openmaxims_workspace 10. Modify the setenv.bat file to match your environment (change disk and paths) 11. From a DOS window, go to the directory containing this file, run the 'setenv.bat' batch file followed by the 'build_openMAXIMS.bat' batch file +11a. Or go to the \openmaxims_workspace folder and run ant from a command prompt. 12. Once the build is successful, there is a newly created file called openMAXIMS.war located in .\openmaxims_workspace\WebApp folder openMAXIMS.war consitutes the entire openMAXIMS application, containing all run-time dependencies. This can be deployed as a web application in Apache Tomcat in the standard manner. + + + + +========================================================================================================= +cp -Rf ./Admin/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Alerts/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Assessment/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Billing/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./bin/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Clinical/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./ClinicalAdmin/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./COE/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Core/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Correspondence/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./DomainObjects/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./DTOClients/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./DTOScripts/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Emergency/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./HL7Engine/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./HL7Nas/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./ICP/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Nursing/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./OCRR/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./OCS_IF/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Oncology/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Pathways/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./RACPC/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./RefMan/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Rules/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Scheduling/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./SpinalInjuries/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./src/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./Therapies/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./ValueObjects/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ +cp -Rf ./WebApp/bin/* /home/sumeetc/whome/Downloads/apache-tomcat-6.0.36/apache-tomcat-6.0.36/webapps/openMAXIMS/WEB-INF/classes/ \ No newline at end of file diff --git a/Source Library/openmaxims_workspace/.classpath b/Source Library/openmaxims_workspace/.classpath new file mode 100644 index 000000000..cf05ffa5f --- /dev/null +++ b/Source Library/openmaxims_workspace/.classpath @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source Library/openmaxims_workspace/.project b/Source Library/openmaxims_workspace/.project new file mode 100644 index 000000000..59827ac70 --- /dev/null +++ b/Source Library/openmaxims_workspace/.project @@ -0,0 +1,23 @@ + + + openmaxims + + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.wst.common.project.facet.core.nature + + diff --git a/Source Library/openmaxims_workspace/.settings/org.eclipse.jdt.core.prefs b/Source Library/openmaxims_workspace/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..af0f20f97 --- /dev/null +++ b/Source Library/openmaxims_workspace/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/Source Library/openmaxims_workspace/DevBuildNumber b/Source Library/openmaxims_workspace/DevBuildNumber index e7040deda..825cfe022 100644 --- a/Source Library/openmaxims_workspace/DevBuildNumber +++ b/Source Library/openmaxims_workspace/DevBuildNumber @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Fri Jun 20 18:22:23 BST 2014 -build.number=6 +#Thu Nov 13 12:49:25 IST 2014 +build.number=9 diff --git a/Source Library/openmaxims_workspace/Rules/src/ims/rules/core/newPauseEventCheck.drl b/Source Library/openmaxims_workspace/Rules/src/ims/rules/core/newPauseEventCheck.drl index 4e94708eb..1af47a1ab 100644 --- a/Source Library/openmaxims_workspace/Rules/src/ims/rules/core/newPauseEventCheck.drl +++ b/Source Library/openmaxims_workspace/Rules/src/ims/rules/core/newPauseEventCheck.drl @@ -1,7 +1,7 @@ package ims.rules.userrules; -import ims.careuk.domain.objects.ReferralEROD; -import ims.careuk.vo.lookups.ERODType; +import ims.RefMan.domain.objects.ReferralEROD; +import ims.RefMan.vo.lookups.ERODType; import ims.rules.engine.RulesRuntimeEngine; import ims.domain.DomainFactory; import java.util.HashMap; @@ -13,7 +13,7 @@ global HashMap prevState; -function boolean newPauseEventCheck(ims.rules.engine.RulesRuntimeEngine engine, ims.domain.DomainFactory factory, java.util.HashMap prevState, ims.careuk.domain.objects.ReferralEROD entity) +function boolean newPauseEventCheck(ims.rules.engine.RulesRuntimeEngine engine, ims.domain.DomainFactory factory, java.util.HashMap prevState, ims.RefMan.domain.objects.ReferralEROD entity) { // Don't continue if this is not the pathwayEntity rule we are looking for @@ -26,9 +26,9 @@ function boolean newPauseEventCheck(ims.rules.engine.RulesRuntimeEngine engine, engine.setLastRuleName("newPauseEventCheck.drl"); // If this is a new ReferralEROD of type Elective, we want to create the event - if ((entity.getId() == null || prevState == null) && entity.getERODType() != null && entity.getERODType().getId() == ims.careuk.vo.lookups.ERODType.ELECTIVE.getId()) + if ((entity.getId() == null || prevState == null) && entity.getERODType() != null && entity.getERODType().getId() == ims.RefMan.vo.lookups.ERODType.ELECTIVE.getId()) { - engine.setLastRuleResult(ims.careuk.vo.lookups.ERODType.ELECTIVE.getId()); + engine.setLastRuleResult(ims.RefMan.vo.lookups.ERODType.ELECTIVE.getId()); return true; } @@ -40,7 +40,7 @@ rule "newPauseEventCheck" no-loop true salience 0 when - entity : ims.careuk.domain.objects.ReferralEROD(); + entity : ims.RefMan.domain.objects.ReferralEROD(); eval(newPauseEventCheck(engine, factory, prevState, entity)); then engine.createSystemLogEntry(ims.framework.enumerations.SystemLogLevel.INFORMATION, "Rule 'newPauseEventCheck' new Elective type created."); diff --git a/Source Library/openmaxims_workspace/WebApp/WEB-INF/classes/ImsAppBuild.properties b/Source Library/openmaxims_workspace/WebApp/WEB-INF/classes/ImsAppBuild.properties index e1ca88c59..69314b9b8 100644 --- a/Source Library/openmaxims_workspace/WebApp/WEB-INF/classes/ImsAppBuild.properties +++ b/Source Library/openmaxims_workspace/WebApp/WEB-INF/classes/ImsAppBuild.properties @@ -2,6 +2,6 @@ ims.build.item=MAXIMS ims.build.timestamp=20140417 12:53:00 ims.build.version=1.4.7.1 -ims.warfile.version=openMAXIMS_5 -ims.warfile.timestamp=20140620 18:22:23 +ims.warfile.version=openMAXIMS_8 +ims.warfile.timestamp=20141110 18:12:57 \ No newline at end of file diff --git a/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/SQLServerJdbc.jar b/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/SQLServerJdbc.jar index e768140f6..7706d3997 100644 Binary files a/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/SQLServerJdbc.jar and b/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/SQLServerJdbc.jar differ diff --git a/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/jta.jar b/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/jta.jar index e0822a966..fffb361cb 100644 Binary files a/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/jta.jar and b/Source Library/openmaxims_workspace/WebApp/WEB-INF/lib/jta.jar differ diff --git a/Source Library/openmaxims_workspace/WebApp/WEB-INF/server-config.wsdd b/Source Library/openmaxims_workspace/WebApp/WEB-INF/server-config.wsdd index 62dc93261..a119fc5ff 100644 --- a/Source Library/openmaxims_workspace/WebApp/WEB-INF/server-config.wsdd +++ b/Source Library/openmaxims_workspace/WebApp/WEB-INF/server-config.wsdd @@ -78,9 +78,9 @@ - + - + @@ -101,16 +101,16 @@ - - - - - + + + + + - - + + @@ -133,8 +133,8 @@ - - + + @@ -145,7 +145,7 @@ - + @@ -154,8 +154,8 @@ - - + + @@ -185,12 +185,12 @@ - + - + - + @@ -265,7 +265,7 @@ - + @@ -322,18 +322,18 @@ - - - - + + + + - + - - + + @@ -386,19 +386,19 @@ - - - + + + - + - - + + @@ -413,13 +413,13 @@ - + - + - + @@ -452,13 +452,13 @@ - - + + - - + + @@ -471,23 +471,23 @@ - - - - - + + + + + - + - - - - + + + + @@ -502,14 +502,14 @@ - - - - - - - - + + + + + + + + @@ -520,13 +520,13 @@ - - - - - - - + + + + + + + @@ -543,7 +543,7 @@ - + @@ -587,13 +587,13 @@ - - + + - - + + - + @@ -755,12 +755,12 @@ - - - - - - + + + + + + @@ -778,8 +778,8 @@ - - + + @@ -1022,7 +1022,7 @@ - + @@ -1328,7 +1328,7 @@ - + @@ -1652,11 +1652,11 @@ - - + + - + @@ -1665,19 +1665,19 @@ - - + + - - + + - + @@ -1708,24 +1708,24 @@ - + - + - - - + + + - - + + @@ -1736,18 +1736,18 @@ - + - - + + - + @@ -1773,7 +1773,7 @@ - + @@ -1787,7 +1787,7 @@ - + @@ -1799,16 +1799,16 @@ - + - - - - - + + + + + @@ -1825,7 +1825,7 @@ - + @@ -1853,31 +1853,31 @@ - - - - + + + + - - + + - - - + + + - + @@ -1926,7 +1926,7 @@ - + @@ -1935,13 +1935,13 @@ - + - - - + + + @@ -1953,19 +1953,19 @@ - - + + - - + + - - + + @@ -1978,15 +1978,15 @@ - - - - - - - - - + + + + + + + + + @@ -1997,17 +1997,17 @@ - + - - + + - - - - - + + + + + @@ -2024,17 +2024,17 @@ - - + + - - - - - - - - + + + + + + + + @@ -2050,16 +2050,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -2075,15 +2075,15 @@ - - - + + + - - - - - + + + + + @@ -2100,16 +2100,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -2125,11 +2125,11 @@ - - + + - + @@ -2398,11 +2398,11 @@ - - + + - + @@ -2438,9 +2438,9 @@ - - - + + + @@ -2453,15 +2453,15 @@ - - + + - + diff --git a/Source Library/openmaxims_workspace/WebApp/WebAppBuild.xml b/Source Library/openmaxims_workspace/WebApp/WebAppBuild.xml index 2370d8bb2..640ba7fbe 100644 --- a/Source Library/openmaxims_workspace/WebApp/WebAppBuild.xml +++ b/Source Library/openmaxims_workspace/WebApp/WebAppBuild.xml @@ -3,7 +3,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -116,7 +116,7 @@ - + @@ -129,7 +129,7 @@ - + @@ -142,7 +142,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -168,7 +168,7 @@ - + @@ -181,7 +181,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -207,7 +207,7 @@ - + @@ -220,7 +220,7 @@ - + @@ -233,7 +233,7 @@ - + @@ -246,7 +246,7 @@ - + @@ -259,20 +259,20 @@ - + - + - + - + @@ -286,7 +286,7 @@ ims.warfile.version=${project.name}_${build.number} ims.warfile.timestamp=${timestamp} - + @@ -340,7 +340,7 @@ ims.warfile.timestamp=${timestamp} - + diff --git a/Source Library/openmaxims_workspace/WebApp/src/console_hibernate.cfg.xml b/Source Library/openmaxims_workspace/WebApp/src/console_hibernate.cfg.xml index a1ad74be3..3085fd043 100644 --- a/Source Library/openmaxims_workspace/WebApp/src/console_hibernate.cfg.xml +++ b/Source Library/openmaxims_workspace/WebApp/src/console_hibernate.cfg.xml @@ -36,7 +36,7 @@ - + @@ -62,8 +62,8 @@ - - + + @@ -306,11 +306,11 @@ - + - + @@ -324,7 +324,7 @@ - + @@ -563,7 +563,7 @@ - + @@ -755,7 +755,7 @@ - + @@ -907,13 +907,13 @@ - - - - - - - + + + + + + + @@ -923,15 +923,15 @@ - - - - - - + + + + + + - - + + @@ -941,15 +941,15 @@ - - + + - + - + @@ -958,19 +958,19 @@ - + - - + + - - - - - + + + + + - + @@ -981,16 +981,16 @@ - - - - - - - + + + + + + + - - + + @@ -998,16 +998,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -1016,20 +1016,20 @@ - - - - - - - - + + + + + + + + - - + + @@ -1123,10 +1123,10 @@ - + - + diff --git a/Source Library/openmaxims_workspace/WebApp/src/hibernate.cfg.xml b/Source Library/openmaxims_workspace/WebApp/src/hibernate.cfg.xml index 72f5a043e..e19b3a1e4 100644 --- a/Source Library/openmaxims_workspace/WebApp/src/hibernate.cfg.xml +++ b/Source Library/openmaxims_workspace/WebApp/src/hibernate.cfg.xml @@ -29,7 +29,7 @@ - + @@ -55,8 +55,8 @@ - - + + @@ -299,11 +299,11 @@ - + - + @@ -317,7 +317,7 @@ - + @@ -556,7 +556,7 @@ - + @@ -748,7 +748,7 @@ - + @@ -900,13 +900,13 @@ - - - - - - - + + + + + + + @@ -916,15 +916,15 @@ - - - - - - + + + + + + - - + + @@ -934,15 +934,15 @@ - - + + - + - + @@ -951,19 +951,19 @@ - + - - + + - - - - - + + + + + - + @@ -974,16 +974,16 @@ - - - - - - - + + + + + + + - - + + @@ -991,16 +991,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -1009,20 +1009,20 @@ - - - - - - - - + + + + + + + + - - + + @@ -1116,10 +1116,10 @@ - + - + diff --git a/Source Library/openmaxims_workspace/WebApp/src/ims/webservice/MAXIMSWebService.java b/Source Library/openmaxims_workspace/WebApp/src/ims/webservice/MAXIMSWebService.java index 66b119f69..6359261ca 100644 --- a/Source Library/openmaxims_workspace/WebApp/src/ims/webservice/MAXIMSWebService.java +++ b/Source Library/openmaxims_workspace/WebApp/src/ims/webservice/MAXIMSWebService.java @@ -625,10 +625,10 @@ public ims.scheduling.vo.beans.Sch_BookingVoBean saveBooking( // throw new Exception("Errors found during value object (booking) validation - " + errors0); } - ims.careuk.vo.CatsReferralRefVo v_catsReferral=null; + ims.RefMan.vo.CatsReferralRefVo v_catsReferral=null; if (catsReferral != null) { - v_catsReferral = catsReferral == null ? null : new ims.careuk.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); + v_catsReferral = catsReferral == null ? null : new ims.RefMan.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); } Boolean v_isRebook=null; if (isRebook != null) @@ -636,7 +636,7 @@ public ims.scheduling.vo.beans.Sch_BookingVoBean saveBooking( v_isRebook = isRebook; } - ims.careuk.domain.BookAppointment intf = (ims.careuk.domain.BookAppointment)super.getDomainImpl("ims.careuk.domain.impl.BookAppointmentImpl"); + ims.RefMan.domain.BookAppointment intf = (ims.RefMan.domain.BookAppointment)super.getDomainImpl("ims.RefMan.domain.impl.BookAppointmentImpl"); ims.scheduling.vo.Sch_BookingVo ret = intf.saveBooking( v_booking @@ -658,10 +658,10 @@ public void processAppointmentForPukkaJ( { if (!loggedIn()) throw new Exception("Not logged in!!"); - ims.careuk.vo.CatsReferralRefVo v_catsReferral=null; + ims.RefMan.vo.CatsReferralRefVo v_catsReferral=null; if (catsReferral != null) { - v_catsReferral = catsReferral == null ? null : new ims.careuk.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); + v_catsReferral = catsReferral == null ? null : new ims.RefMan.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); } ims.scheduling.vo.Booking_AppointmentRefVo v_appt=null; if (appt != null) @@ -669,7 +669,7 @@ public void processAppointmentForPukkaJ( v_appt = appt == null ? null : new ims.scheduling.vo.Booking_AppointmentRefVo(appt.getId(), appt.getVersion()); } - ims.careuk.domain.BookAppointment intf = (ims.careuk.domain.BookAppointment)super.getDomainImpl("ims.careuk.domain.impl.BookAppointmentImpl"); + ims.RefMan.domain.BookAppointment intf = (ims.RefMan.domain.BookAppointment)super.getDomainImpl("ims.RefMan.domain.impl.BookAppointmentImpl"); intf.processAppointmentForPukkaJ( v_catsReferral @@ -688,10 +688,10 @@ public void cancelAppointmentForPukkaJ( { if (!loggedIn()) throw new Exception("Not logged in!!"); - ims.careuk.vo.CatsReferralRefVo v_catsReferral=null; + ims.RefMan.vo.CatsReferralRefVo v_catsReferral=null; if (catsReferral != null) { - v_catsReferral = catsReferral == null ? null : new ims.careuk.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); + v_catsReferral = catsReferral == null ? null : new ims.RefMan.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); } ims.scheduling.vo.Booking_AppointmentRefVo v_appt=null; if (appt != null) @@ -699,7 +699,7 @@ public void cancelAppointmentForPukkaJ( v_appt = appt == null ? null : new ims.scheduling.vo.Booking_AppointmentRefVo(appt.getId(), appt.getVersion()); } - ims.careuk.domain.BookAppointment intf = (ims.careuk.domain.BookAppointment)super.getDomainImpl("ims.careuk.domain.impl.BookAppointmentImpl"); + ims.RefMan.domain.BookAppointment intf = (ims.RefMan.domain.BookAppointment)super.getDomainImpl("ims.RefMan.domain.impl.BookAppointmentImpl"); intf.cancelAppointmentForPukkaJ( v_catsReferral @@ -858,10 +858,10 @@ public void updateCatsReferralAdditionalInvStatus( { if (!loggedIn()) throw new Exception("Not logged in!!"); - ims.careuk.vo.CatsReferralRefVo v_catsReferral=null; + ims.RefMan.vo.CatsReferralRefVo v_catsReferral=null; if (catsReferral != null) { - v_catsReferral = catsReferral == null ? null : new ims.careuk.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); + v_catsReferral = catsReferral == null ? null : new ims.RefMan.vo.CatsReferralRefVo(catsReferral.getId(), catsReferral.getVersion()); } ims.scheduling.domain.SessionAdmin intf = (ims.scheduling.domain.SessionAdmin)super.getDomainImpl("ims.scheduling.domain.impl.SessionAdminImpl"); diff --git a/Source Library/openmaxims_workspace/build.xml b/Source Library/openmaxims_workspace/build.xml new file mode 100644 index 000000000..7f80ba161 --- /dev/null +++ b/Source Library/openmaxims_workspace/build.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file