Initial Commit

This commit is contained in:
2016-07-27 00:32:34 -04:00
commit 8d162b2035
701 changed files with 188672 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
<appSettings>
<add key="Url" value=""/>
<add key="Port" value="1945" />
<add key="RegistrySubKey" value="Software\\MSLMobile" />
<add key="RegistryKeyValue" value="MSLMobile_Host_Guid" />
<add key="RegistryInternalIPKeyValue" value="MSLMobile_Internal_IP" />
<add key="RegistryExternalIPKeyValue" value="MSLMobile_External_IP" />
<add key="RegistryExternalPortKeyValue" value="MSLMobile_External_Port" />
<add key="mslMinPort" value="2000"/>
<add key="mslMaxPort" value="2100"/>
<add key="mappingDescription" value="MSL Mobile"/>
</appSettings>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Microsoft.Practices.Unity.Configuration"/>
</configSections>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
<alias alias="IAuthentication" type="Pluto.Api.IAuthentication, Pluto.PlutoServer" />
<namespace name="Pluto.Api.PracticeChoice" />
<assembly name="Pluto.PlutoServer.PracticeChoice" />
<container>
<register type="IAuthentication" mapTo="Pluto.Api.PracticeChoice.Authentication, Pluto.PlutoServer.PracticeChoice" />
</container>
</unity>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<appSettings configSource="RegistrationServer.config"></appSettings>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<appSettings configSource="RegistrationServer.config"></appSettings>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
<appSettings>
<add key="REGISTRATION_HOST_N_PORT_URL" value="http://ppsmobile.mckesson.com/mobile1/REGURL.htm" />
<add key="REGISTRATION_HOST_URL" value="ppsmobile.mckesson.com" />
<add key="REGISTRATION_CHANNEL_PORT" value="443" />
<add key="CHECK_VERSION_URL" value="http://ppsmobile.mckesson.com/mobile1/PUBLISH.htm" />
<add key="DOWNLOAD_SETUP_URL" value="http://ppsmobile.mckesson.com/mobile1/Setup.exe" />
<add key="DOWNLOAD_MINISETUP_URL" value="http://ppsmobile.mckesson.com/mobile1/SetupMini.exe" />
<add key="DETERMINE_EXTERNAL_IP_ADDRESS_URL" value="http://ppsmobile.mckesson.com/GetIP/default.aspx" />
</appSettings>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
<appSettings>
<add key="REGISTRATION_HOST_N_PORT_URL" value="http://ppsmobile.mckesson.com/mobile1/REGURL.htm" />
<add key="REGISTRATION_HOST_URL" value="ppsmobile.mckesson.com" />
<add key="REGISTRATION_CHANNEL_PORT" value="443" />
<add key="CHECK_VERSION_URL" value="http://ppsmobile.mckesson.com/mobile1/PUBLISH.htm" />
<add key="DOWNLOAD_SETUP_URL" value="http://ppsmobile.mckesson.com/mobile1/Setup.exe" />
<add key="DOWNLOAD_MINISETUP_URL" value="http://ppsmobile.mckesson.com/mobile1/SetupMini.exe" />
<add key="DETERMINE_EXTERNAL_IP_ADDRESS_URL" value="http://ppsmobile.mckesson.com/GetIP/default.aspx" />
</appSettings>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

View File

@@ -0,0 +1,9 @@
<appSettings>
<add key="Url" value="services.ndchealthvar.com"/>
<add key="Port" value="1949" />
<add key="SQLServer" value="MLMobile" />
<add key="SQLInstance" value="SQLEXPRESS" />
<add key="SQLDatabaseName" value="Mobile_Registration" />
<add key="SQLUsername" value="sa" />
<add key="SQLPassword" value="Clinical$1" />
</appSettings>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Microsoft.Practices.Unity.Configuration"/>
</configSections>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
<alias alias="IAuthentication" type="Pluto.Api.IAuthentication, Pluto.PlutoServer" />
<namespace name="Pluto.Api.PracticeChoice" />
<assembly name="Pluto.PlutoServer.PracticeChoice" />
<container>
<register type="IAuthentication" mapTo="Pluto.Api.PracticeChoice.Authentication, Pluto.PlutoServer.PracticeChoice" />
</container>
</unity>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
<appSettings>
<add key="Url" value=""/>
<add key="Port" value="1945" />
<add key="RegistrySubKey" value="Software\\MSLMobile" />
<add key="RegistryKeyValue" value="MSLMobile_Host_Guid" />
<add key="RegistryInternalIPKeyValue" value="MSLMobile_Internal_IP" />
<add key="RegistryExternalIPKeyValue" value="MSLMobile_External_IP" />
<add key="RegistryExternalPortKeyValue" value="MSLMobile_External_Port" />
<add key="mslMinPort" value="2000"/>
<add key="mslMaxPort" value="2100"/>
<add key="mappingDescription" value="MSL Mobile"/>
</appSettings>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Microsoft.Practices.Unity.Configuration"/>
</configSections>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
<alias alias="IAuthentication" type="Pluto.Api.IAuthentication, Pluto.PlutoServer" />
<namespace name="Pluto.Api.PracticeChoice" />
<assembly name="Pluto.PlutoServer.PracticeChoice" />
<container>
<register type="IAuthentication" mapTo="Pluto.Api.PracticeChoice.Authentication, Pluto.PlutoServer.PracticeChoice" />
</container>
</unity>
</configuration>

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Microsoft.Practices.Unity.Configuration"/>
</configSections>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
<alias alias="IAuthentication" type="Pluto.Api.IAuthentication, Pluto.PlutoServer" />
<namespace name="Pluto.Api.PracticeChoice" />
<assembly name="Pluto.PlutoServer.PracticeChoice" />
<container>
<register type="IAuthentication" mapTo="Pluto.Api.PracticeChoice.Authentication, Pluto.PlutoServer.PracticeChoice" />
</container>
</unity>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<appSettings configSource="RegistrationServer.config"></appSettings>
</configuration>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<appSettings configSource="RegistrationServer.config"></appSettings>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
</startup>
<appSettings configSource="MLServer.config">
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
</startup>
<appSettings configSource="MLServer.config">
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
</providers>
</roleManager>
</system.web>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

View File

@@ -0,0 +1,9 @@
<appSettings>
<add key="Url" value="services.ndchealthvar.com"/>
<add key="Port" value="1949" />
<add key="SQLServer" value="MLMobile" />
<add key="SQLInstance" value="SQLEXPRESS" />
<add key="SQLDatabaseName" value="Mobile_Registration" />
<add key="SQLUsername" value="sa" />
<add key="SQLPassword" value="Clinical$1" />
</appSettings>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
INFO - OnStartup()- BridgeService Install Started with PerformUpdate set to True.
INFO - OnExit()- BridgeService Install Exited.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Microsoft.Practices.Unity.Configuration"/>
</configSections>
<startup><supportedRuntime version="v2.0.50727"/></startup>
<unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
<alias alias="IAuthentication" type="Pluto.Api.IAuthentication, Pluto.PlutoServer" />
<namespace name="Pluto.Api.PracticeChoice" />
<assembly name="Pluto.PlutoServer.PracticeChoice" />
<container>
<register type="IAuthentication" mapTo="Pluto.Api.PracticeChoice.Authentication, Pluto.PlutoServer.PracticeChoice" />
</container>
</unity>
</configuration>

Binary file not shown.