diff --git a/ConfigTool/Properties/AssemblyInfo.cs b/ConfigTool/Properties/AssemblyInfo.cs index 7bf685e6..5670390c 100644 --- a/ConfigTool/Properties/AssemblyInfo.cs +++ b/ConfigTool/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.9.0.*")] -[assembly: AssemblyInformationalVersion("Dalhouse")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("0.8.0.0")] diff --git a/DatasetTool/Admin.cs b/DatasetTool/Admin.cs index 76d16f75..df06dd69 100644 --- a/DatasetTool/Admin.cs +++ b/DatasetTool/Admin.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-23 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services.Security; using MohawkCollege.Util.Console.Parameters; using OpenIZ.Core.Security; diff --git a/DatasetTool/App.config b/DatasetTool/App.config index cbd645d5..8f6472da 100644 --- a/DatasetTool/App.config +++ b/DatasetTool/App.config @@ -1,21 +1,20 @@ - @@ -117,11 +116,11 @@ - - - - - + + + + + diff --git a/DatasetTool/CommandAttribute.cs b/DatasetTool/CommandAttribute.cs index c2e68444..85c4e95a 100644 --- a/DatasetTool/CommandAttribute.cs +++ b/DatasetTool/CommandAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-23 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/DatasetTool/Csd.cs b/DatasetTool/Csd.cs index c3e5b635..7f75350a 100644 --- a/DatasetTool/Csd.cs +++ b/DatasetTool/Csd.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-4-7 + * User: justi + * Date: 2017-4-8 */ //------------------------------------------------------------------------------ diff --git a/DatasetTool/CsdImport.Organization.cs b/DatasetTool/CsdImport.Organization.cs index 70e34ece..4b8e1bc5 100644 --- a/DatasetTool/CsdImport.Organization.cs +++ b/DatasetTool/CsdImport.Organization.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-6 + */ +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/DatasetTool/CsdImport.Place.cs b/DatasetTool/CsdImport.Place.cs index f6f5d3da..a03f462e 100644 --- a/DatasetTool/CsdImport.Place.cs +++ b/DatasetTool/CsdImport.Place.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-7-5 + * User: justi + * Date: 2017-7-6 */ using System; using System.Collections.Generic; diff --git a/DatasetTool/CsdImport.PlaceService.cs b/DatasetTool/CsdImport.PlaceService.cs index 1e8a452b..cf759de1 100644 --- a/DatasetTool/CsdImport.PlaceService.cs +++ b/DatasetTool/CsdImport.PlaceService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-7-5 + * User: justi + * Date: 2017-7-6 */ using System; using System.Collections.Generic; diff --git a/DatasetTool/CsdImport.Provider.cs b/DatasetTool/CsdImport.Provider.cs index 46933e08..11b3ae62 100644 --- a/DatasetTool/CsdImport.Provider.cs +++ b/DatasetTool/CsdImport.Provider.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-7-5 + * User: justi + * Date: 2017-7-6 */ using System; using System.Collections.Generic; diff --git a/DatasetTool/CsdImport.cs b/DatasetTool/CsdImport.cs index ad61d5b2..5cdb3505 100644 --- a/DatasetTool/CsdImport.cs +++ b/DatasetTool/CsdImport.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-4-7 + * + * User: justi + * Date: 2017-4-8 */ - using MARC.HI.EHRS.SVC.Core; using MohawkCollege.Util.Console.Parameters; using OpenIZ.Core; diff --git a/DatasetTool/Debugger/BreDebugger.cs b/DatasetTool/Debugger/BreDebugger.cs index ca23fadd..d398d480 100644 --- a/DatasetTool/Debugger/BreDebugger.cs +++ b/DatasetTool/Debugger/BreDebugger.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-10 + */ +using MARC.HI.EHRS.SVC.Core; using OpenIZ.BusinessRules.JavaScript; using OpenIZ.Core; using System; diff --git a/DatasetTool/Debugger/Debug.cs b/DatasetTool/Debugger/Debug.cs index 582bc18c..78690e4f 100644 --- a/DatasetTool/Debugger/Debug.cs +++ b/DatasetTool/Debugger/Debug.cs @@ -1,4 +1,23 @@ -using MohawkCollege.Util.Console.Parameters; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-10 + */ +using MohawkCollege.Util.Console.Parameters; using OpenIZ.BusinessRules.JavaScript; using System; using System.Collections.Generic; diff --git a/DatasetTool/Debugger/DebuggerBase.cs b/DatasetTool/Debugger/DebuggerBase.cs index 18167be5..212b1ff9 100644 --- a/DatasetTool/Debugger/DebuggerBase.cs +++ b/DatasetTool/Debugger/DebuggerBase.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-10 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/DatasetTool/Debugger/ProtoDebugger.cs b/DatasetTool/Debugger/ProtoDebugger.cs index 3671c6b2..71d67646 100644 --- a/DatasetTool/Debugger/ProtoDebugger.cs +++ b/DatasetTool/Debugger/ProtoDebugger.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-10 + */ +using MARC.HI.EHRS.SVC.Core; using OpenIZ.BusinessRules.JavaScript; using OpenIZ.Core; using System; diff --git a/DatasetTool/ExampleAttribute.cs b/DatasetTool/ExampleAttribute.cs index 67bceb1e..18233de3 100644 --- a/DatasetTool/ExampleAttribute.cs +++ b/DatasetTool/ExampleAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-14 + */ +using System; namespace OizDevTool { diff --git a/DatasetTool/FakeDataGenerator.cs b/DatasetTool/FakeDataGenerator.cs index e39872c0..11b16e75 100644 --- a/DatasetTool/FakeDataGenerator.cs +++ b/DatasetTool/FakeDataGenerator.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-4 */ - using MARC.Everest.Threading; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/DatasetTool/GiisImport.cs b/DatasetTool/GiisImport.cs index 13a787b7..235be8a3 100644 --- a/DatasetTool/GiisImport.cs +++ b/DatasetTool/GiisImport.cs @@ -1,4 +1,23 @@ -using GIIS.DataLayer; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-5 + */ +using GIIS.DataLayer; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using MohawkCollege.Util.Console.Parameters; diff --git a/DatasetTool/InteractiveAttribute.cs b/DatasetTool/InteractiveAttribute.cs index a34aae50..3f4e908b 100644 --- a/DatasetTool/InteractiveAttribute.cs +++ b/DatasetTool/InteractiveAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-23 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/DatasetTool/InteractiveBase.cs b/DatasetTool/InteractiveBase.cs index 1591d5bb..b1f3d960 100644 --- a/DatasetTool/InteractiveBase.cs +++ b/DatasetTool/InteractiveBase.cs @@ -1,4 +1,23 @@ -using OizDevTool.Debugger; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-23 + */ +using OizDevTool.Debugger; using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DatasetTool/JsProxy.cs b/DatasetTool/JsProxy.cs index ae82956e..59f27b80 100644 --- a/DatasetTool/JsProxy.cs +++ b/DatasetTool/JsProxy.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using Microsoft.CSharp; using MohawkCollege.Util.Console.Parameters; diff --git a/DatasetTool/JsonSerializerFactory.cs b/DatasetTool/JsonSerializerFactory.cs index 3171aed8..4384605c 100644 --- a/DatasetTool/JsonSerializerFactory.cs +++ b/DatasetTool/JsonSerializerFactory.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/DatasetTool/ParameterClassAttribute.cs b/DatasetTool/ParameterClassAttribute.cs index 3d35a6eb..24c13e2f 100644 --- a/DatasetTool/ParameterClassAttribute.cs +++ b/DatasetTool/ParameterClassAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-14 + */ +using System; namespace OizDevTool { diff --git a/DatasetTool/Properties/AssemblyInfo.cs b/DatasetTool/Properties/AssemblyInfo.cs index 6ce25a3e..07813935 100644 --- a/DatasetTool/Properties/AssemblyInfo.cs +++ b/DatasetTool/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/DatasetTool/Resources/CSD.xsd b/DatasetTool/Resources/CSD.xsd index c8c48a5f..bdb45a26 100644 --- a/DatasetTool/Resources/CSD.xsd +++ b/DatasetTool/Resources/CSD.xsd @@ -15,8 +15,8 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: khannan - - Date: 2017-4-7 + - User: justi + - Date: 2017-4-8 --> diff --git a/DatasetTool/Resources/CarePlanWarehouseSchema.xml b/DatasetTool/Resources/CarePlanWarehouseSchema.xml index 317d4259..96115dbe 100644 --- a/DatasetTool/Resources/CarePlanWarehouseSchema.xml +++ b/DatasetTool/Resources/CarePlanWarehouseSchema.xml @@ -1,7 +1,7 @@  diff --git a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/NarrativeBlock.xsd b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/NarrativeBlock.xsd index 386b001e..4634ad46 100644 --- a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/NarrativeBlock.xsd +++ b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/NarrativeBlock.xsd @@ -15,8 +15,8 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: Nityan - - Date: 2017-4-9 + - User: justi + - Date: 2017-4-10 --> diff --git a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes-base.xsd b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes-base.xsd index 65e9ba26..628e6fc1 100644 --- a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes-base.xsd +++ b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes-base.xsd @@ -15,8 +15,8 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: Nityan - - Date: 2017-4-9 + - User: justi + - Date: 2017-4-10 --> diff --git a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes.xsd b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes.xsd index 375ec3dc..00077399 100644 --- a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes.xsd +++ b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/datatypes.xsd @@ -15,8 +15,8 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: Nityan - - Date: 2017-4-9 + - User: justi + - Date: 2017-4-10 --> diff --git a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/infrastructureRoot.xsd b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/infrastructureRoot.xsd index 1b654762..c96d91ad 100644 --- a/DatasetTool/Resources/HL7V3/NE2008/coreschemas/infrastructureRoot.xsd +++ b/DatasetTool/Resources/HL7V3/NE2008/coreschemas/infrastructureRoot.xsd @@ -15,8 +15,8 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: Nityan - - Date: 2017-4-9 + - User: justi + - Date: 2017-4-10 --> diff --git a/DatasetTool/Resources/SVS.xsd b/DatasetTool/Resources/SVS.xsd index 9a0b5d39..55d23530 100644 --- a/DatasetTool/Resources/SVS.xsd +++ b/DatasetTool/Resources/SVS.xsd @@ -15,8 +15,8 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: Nityan - - Date: 2017-4-9 + - User: justi + - Date: 2017-4-10 --> - /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * @@ -17,7 +16,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ /** diff --git a/DatasetTool/SVS.cs b/DatasetTool/SVS.cs index ebe45de0..95d7b25e 100644 --- a/DatasetTool/SVS.cs +++ b/DatasetTool/SVS.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-9 + * User: justi + * Date: 2017-4-10 */ //------------------------------------------------------------------------------ diff --git a/DatasetTool/SeedData.xml b/DatasetTool/SeedData.xml index 75eeaa53..47ac0fdf 100644 --- a/DatasetTool/SeedData.xml +++ b/DatasetTool/SeedData.xml @@ -1,5 +1,4 @@  - diff --git a/DatasetTool/SvsImport.cs b/DatasetTool/SvsImport.cs index 76ddd6e8..1034e626 100644 --- a/DatasetTool/SvsImport.cs +++ b/DatasetTool/SvsImport.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-9 + * User: justi + * Date: 2017-4-10 */ using System; using System.Collections.Generic; diff --git a/DatasetTool/Warehouse.cs b/DatasetTool/Warehouse.cs index d515fc24..b616c2f0 100644 --- a/DatasetTool/Warehouse.cs +++ b/DatasetTool/Warehouse.cs @@ -1,4 +1,23 @@ -using MARC.Everest.Threading; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-26 + */ +using MARC.Everest.Threading; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using MohawkCollege.Util.Console.Parameters; diff --git a/LogViewer/App.config b/LogViewer/App.config index 881fb563..e3366162 100644 --- a/LogViewer/App.config +++ b/LogViewer/App.config @@ -1,7 +1,7 @@ diff --git a/OpenIZ.Core.Applets/Services/IAppletManagerService.cs b/OpenIZ.Core.Applets/Services/IAppletManagerService.cs index 3edf696c..dee72b72 100644 --- a/OpenIZ.Core.Applets/Services/IAppletManagerService.cs +++ b/OpenIZ.Core.Applets/Services/IAppletManagerService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Applets.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-14 + */ +using OpenIZ.Core.Applets.Model; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.Applets/ViewModel/Default.xml b/OpenIZ.Core.Applets/ViewModel/Default.xml index da41af78..7a3eb3b9 100644 --- a/OpenIZ.Core.Applets/ViewModel/Default.xml +++ b/OpenIZ.Core.Applets/ViewModel/Default.xml @@ -1,6 +1,6 @@  diff --git a/OpenIZ.Core.Applets/ViewModel/Description/ClassifierModelDescription.cs b/OpenIZ.Core.Applets/ViewModel/Description/ClassifierModelDescription.cs index 961711f5..10319722 100644 --- a/OpenIZ.Core.Applets/ViewModel/Description/ClassifierModelDescription.cs +++ b/OpenIZ.Core.Applets/ViewModel/Description/ClassifierModelDescription.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System.Xml.Serialization; diff --git a/OpenIZ.Core.Applets/ViewModel/Description/PropertyContainerDescription.cs b/OpenIZ.Core.Applets/ViewModel/Description/PropertyContainerDescription.cs index 7ef91f4e..e0f25466 100644 --- a/OpenIZ.Core.Applets/ViewModel/Description/PropertyContainerDescription.cs +++ b/OpenIZ.Core.Applets/ViewModel/Description/PropertyContainerDescription.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Applets/ViewModel/Description/PropertyModelDescription.cs b/OpenIZ.Core.Applets/ViewModel/Description/PropertyModelDescription.cs index bf7a9140..f0b616b2 100644 --- a/OpenIZ.Core.Applets/ViewModel/Description/PropertyModelDescription.cs +++ b/OpenIZ.Core.Applets/ViewModel/Description/PropertyModelDescription.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Applets/ViewModel/Description/SerializationBehaviorType.cs b/OpenIZ.Core.Applets/ViewModel/Description/SerializationBehaviorType.cs index 69e9cbbc..57fd8c0e 100644 --- a/OpenIZ.Core.Applets/ViewModel/Description/SerializationBehaviorType.cs +++ b/OpenIZ.Core.Applets/ViewModel/Description/SerializationBehaviorType.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Applets/ViewModel/Description/TypeModelDescription.cs b/OpenIZ.Core.Applets/ViewModel/Description/TypeModelDescription.cs index 0bb1abf8..57bd8297 100644 --- a/OpenIZ.Core.Applets/ViewModel/Description/TypeModelDescription.cs +++ b/OpenIZ.Core.Applets/ViewModel/Description/TypeModelDescription.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Applets/ViewModel/Description/ViewModelDescription.cs b/OpenIZ.Core.Applets/ViewModel/Description/ViewModelDescription.cs index a8e9e785..591545ae 100644 --- a/OpenIZ.Core.Applets/ViewModel/Description/ViewModelDescription.cs +++ b/OpenIZ.Core.Applets/ViewModel/Description/ViewModelDescription.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Model; using System; diff --git a/OpenIZ.Core.Applets/ViewModel/IViewModelClassifier.cs b/OpenIZ.Core.Applets/ViewModel/IViewModelClassifier.cs index a5118f26..0c48613c 100644 --- a/OpenIZ.Core.Applets/ViewModel/IViewModelClassifier.cs +++ b/OpenIZ.Core.Applets/ViewModel/IViewModelClassifier.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Model; using System; diff --git a/OpenIZ.Core.Applets/ViewModel/IViewModelSerializer.cs b/OpenIZ.Core.Applets/ViewModel/IViewModelSerializer.cs index 71f22ba8..fd215b16 100644 --- a/OpenIZ.Core.Applets/ViewModel/IViewModelSerializer.cs +++ b/OpenIZ.Core.Applets/ViewModel/IViewModelSerializer.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Applets.ViewModel.Description; using OpenIZ.Core.Model; diff --git a/OpenIZ.Core.Applets/ViewModel/IViewModelTypeFormatter.cs b/OpenIZ.Core.Applets/ViewModel/IViewModelTypeFormatter.cs index 395c7531..09c4c9a1 100644 --- a/OpenIZ.Core.Applets/ViewModel/IViewModelTypeFormatter.cs +++ b/OpenIZ.Core.Applets/ViewModel/IViewModelTypeFormatter.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Applets/ViewModel/Json/IJsonViewModelTypeFormatter.cs b/OpenIZ.Core.Applets/ViewModel/Json/IJsonViewModelTypeFormatter.cs index 6719696b..ce41916b 100644 --- a/OpenIZ.Core.Applets/ViewModel/Json/IJsonViewModelTypeFormatter.cs +++ b/OpenIZ.Core.Applets/ViewModel/Json/IJsonViewModelTypeFormatter.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using Newtonsoft.Json; using OpenIZ.Core.Model; diff --git a/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionClassifier.cs b/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionClassifier.cs index aa66fb73..28f0b0f5 100644 --- a/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionClassifier.cs +++ b/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionClassifier.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections; diff --git a/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionTypeFormatter.cs b/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionTypeFormatter.cs index 8a7981c4..a1de3e01 100644 --- a/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionTypeFormatter.cs +++ b/OpenIZ.Core.Applets/ViewModel/Json/JsonReflectionTypeFormatter.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Applets/ViewModel/Json/JsonSerializationContext.cs b/OpenIZ.Core.Applets/ViewModel/Json/JsonSerializationContext.cs index 6fc8be6b..f6519642 100644 --- a/OpenIZ.Core.Applets/ViewModel/Json/JsonSerializationContext.cs +++ b/OpenIZ.Core.Applets/ViewModel/Json/JsonSerializationContext.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Applets.ViewModel.Description; using OpenIZ.Core.Model; diff --git a/OpenIZ.Core.Applets/ViewModel/Json/JsonViewModelSerializer.cs b/OpenIZ.Core.Applets/ViewModel/Json/JsonViewModelSerializer.cs index bf942436..6425ce02 100644 --- a/OpenIZ.Core.Applets/ViewModel/Json/JsonViewModelSerializer.cs +++ b/OpenIZ.Core.Applets/ViewModel/Json/JsonViewModelSerializer.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Applets/ViewModel/Null/INullTypeFormatter.cs b/OpenIZ.Core.Applets/ViewModel/Null/INullTypeFormatter.cs index 18ddcbaa..7c742272 100644 --- a/OpenIZ.Core.Applets/ViewModel/Null/INullTypeFormatter.cs +++ b/OpenIZ.Core.Applets/ViewModel/Null/INullTypeFormatter.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-25 + */ +using OpenIZ.Core.Model; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.Applets/ViewModel/Null/NullReflectionTypeFormatter.cs b/OpenIZ.Core.Applets/ViewModel/Null/NullReflectionTypeFormatter.cs index 18badc2f..a207daf8 100644 --- a/OpenIZ.Core.Applets/ViewModel/Null/NullReflectionTypeFormatter.cs +++ b/OpenIZ.Core.Applets/ViewModel/Null/NullReflectionTypeFormatter.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-25 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core.Applets/ViewModel/Null/NullSerializationContext.cs b/OpenIZ.Core.Applets/ViewModel/Null/NullSerializationContext.cs index 5445ddfd..4bdd62a1 100644 --- a/OpenIZ.Core.Applets/ViewModel/Null/NullSerializationContext.cs +++ b/OpenIZ.Core.Applets/ViewModel/Null/NullSerializationContext.cs @@ -1,4 +1,23 @@ -namespace OpenIZ.Core.Applets.ViewModel.Null +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-25 + */ +namespace OpenIZ.Core.Applets.ViewModel.Null { /// /// Serialization context diff --git a/OpenIZ.Core.Applets/ViewModel/Null/NullViewModelSerializer.cs b/OpenIZ.Core.Applets/ViewModel/Null/NullViewModelSerializer.cs index 5474d67d..9351080f 100644 --- a/OpenIZ.Core.Applets/ViewModel/Null/NullViewModelSerializer.cs +++ b/OpenIZ.Core.Applets/ViewModel/Null/NullViewModelSerializer.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-25 + */ +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/OpenIZ.Core.Applets/ViewModel/SerializationContext.cs b/OpenIZ.Core.Applets/ViewModel/SerializationContext.cs index 68541375..d2ba4c2d 100644 --- a/OpenIZ.Core.Applets/ViewModel/SerializationContext.cs +++ b/OpenIZ.Core.Applets/ViewModel/SerializationContext.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Applets.ViewModel.Description; using OpenIZ.Core.Model; diff --git a/OpenIZ.Core.Model.AMI/Alerting/AlertMessageInfo.cs b/OpenIZ.Core.Model.AMI/Alerting/AlertMessageInfo.cs index 07997a2d..460657d7 100644 --- a/OpenIZ.Core.Model.AMI/Alerting/AlertMessageInfo.cs +++ b/OpenIZ.Core.Model.AMI/Alerting/AlertMessageInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-26 */ - using OpenIZ.Core.Alert.Alerting; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/AmiCollection.cs b/OpenIZ.Core.Model.AMI/AmiCollection.cs index b3f13018..c52ea5ed 100644 --- a/OpenIZ.Core.Model.AMI/AmiCollection.cs +++ b/OpenIZ.Core.Model.AMI/AmiCollection.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System.Collections.Generic; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Applet/AppletManifestInfo.cs b/OpenIZ.Core.Model.AMI/Applet/AppletManifestInfo.cs index 7b29a745..ec569329 100644 --- a/OpenIZ.Core.Model.AMI/Applet/AppletManifestInfo.cs +++ b/OpenIZ.Core.Model.AMI/Applet/AppletManifestInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-11 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Core.Applets.Model; using OpenIZ.Core.Model.AMI.Security; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Auth/SecurityApplicationInfo.cs b/OpenIZ.Core.Model.AMI/Auth/SecurityApplicationInfo.cs index 634d415f..f1c6ecfe 100644 --- a/OpenIZ.Core.Model.AMI/Auth/SecurityApplicationInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/SecurityApplicationInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-11 + * Date: 2016-11-30 */ - using OpenIZ.Core.Model.Security; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.AMI/Auth/SecurityDeviceInfo.cs b/OpenIZ.Core.Model.AMI/Auth/SecurityDeviceInfo.cs index 1eff745d..4d85abf8 100644 --- a/OpenIZ.Core.Model.AMI/Auth/SecurityDeviceInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/SecurityDeviceInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-10 + * Date: 2016-11-30 */ - using OpenIZ.Core.Model.Security; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.AMI/Auth/SecurityPolicyInfo.cs b/OpenIZ.Core.Model.AMI/Auth/SecurityPolicyInfo.cs index 282794eb..7174d398 100644 --- a/OpenIZ.Core.Model.AMI/Auth/SecurityPolicyInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/SecurityPolicyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Security; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Auth/SecurityRoleInfo.cs b/OpenIZ.Core.Model.AMI/Auth/SecurityRoleInfo.cs index 2ae323de..cb813fdd 100644 --- a/OpenIZ.Core.Model.AMI/Auth/SecurityRoleInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/SecurityRoleInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Security; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.AMI/Auth/SecurityUserInfo.cs b/OpenIZ.Core.Model.AMI/Auth/SecurityUserInfo.cs index 3dd5b3fa..b86345a5 100644 --- a/OpenIZ.Core.Model.AMI/Auth/SecurityUserInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/SecurityUserInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Security; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.AMI/Auth/TfaMechanismInfo.cs b/OpenIZ.Core.Model.AMI/Auth/TfaMechanismInfo.cs index 1f0ac265..4c9f8776 100644 --- a/OpenIZ.Core.Model.AMI/Auth/TfaMechanismInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/TfaMechanismInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Auth/TfaRequestInfo.cs b/OpenIZ.Core.Model.AMI/Auth/TfaRequestInfo.cs index bca0bb29..88133101 100644 --- a/OpenIZ.Core.Model.AMI/Auth/TfaRequestInfo.cs +++ b/OpenIZ.Core.Model.AMI/Auth/TfaRequestInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/BusinessRules/BusinessRuleInfo.cs b/OpenIZ.Core.Model.AMI/BusinessRules/BusinessRuleInfo.cs index 8eb3bbe5..8e23ad81 100644 --- a/OpenIZ.Core.Model.AMI/BusinessRules/BusinessRuleInfo.cs +++ b/OpenIZ.Core.Model.AMI/BusinessRules/BusinessRuleInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-10 + * Date: 2016-11-30 */ - using System.Xml.Serialization; namespace OpenIZ.Core.Model.AMI.BusinessRules diff --git a/OpenIZ.Core.Model.AMI/DataTypes/AssigningAuthorityInfo.cs b/OpenIZ.Core.Model.AMI/DataTypes/AssigningAuthorityInfo.cs index 697baf4c..421d6acd 100644 --- a/OpenIZ.Core.Model.AMI/DataTypes/AssigningAuthorityInfo.cs +++ b/OpenIZ.Core.Model.AMI/DataTypes/AssigningAuthorityInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-9-2 */ - using OpenIZ.Core.Model.DataTypes; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticApplicationInfo.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticApplicationInfo.cs index 582bd6b0..00ead601 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticApplicationInfo.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticApplicationInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using OpenIZ.Core.Applets.Model; using OpenIZ.Core.Diagnostics; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachmentInfo.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachmentInfo.cs index d7822093..bf0c356b 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachmentInfo.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachmentInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachments.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachments.cs index f4d5408c..0c24878c 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachments.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticAttachments.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticEnvironmentInfo.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticEnvironmentInfo.cs index 14341ea7..c7ee2d75 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticEnvironmentInfo.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticEnvironmentInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticReport.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticReport.cs index b422880c..490db7e7 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticReport.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticReport.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using OpenIZ.Core.Model.Entities; using System; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticSyncInfo.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticSyncInfo.cs index fa21a44b..075da105 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticSyncInfo.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticSyncInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticVersionInfo.cs b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticVersionInfo.cs index 62da4e46..0ca0fba8 100644 --- a/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticVersionInfo.cs +++ b/OpenIZ.Core.Model.AMI/Diagnostics/DiagnosticVersionInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using Newtonsoft.Json; using System; using System.Reflection; diff --git a/OpenIZ.Core.Model.AMI/Properties/AssemblyInfo.cs b/OpenIZ.Core.Model.AMI/Properties/AssemblyInfo.cs index 2e44237e..6fd1d297 100644 --- a/OpenIZ.Core.Model.AMI/Properties/AssemblyInfo.cs +++ b/OpenIZ.Core.Model.AMI/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System.Reflection; using System.Resources; @@ -29,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -43,6 +42,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Core.Model.AMI/Security/AuditInfo.cs b/OpenIZ.Core.Model.AMI/Security/AuditInfo.cs index 62ce8420..aca68e3b 100644 --- a/OpenIZ.Core.Model.AMI/Security/AuditInfo.cs +++ b/OpenIZ.Core.Model.AMI/Security/AuditInfo.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Auditing.Data; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-7 + */ +using MARC.HI.EHRS.SVC.Auditing.Data; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.Model.AMI/Security/RevokeReason.cs b/OpenIZ.Core.Model.AMI/Security/RevokeReason.cs index e25ef32c..c6928880 100644 --- a/OpenIZ.Core.Model.AMI/Security/RevokeReason.cs +++ b/OpenIZ.Core.Model.AMI/Security/RevokeReason.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System.Xml.Serialization; namespace OpenIZ.Core.Model.AMI.Security diff --git a/OpenIZ.Core.Model.AMI/Security/SubmissionInfo.cs b/OpenIZ.Core.Model.AMI/Security/SubmissionInfo.cs index 14449a47..b38d9c2b 100644 --- a/OpenIZ.Core.Model.AMI/Security/SubmissionInfo.cs +++ b/OpenIZ.Core.Model.AMI/Security/SubmissionInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Security/SubmissionRequest.cs b/OpenIZ.Core.Model.AMI/Security/SubmissionRequest.cs index 1822e8a9..49b79ba0 100644 --- a/OpenIZ.Core.Model.AMI/Security/SubmissionRequest.cs +++ b/OpenIZ.Core.Model.AMI/Security/SubmissionRequest.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.AMI/Security/SubmissionResult.cs b/OpenIZ.Core.Model.AMI/Security/SubmissionResult.cs index 4ae57f90..ce827540 100644 --- a/OpenIZ.Core.Model.AMI/Security/SubmissionResult.cs +++ b/OpenIZ.Core.Model.AMI/Security/SubmissionResult.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System.Xml.Serialization; namespace OpenIZ.Core.Model.AMI.Security diff --git a/OpenIZ.Core.Model.AMI/Security/SubmissionStatus.cs b/OpenIZ.Core.Model.AMI/Security/SubmissionStatus.cs index b3be676f..485b1295 100644 --- a/OpenIZ.Core.Model.AMI/Security/SubmissionStatus.cs +++ b/OpenIZ.Core.Model.AMI/Security/SubmissionStatus.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System.Xml.Serialization; namespace OpenIZ.Core.Model.AMI.Security diff --git a/OpenIZ.Core.Model.AMI/Security/X509Certificate2Info.cs b/OpenIZ.Core.Model.AMI/Security/X509Certificate2Info.cs index 6e3f0b0f..d392477c 100644 --- a/OpenIZ.Core.Model.AMI/Security/X509Certificate2Info.cs +++ b/OpenIZ.Core.Model.AMI/Security/X509Certificate2Info.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.Model.RISI/AutoCompleteSourceDefinition.cs b/OpenIZ.Core.Model.RISI/AutoCompleteSourceDefinition.cs index 99503ae3..fbc489b9 100644 --- a/OpenIZ.Core.Model.RISI/AutoCompleteSourceDefinition.cs +++ b/OpenIZ.Core.Model.RISI/AutoCompleteSourceDefinition.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-12-4 + * + * User: justi + * Date: 2017-1-16 */ - using Newtonsoft.Json; using OpenIZ.Core.Model.Entities; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.RISI/Constants/ParameterTypeKeys.cs b/OpenIZ.Core.Model.RISI/Constants/ParameterTypeKeys.cs index 48646288..1f0c1169 100644 --- a/OpenIZ.Core.Model.RISI/Constants/ParameterTypeKeys.cs +++ b/OpenIZ.Core.Model.RISI/Constants/ParameterTypeKeys.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-1-9 + * + * User: justi + * Date: 2017-1-16 */ - using System; namespace OpenIZ.Core.Model.RISI.Constants diff --git a/OpenIZ.Core.Model.RISI/Constants/ReportFormatKeys.cs b/OpenIZ.Core.Model.RISI/Constants/ReportFormatKeys.cs index 1edc7048..a94f4a13 100644 --- a/OpenIZ.Core.Model.RISI/Constants/ReportFormatKeys.cs +++ b/OpenIZ.Core.Model.RISI/Constants/ReportFormatKeys.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-1-13 + * + * User: justi + * Date: 2017-1-16 */ - using System; namespace OpenIZ.Core.Model.RISI.Constants diff --git a/OpenIZ.Core.Model.RISI/Interfaces/IParameterValueProvider.cs b/OpenIZ.Core.Model.RISI/Interfaces/IParameterValueProvider.cs index 4a20e7a8..bd09b621 100644 --- a/OpenIZ.Core.Model.RISI/Interfaces/IParameterValueProvider.cs +++ b/OpenIZ.Core.Model.RISI/Interfaces/IParameterValueProvider.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-16 */ - using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.RISI/ListAutoCompleteSourceDefinition.cs b/OpenIZ.Core.Model.RISI/ListAutoCompleteSourceDefinition.cs index b80d6948..1fd7eb19 100644 --- a/OpenIZ.Core.Model.RISI/ListAutoCompleteSourceDefinition.cs +++ b/OpenIZ.Core.Model.RISI/ListAutoCompleteSourceDefinition.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-6 */ - using Newtonsoft.Json; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.Model.RISI/ParameterType.cs b/OpenIZ.Core.Model.RISI/ParameterType.cs index f6de1f8f..0a13c82d 100644 --- a/OpenIZ.Core.Model.RISI/ParameterType.cs +++ b/OpenIZ.Core.Model.RISI/ParameterType.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-12-4 + * + * User: justi + * Date: 2017-1-12 */ - using Newtonsoft.Json; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.RISI/Properties/AssemblyInfo.cs b/OpenIZ.Core.Model.RISI/Properties/AssemblyInfo.cs index e017c9ce..9c0344d6 100644 --- a/OpenIZ.Core.Model.RISI/Properties/AssemblyInfo.cs +++ b/OpenIZ.Core.Model.RISI/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-12-4 + * + * User: justi + * Date: 2016-12-1 */ - using System.Reflection; using System.Resources; @@ -44,5 +43,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.4.*")] +[assembly: AssemblyVersion("0.9.6.*")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Core.Model.RISI/QueryAutoCompleteSourceDefinition.cs b/OpenIZ.Core.Model.RISI/QueryAutoCompleteSourceDefinition.cs index 89960d24..1d643627 100644 --- a/OpenIZ.Core.Model.RISI/QueryAutoCompleteSourceDefinition.cs +++ b/OpenIZ.Core.Model.RISI/QueryAutoCompleteSourceDefinition.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-6 */ - using Newtonsoft.Json; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.RISI/ReportBundle.cs b/OpenIZ.Core.Model.RISI/ReportBundle.cs index 65a4ead4..3db6c4b9 100644 --- a/OpenIZ.Core.Model.RISI/ReportBundle.cs +++ b/OpenIZ.Core.Model.RISI/ReportBundle.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-4-22 + * User: justi + * Date: 2017-4-23 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.RISI/ReportDefinition.cs b/OpenIZ.Core.Model.RISI/ReportDefinition.cs index feac6971..b960593c 100644 --- a/OpenIZ.Core.Model.RISI/ReportDefinition.cs +++ b/OpenIZ.Core.Model.RISI/ReportDefinition.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-12-4 + * + * User: justi + * Date: 2017-1-12 */ - using System; using OpenIZ.Core.Model.Security; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model.RISI/ReportFormat.cs b/OpenIZ.Core.Model.RISI/ReportFormat.cs index 27d8da3c..e3a37be9 100644 --- a/OpenIZ.Core.Model.RISI/ReportFormat.cs +++ b/OpenIZ.Core.Model.RISI/ReportFormat.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-13 + * + * User: justi + * Date: 2017-1-16 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.RISI/ReportParameter.cs b/OpenIZ.Core.Model.RISI/ReportParameter.cs index ad892959..fb770944 100644 --- a/OpenIZ.Core.Model.RISI/ReportParameter.cs +++ b/OpenIZ.Core.Model.RISI/ReportParameter.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-7 */ - using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Model.RISI/RisiCollection.cs b/OpenIZ.Core.Model.RISI/RisiCollection.cs index 65042d5e..fc6b689b 100644 --- a/OpenIZ.Core.Model.RISI/RisiCollection.cs +++ b/OpenIZ.Core.Model.RISI/RisiCollection.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-13 + * + * User: justi + * Date: 2017-1-14 */ - using Newtonsoft.Json; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.Model.ViewModelSerializers/OpenIZ.Core.Model.ViewModelSerializers.csproj b/OpenIZ.Core.Model.ViewModelSerializers/OpenIZ.Core.Model.ViewModelSerializers.csproj index ffb8526a..ab763f5b 100644 --- a/OpenIZ.Core.Model.ViewModelSerializers/OpenIZ.Core.Model.ViewModelSerializers.csproj +++ b/OpenIZ.Core.Model.ViewModelSerializers/OpenIZ.Core.Model.ViewModelSerializers.csproj @@ -58,6 +58,11 @@ ..\Solution Items\Newtonsoft.Json.dll + + + OpenIZ.licenseheader + + + diff --git a/OpenIZ.Core.Model/Schema/OpenIZModel.xsd b/OpenIZ.Core.Model/Schema/OpenIZModel.xsd index ac44d3df..a3c9f930 100644 --- a/OpenIZ.Core.Model/Schema/OpenIZModel.xsd +++ b/OpenIZ.Core.Model/Schema/OpenIZModel.xsd @@ -1,4 +1,23 @@ + diff --git a/OpenIZ.Core.Model/Security/SecurityApplication.cs b/OpenIZ.Core.Model/Security/SecurityApplication.cs index f07526d1..9c7938ad 100644 --- a/OpenIZ.Core.Model/Security/SecurityApplication.cs +++ b/OpenIZ.Core.Model/Security/SecurityApplication.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-20 */ using OpenIZ.Core.Model.Attributes; using System; diff --git a/OpenIZ.Core.Model/Security/SecurityDevice.cs b/OpenIZ.Core.Model/Security/SecurityDevice.cs index c34c7973..19770270 100644 --- a/OpenIZ.Core.Model/Security/SecurityDevice.cs +++ b/OpenIZ.Core.Model/Security/SecurityDevice.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-20 */ using OpenIZ.Core.Model.Attributes; using System; diff --git a/OpenIZ.Core.Model/Security/SecurityEntity.cs b/OpenIZ.Core.Model/Security/SecurityEntity.cs index 45e7d902..ccaec4d1 100644 --- a/OpenIZ.Core.Model/Security/SecurityEntity.cs +++ b/OpenIZ.Core.Model/Security/SecurityEntity.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-20 */ using OpenIZ.Core.Model.Attributes; using System; diff --git a/OpenIZ.Core.Model/Security/SecurityPolicy.cs b/OpenIZ.Core.Model/Security/SecurityPolicy.cs index 4e56c495..208b711e 100644 --- a/OpenIZ.Core.Model/Security/SecurityPolicy.cs +++ b/OpenIZ.Core.Model/Security/SecurityPolicy.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-20 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.Model/Security/SecurityRole.cs b/OpenIZ.Core.Model/Security/SecurityRole.cs index 888a433d..f487eb6d 100644 --- a/OpenIZ.Core.Model/Security/SecurityRole.cs +++ b/OpenIZ.Core.Model/Security/SecurityRole.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-20 */ using OpenIZ.Core.Model.Attributes; using System; diff --git a/OpenIZ.Core.Model/Security/SecurityUser.cs b/OpenIZ.Core.Model/Security/SecurityUser.cs index 872a8795..33c0ebbb 100644 --- a/OpenIZ.Core.Model/Security/SecurityUser.cs +++ b/OpenIZ.Core.Model/Security/SecurityUser.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-20 */ using OpenIZ.Core.Model.Attributes; using System; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/DataWarehouseObject.cs b/OpenIZ.Core.PCL/Data/Warehouse/DataWarehouseObject.cs index bb4e6e08..0bdaaf08 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/DataWarehouseObject.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/DataWarehouseObject.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-4-20 + * User: justi + * Date: 2017-4-22 */ using Newtonsoft.Json; using System; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/DatamartDefinition.cs b/OpenIZ.Core.PCL/Data/Warehouse/DatamartDefinition.cs index eaeeb9cf..69559300 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/DatamartDefinition.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/DatamartDefinition.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-1-12 + * User: justi + * Date: 2017-1-11 */ using Newtonsoft.Json; using System; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchema.cs b/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchema.cs index cbe71595..4d975a82 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchema.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchema.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-24 + * User: justi + * Date: 2017-1-11 */ using Newtonsoft.Json; using System; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchemaProperty.cs b/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchemaProperty.cs index 3ee99036..ec69bea1 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchemaProperty.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/DatamartSchemaProperty.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-4-20 + * User: justi + * Date: 2017-1-11 */ using Newtonsoft.Json; using System; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQuery.cs b/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQuery.cs index e69df06d..3c3bf67a 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQuery.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQuery.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-24 + * User: justi + * Date: 2017-1-11 */ using Newtonsoft.Json; using System; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQueryDefinition.cs b/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQueryDefinition.cs index c81051d0..1f1d9606 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQueryDefinition.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/DatamartStoredQueryDefinition.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-24 + * User: justi + * Date: 2017-3-23 */ using Newtonsoft.Json; using System.Xml.Serialization; diff --git a/OpenIZ.Core.PCL/Data/Warehouse/IDatamartSchemaPropertyContainer.cs b/OpenIZ.Core.PCL/Data/Warehouse/IDatamartSchemaPropertyContainer.cs index 76e8660d..3969c80f 100644 --- a/OpenIZ.Core.PCL/Data/Warehouse/IDatamartSchemaPropertyContainer.cs +++ b/OpenIZ.Core.PCL/Data/Warehouse/IDatamartSchemaPropertyContainer.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-1-12 + * User: justi + * Date: 2017-1-11 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Event/NotificationEventArgs.cs b/OpenIZ.Core.PCL/Event/NotificationEventArgs.cs index 52c9f678..a74cdb1e 100644 --- a/OpenIZ.Core.PCL/Event/NotificationEventArgs.cs +++ b/OpenIZ.Core.PCL/Event/NotificationEventArgs.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Model; using System; diff --git a/OpenIZ.Core.PCL/Exceptions/DataPersistenceException.cs b/OpenIZ.Core.PCL/Exceptions/DataPersistenceException.cs index fe4152c7..74909f7c 100644 --- a/OpenIZ.Core.PCL/Exceptions/DataPersistenceException.cs +++ b/OpenIZ.Core.PCL/Exceptions/DataPersistenceException.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core.PCL/Exceptions/DetectedIssueException.cs b/OpenIZ.Core.PCL/Exceptions/DetectedIssueException.cs index 2a5409e7..becce705 100644 --- a/OpenIZ.Core.PCL/Exceptions/DetectedIssueException.cs +++ b/OpenIZ.Core.PCL/Exceptions/DetectedIssueException.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-8 + * Date: 2016-11-30 */ using OpenIZ.Core.Services; using System; diff --git a/OpenIZ.Core.PCL/Exceptions/PatchException.cs b/OpenIZ.Core.PCL/Exceptions/PatchException.cs index 3dc4be63..2d815186 100644 --- a/OpenIZ.Core.PCL/Exceptions/PatchException.cs +++ b/OpenIZ.Core.PCL/Exceptions/PatchException.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Patch; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using OpenIZ.Core.Model.Patch; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.PCL/Http/BinaryBodySerializer.cs b/OpenIZ.Core.PCL/Http/BinaryBodySerializer.cs index a4f77b80..620e6f9e 100644 --- a/OpenIZ.Core.PCL/Http/BinaryBodySerializer.cs +++ b/OpenIZ.Core.PCL/Http/BinaryBodySerializer.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-15 + */ +using System; using System.IO; namespace OpenIZ.Core.Http diff --git a/OpenIZ.Core.PCL/Http/MultipartBinarySerializer.cs b/OpenIZ.Core.PCL/Http/MultipartBinarySerializer.cs index 1978a4e1..09457560 100644 --- a/OpenIZ.Core.PCL/Http/MultipartBinarySerializer.cs +++ b/OpenIZ.Core.PCL/Http/MultipartBinarySerializer.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections; diff --git a/OpenIZ.Core.PCL/Interfaces/IAuditEventSource.cs b/OpenIZ.Core.PCL/Interfaces/IAuditEventSource.cs index 1590e03f..774c474e 100644 --- a/OpenIZ.Core.PCL/Interfaces/IAuditEventSource.cs +++ b/OpenIZ.Core.PCL/Interfaces/IAuditEventSource.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-10 + */ +using System; using System.Collections.Generic; namespace OpenIZ.Core.Interfaces diff --git a/OpenIZ.Core.PCL/Interfaces/IPhoneticAlgorithmHandler.cs b/OpenIZ.Core.PCL/Interfaces/IPhoneticAlgorithmHandler.cs index 803e5db5..e36546a4 100644 --- a/OpenIZ.Core.PCL/Interfaces/IPhoneticAlgorithmHandler.cs +++ b/OpenIZ.Core.PCL/Interfaces/IPhoneticAlgorithmHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-8-2 + * Date: 2017-4-10 */ - using System; namespace OpenIZ.Core.Interfaces diff --git a/OpenIZ.Core.PCL/Interfaces/ISecurityAuditEventSource.cs b/OpenIZ.Core.PCL/Interfaces/ISecurityAuditEventSource.cs index 24cefb13..4b1e953a 100644 --- a/OpenIZ.Core.PCL/Interfaces/ISecurityAuditEventSource.cs +++ b/OpenIZ.Core.PCL/Interfaces/ISecurityAuditEventSource.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-10 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core.PCL/Interfaces/IServiceManager.cs b/OpenIZ.Core.PCL/Interfaces/IServiceManager.cs index 635a6870..dac3b573 100644 --- a/OpenIZ.Core.PCL/Interfaces/IServiceManager.cs +++ b/OpenIZ.Core.PCL/Interfaces/IServiceManager.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-8 + * Date: 2017-4-10 */ - using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Interop/ServiceEndpointOptions.cs b/OpenIZ.Core.PCL/Interop/ServiceEndpointOptions.cs index 24413aeb..9a621e84 100644 --- a/OpenIZ.Core.PCL/Interop/ServiceEndpointOptions.cs +++ b/OpenIZ.Core.PCL/Interop/ServiceEndpointOptions.cs @@ -1,4 +1,23 @@ -using Newtonsoft.Json; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-4 + */ +using Newtonsoft.Json; using System; using System.Xml.Serialization; diff --git a/OpenIZ.Core.PCL/Interop/ServiceOptions.cs b/OpenIZ.Core.PCL/Interop/ServiceOptions.cs index 21f86669..4198ec0a 100644 --- a/OpenIZ.Core.PCL/Interop/ServiceOptions.cs +++ b/OpenIZ.Core.PCL/Interop/ServiceOptions.cs @@ -1,4 +1,23 @@ -using Newtonsoft.Json; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using Newtonsoft.Json; using OpenIZ.Core.Model; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Interop/ServiceResourceOptions.cs b/OpenIZ.Core.PCL/Interop/ServiceResourceOptions.cs index 1c3d1fed..8ee21d90 100644 --- a/OpenIZ.Core.PCL/Interop/ServiceResourceOptions.cs +++ b/OpenIZ.Core.PCL/Interop/ServiceResourceOptions.cs @@ -1,4 +1,23 @@ -using Newtonsoft.Json; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using Newtonsoft.Json; using System.Collections.Generic; using System.Xml.Serialization; diff --git a/OpenIZ.Core.PCL/OpenIZHostType.cs b/OpenIZ.Core.PCL/OpenIZHostType.cs index d9d4dfec..e8e2182b 100644 --- a/OpenIZ.Core.PCL/OpenIZHostType.cs +++ b/OpenIZ.Core.PCL/OpenIZHostType.cs @@ -1,4 +1,23 @@ -namespace OpenIZ.Core +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-21 + */ +namespace OpenIZ.Core { /// /// OpenIZ Host Type diff --git a/OpenIZ.Core.PCL/Patch/SimplePatchService.cs b/OpenIZ.Core.PCL/Patch/SimplePatchService.cs index 36b17092..9fd16f36 100644 --- a/OpenIZ.Core.PCL/Patch/SimplePatchService.cs +++ b/OpenIZ.Core.PCL/Patch/SimplePatchService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using OpenIZ.Core.Services; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.PCL/Properties/AssemblyInfo.cs b/OpenIZ.Core.PCL/Properties/AssemblyInfo.cs index 445ddcc9..d26ceb3a 100644 --- a/OpenIZ.Core.PCL/Properties/AssemblyInfo.cs +++ b/OpenIZ.Core.PCL/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -42,6 +42,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Core.PCL/Protocol/ProtocolComparer.cs b/OpenIZ.Core.PCL/Protocol/ProtocolComparer.cs index 4c542c00..18daefcb 100644 --- a/OpenIZ.Core.PCL/Protocol/ProtocolComparer.cs +++ b/OpenIZ.Core.PCL/Protocol/ProtocolComparer.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-26 + */ +using System; using System.Collections.Generic; using OpenIZ.Core.Model.Acts; diff --git a/OpenIZ.Core.PCL/Schema/AdHocDataWarehouse.xsd b/OpenIZ.Core.PCL/Schema/AdHocDataWarehouse.xsd index 81c428b2..db60e1f3 100644 --- a/OpenIZ.Core.PCL/Schema/AdHocDataWarehouse.xsd +++ b/OpenIZ.Core.PCL/Schema/AdHocDataWarehouse.xsd @@ -1,4 +1,23 @@  + diff --git a/OpenIZ.Core.PCL/Services/IActExtensionRepositoryService.cs b/OpenIZ.Core.PCL/Services/IActExtensionRepositoryService.cs index d4de878d..b2b36b55 100644 --- a/OpenIZ.Core.PCL/Services/IActExtensionRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IActExtensionRepositoryService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-8 + * User: justi + * Date: 2017-4-10 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IActRepositoryService.cs b/OpenIZ.Core.PCL/Services/IActRepositoryService.cs index c94f0a2a..2a588534 100644 --- a/OpenIZ.Core.PCL/Services/IActRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IActRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-3 */ - using OpenIZ.Core.Model.Acts; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IAdHocDatawarehouseService.cs b/OpenIZ.Core.PCL/Services/IAdHocDatawarehouseService.cs index c50a33ed..e0bc9d62 100644 --- a/OpenIZ.Core.PCL/Services/IAdHocDatawarehouseService.cs +++ b/OpenIZ.Core.PCL/Services/IAdHocDatawarehouseService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Data.Warehouse; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-11 + */ +using OpenIZ.Core.Data.Warehouse; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IAssigningAuthorityRepositoryService.cs b/OpenIZ.Core.PCL/Services/IAssigningAuthorityRepositoryService.cs index ac52df71..fa9de6ad 100644 --- a/OpenIZ.Core.PCL/Services/IAssigningAuthorityRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IAssigningAuthorityRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-9-2 */ - using OpenIZ.Core.Model.DataTypes; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IAuditRepositoryService.cs b/OpenIZ.Core.PCL/Services/IAuditRepositoryService.cs index 15f541dd..c58c3873 100644 --- a/OpenIZ.Core.PCL/Services/IAuditRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IAuditRepositoryService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Auditing.Data; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-7 + */ +using MARC.HI.EHRS.SVC.Auditing.Data; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.PCL/Services/IBatchRepositoryService.cs b/OpenIZ.Core.PCL/Services/IBatchRepositoryService.cs index 786ac42d..c6a46722 100644 --- a/OpenIZ.Core.PCL/Services/IBatchRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IBatchRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-20 */ - using OpenIZ.Core.Model.Collection; namespace OpenIZ.Core.Services diff --git a/OpenIZ.Core.PCL/Services/IBusinessRulesService.cs b/OpenIZ.Core.PCL/Services/IBusinessRulesService.cs index f950e07b..518801fd 100644 --- a/OpenIZ.Core.PCL/Services/IBusinessRulesService.cs +++ b/OpenIZ.Core.PCL/Services/IBusinessRulesService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-15 */ - using Newtonsoft.Json; using OpenIZ.Core.Model; using System; diff --git a/OpenIZ.Core.PCL/Services/ICarePlanService.cs b/OpenIZ.Core.PCL/Services/ICarePlanService.cs index fbe547a7..8605831f 100644 --- a/OpenIZ.Core.PCL/Services/ICarePlanService.cs +++ b/OpenIZ.Core.PCL/Services/ICarePlanService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.Roles; using OpenIZ.Core.Protocol; diff --git a/OpenIZ.Core.PCL/Services/IClientRegistryNotificationService.cs b/OpenIZ.Core.PCL/Services/IClientRegistryNotificationService.cs index 309f1510..2c637002 100644 --- a/OpenIZ.Core.PCL/Services/IClientRegistryNotificationService.cs +++ b/OpenIZ.Core.PCL/Services/IClientRegistryNotificationService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using OpenIZ.Core.Event; using OpenIZ.Core.Model.Roles; diff --git a/OpenIZ.Core.PCL/Services/IClinicalProtocolRepositoryService.cs b/OpenIZ.Core.PCL/Services/IClinicalProtocolRepositoryService.cs index d6fbef83..a704673e 100644 --- a/OpenIZ.Core.PCL/Services/IClinicalProtocolRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IClinicalProtocolRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/OpenIZ.Core.PCL/Services/IConceptRepositoryService.cs b/OpenIZ.Core.PCL/Services/IConceptRepositoryService.cs index d03a1aff..3658368a 100644 --- a/OpenIZ.Core.PCL/Services/IConceptRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IConceptRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model; using OpenIZ.Core.Model.DataTypes; using System; diff --git a/OpenIZ.Core.PCL/Services/IDataCacheService.cs b/OpenIZ.Core.PCL/Services/IDataCacheService.cs index a50aa0f0..e3a5b2d0 100644 --- a/OpenIZ.Core.PCL/Services/IDataCacheService.cs +++ b/OpenIZ.Core.PCL/Services/IDataCacheService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model; using System; diff --git a/OpenIZ.Core.PCL/Services/IDataPersistenceService.cs b/OpenIZ.Core.PCL/Services/IDataPersistenceService.cs index 524dae97..7596696c 100644 --- a/OpenIZ.Core.PCL/Services/IDataPersistenceService.cs +++ b/OpenIZ.Core.PCL/Services/IDataPersistenceService.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections; using System.Linq.Expressions; diff --git a/OpenIZ.Core.PCL/Services/IEntityExtensionRepositoryService.cs b/OpenIZ.Core.PCL/Services/IEntityExtensionRepositoryService.cs index e41ddb90..82af91d9 100644 --- a/OpenIZ.Core.PCL/Services/IEntityExtensionRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IEntityExtensionRepositoryService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-8 + * User: justi + * Date: 2017-4-10 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IEntityRepositoryService.cs b/OpenIZ.Core.PCL/Services/IEntityRepositoryService.cs index 342d4055..6532348e 100644 --- a/OpenIZ.Core.PCL/Services/IEntityRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IEntityRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-9-2 */ - using OpenIZ.Core.Model.Entities; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IFastQueryRepositoryService.cs b/OpenIZ.Core.PCL/Services/IFastQueryRepositoryService.cs index a728c9e2..fabf987a 100644 --- a/OpenIZ.Core.PCL/Services/IFastQueryRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IFastQueryRepositoryService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-13 + */ +using OpenIZ.Core.Model; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.PCL/Services/IIdentifierTypeRepositoryService.cs b/OpenIZ.Core.PCL/Services/IIdentifierTypeRepositoryService.cs index c3596470..03165158 100644 --- a/OpenIZ.Core.PCL/Services/IIdentifierTypeRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IIdentifierTypeRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using OpenIZ.Core.Model.DataTypes; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IMaterialRepositoryService.cs b/OpenIZ.Core.PCL/Services/IMaterialRepositoryService.cs index 630bbf24..6b322069 100644 --- a/OpenIZ.Core.PCL/Services/IMaterialRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IMaterialRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Entities; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IMetadataRepositoryService.cs b/OpenIZ.Core.PCL/Services/IMetadataRepositoryService.cs index d43d1014..ea01421b 100644 --- a/OpenIZ.Core.PCL/Services/IMetadataRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IMetadataRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-15 */ - using OpenIZ.Core.Model.DataTypes; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IOrganizationRepositoryService.cs b/OpenIZ.Core.PCL/Services/IOrganizationRepositoryService.cs index 9bd7767f..f456c4c7 100644 --- a/OpenIZ.Core.PCL/Services/IOrganizationRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IOrganizationRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using OpenIZ.Core.Model.Entities; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IPasswordValidatorService.cs b/OpenIZ.Core.PCL/Services/IPasswordValidatorService.cs index 99ef1af2..3868ecd7 100644 --- a/OpenIZ.Core.PCL/Services/IPasswordValidatorService.cs +++ b/OpenIZ.Core.PCL/Services/IPasswordValidatorService.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-13 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core.PCL/Services/IPatchService.cs b/OpenIZ.Core.PCL/Services/IPatchService.cs index 0c22f618..d4c3c8bc 100644 --- a/OpenIZ.Core.PCL/Services/IPatchService.cs +++ b/OpenIZ.Core.PCL/Services/IPatchService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using OpenIZ.Core.Model; using OpenIZ.Core.Model.Patch; namespace OpenIZ.Core.Services diff --git a/OpenIZ.Core.PCL/Services/IPatientRepositoryService.cs b/OpenIZ.Core.PCL/Services/IPatientRepositoryService.cs index 5d3b481f..2083025b 100644 --- a/OpenIZ.Core.PCL/Services/IPatientRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IPatientRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Roles; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IPersistableQueryRepositoryService.cs b/OpenIZ.Core.PCL/Services/IPersistableQueryRepositoryService.cs index 7b1713d7..57b8537a 100644 --- a/OpenIZ.Core.PCL/Services/IPersistableQueryRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IPersistableQueryRepositoryService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-5 + */ +using OpenIZ.Core.Model; using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/OpenIZ.Core.PCL/Services/IPersonRepositoryService.cs b/OpenIZ.Core.PCL/Services/IPersonRepositoryService.cs index cabc7b05..c3df33b2 100644 --- a/OpenIZ.Core.PCL/Services/IPersonRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IPersonRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-3 + * + * User: justi + * Date: 2017-1-6 */ - using OpenIZ.Core.Model.Entities; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IPlaceRepositoryService.cs b/OpenIZ.Core.PCL/Services/IPlaceRepositoryService.cs index a8cb3e8d..d65f1754 100644 --- a/OpenIZ.Core.PCL/Services/IPlaceRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IPlaceRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Entities; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IProviderRepositoryService.cs b/OpenIZ.Core.PCL/Services/IProviderRepositoryService.cs index e14c4824..33ed3421 100644 --- a/OpenIZ.Core.PCL/Services/IProviderRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IProviderRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Roles; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/IQueryPersistenceService.cs b/OpenIZ.Core.PCL/Services/IQueryPersistenceService.cs index c6ab702a..8cbe0d13 100644 --- a/OpenIZ.Core.PCL/Services/IQueryPersistenceService.cs +++ b/OpenIZ.Core.PCL/Services/IQueryPersistenceService.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using System; using System.Collections.Generic; namespace OpenIZ.Core.Services diff --git a/OpenIZ.Core.PCL/Services/IReportProgressChanged.cs b/OpenIZ.Core.PCL/Services/IReportProgressChanged.cs index b80a0c2e..d0d25d1c 100644 --- a/OpenIZ.Core.PCL/Services/IReportProgressChanged.cs +++ b/OpenIZ.Core.PCL/Services/IReportProgressChanged.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-18 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core.PCL/Services/IRepositoryService.cs b/OpenIZ.Core.PCL/Services/IRepositoryService.cs index e3191bee..81f3a221 100644 --- a/OpenIZ.Core.PCL/Services/IRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IRepositoryService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Interfaces; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using OpenIZ.Core.Interfaces; using OpenIZ.Core.Model; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/ISecurityRepositoryService.cs b/OpenIZ.Core.PCL/Services/ISecurityRepositoryService.cs index e88bcebc..0151a1b4 100644 --- a/OpenIZ.Core.PCL/Services/ISecurityRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/ISecurityRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Model.Entities; using OpenIZ.Core.Model.Security; using System; diff --git a/OpenIZ.Core.PCL/Services/IStockManagementRepositoryService.cs b/OpenIZ.Core.PCL/Services/IStockManagementRepositoryService.cs index 9b8f47bf..11692e34 100644 --- a/OpenIZ.Core.PCL/Services/IStockManagementRepositoryService.cs +++ b/OpenIZ.Core.PCL/Services/IStockManagementRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-9-2 */ - using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.DataTypes; using OpenIZ.Core.Model.Entities; diff --git a/OpenIZ.Core.PCL/Services/ITagPersistenceService.cs b/OpenIZ.Core.PCL/Services/ITagPersistenceService.cs index d4888e67..2b3c5205 100644 --- a/OpenIZ.Core.PCL/Services/ITagPersistenceService.cs +++ b/OpenIZ.Core.PCL/Services/ITagPersistenceService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Interfaces; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-24 + */ +using OpenIZ.Core.Model.Interfaces; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core.PCL/Services/IThreadPoolService.cs b/OpenIZ.Core.PCL/Services/IThreadPoolService.cs index 7f8e082a..f1fa7239 100644 --- a/OpenIZ.Core.PCL/Services/IThreadPoolService.cs +++ b/OpenIZ.Core.PCL/Services/IThreadPoolService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-24 */ - using System; namespace OpenIZ.Core.Services diff --git a/OpenIZ.Core.PCL/Services/Impl/BaseBusinessRulesService.cs b/OpenIZ.Core.PCL/Services/Impl/BaseBusinessRulesService.cs index f5e5904a..00bba180 100644 --- a/OpenIZ.Core.PCL/Services/Impl/BaseBusinessRulesService.cs +++ b/OpenIZ.Core.PCL/Services/Impl/BaseBusinessRulesService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-15 */ - using OpenIZ.Core.Model; using System.Collections.Generic; diff --git a/OpenIZ.Core.PCL/Services/Impl/NullPhoneticAlgorithmHandler.cs b/OpenIZ.Core.PCL/Services/Impl/NullPhoneticAlgorithmHandler.cs index 890b34fe..7e6eb282 100644 --- a/OpenIZ.Core.PCL/Services/Impl/NullPhoneticAlgorithmHandler.cs +++ b/OpenIZ.Core.PCL/Services/Impl/NullPhoneticAlgorithmHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Interfaces; using OpenIZ.Core.Model.Constants; using System; diff --git a/OpenIZ.Core.PCL/Services/Impl/RegexPasswordValidator.cs b/OpenIZ.Core.PCL/Services/Impl/RegexPasswordValidator.cs index 2a6dd8ee..8c0a90b8 100644 --- a/OpenIZ.Core.PCL/Services/Impl/RegexPasswordValidator.cs +++ b/OpenIZ.Core.PCL/Services/Impl/RegexPasswordValidator.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-13 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core.Security.Tfa.Email/Configuration/ConfigurationSectionHandler.cs b/OpenIZ.Core.Security.Tfa.Email/Configuration/ConfigurationSectionHandler.cs index 7e7fa000..cfccaab2 100644 --- a/OpenIZ.Core.Security.Tfa.Email/Configuration/ConfigurationSectionHandler.cs +++ b/OpenIZ.Core.Security.Tfa.Email/Configuration/ConfigurationSectionHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System; using System.Configuration; using System.Linq; diff --git a/OpenIZ.Core.Security.Tfa.Email/Configuration/MechanismConfiguration.cs b/OpenIZ.Core.Security.Tfa.Email/Configuration/MechanismConfiguration.cs index 93e133da..f52c554c 100644 --- a/OpenIZ.Core.Security.Tfa.Email/Configuration/MechanismConfiguration.cs +++ b/OpenIZ.Core.Security.Tfa.Email/Configuration/MechanismConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System.Collections.Generic; namespace OpenIZ.Core.Security.Tfa.Email.Configuration diff --git a/OpenIZ.Core.Security.Tfa.Email/Configuration/SmtpConfiguration.cs b/OpenIZ.Core.Security.Tfa.Email/Configuration/SmtpConfiguration.cs index 76a70d5c..14a83eb8 100644 --- a/OpenIZ.Core.Security.Tfa.Email/Configuration/SmtpConfiguration.cs +++ b/OpenIZ.Core.Security.Tfa.Email/Configuration/SmtpConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System; namespace OpenIZ.Core.Security.Tfa.Email.Configuration diff --git a/OpenIZ.Core.Security.Tfa.Email/Configuration/TemplateConfiguration.cs b/OpenIZ.Core.Security.Tfa.Email/Configuration/TemplateConfiguration.cs index 6b10a8be..2e53b87f 100644 --- a/OpenIZ.Core.Security.Tfa.Email/Configuration/TemplateConfiguration.cs +++ b/OpenIZ.Core.Security.Tfa.Email/Configuration/TemplateConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - namespace OpenIZ.Core.Security.Tfa.Email.Configuration { /// diff --git a/OpenIZ.Core.Security.Tfa.Email/Properties/AssemblyInfo.cs b/OpenIZ.Core.Security.Tfa.Email/Properties/AssemblyInfo.cs index 6fea05a1..a5f7a4e0 100644 --- a/OpenIZ.Core.Security.Tfa.Email/Properties/AssemblyInfo.cs +++ b/OpenIZ.Core.Security.Tfa.Email/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System.Reflection; using System.Runtime.InteropServices; @@ -29,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,7 +49,7 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Core.Security.Tfa.Email/Template/EmailTemplate.cs b/OpenIZ.Core.Security.Tfa.Email/Template/EmailTemplate.cs index c61d8077..de841d42 100644 --- a/OpenIZ.Core.Security.Tfa.Email/Template/EmailTemplate.cs +++ b/OpenIZ.Core.Security.Tfa.Email/Template/EmailTemplate.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System; using System.IO; using System.Xml.Serialization; diff --git a/OpenIZ.Core.Security.Tfa.Email/TfaEmailMechanism.cs b/OpenIZ.Core.Security.Tfa.Email/TfaEmailMechanism.cs index 9d0289ed..410aaef0 100644 --- a/OpenIZ.Core.Security.Tfa.Email/TfaEmailMechanism.cs +++ b/OpenIZ.Core.Security.Tfa.Email/TfaEmailMechanism.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model.Security; diff --git a/OpenIZ.Core.Security.Tfa.Twilio/Configuration/ConfigurationSectionHandler.cs b/OpenIZ.Core.Security.Tfa.Twilio/Configuration/ConfigurationSectionHandler.cs index ace5b6a1..ff992209 100644 --- a/OpenIZ.Core.Security.Tfa.Twilio/Configuration/ConfigurationSectionHandler.cs +++ b/OpenIZ.Core.Security.Tfa.Twilio/Configuration/ConfigurationSectionHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System.Configuration; using System.Xml; diff --git a/OpenIZ.Core.Security.Tfa.Twilio/Configuration/MechanismConfiguration.cs b/OpenIZ.Core.Security.Tfa.Twilio/Configuration/MechanismConfiguration.cs index 7e1def9d..d37f989c 100644 --- a/OpenIZ.Core.Security.Tfa.Twilio/Configuration/MechanismConfiguration.cs +++ b/OpenIZ.Core.Security.Tfa.Twilio/Configuration/MechanismConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System; namespace OpenIZ.Core.Security.Tfa.Twilio.Configuration diff --git a/OpenIZ.Core.Security.Tfa.Twilio/Properties/AssemblyInfo.cs b/OpenIZ.Core.Security.Tfa.Twilio/Properties/AssemblyInfo.cs index 2f68d4c1..6f519601 100644 --- a/OpenIZ.Core.Security.Tfa.Twilio/Properties/AssemblyInfo.cs +++ b/OpenIZ.Core.Security.Tfa.Twilio/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using System.Reflection; using System.Runtime.InteropServices; @@ -29,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,7 +49,7 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Core.Security.Tfa.Twilio/TfaTwilioMechanism.cs b/OpenIZ.Core.Security.Tfa.Twilio/TfaTwilioMechanism.cs index 0d5ebe51..942f67b0 100644 --- a/OpenIZ.Core.Security.Tfa.Twilio/TfaTwilioMechanism.cs +++ b/OpenIZ.Core.Security.Tfa.Twilio/TfaTwilioMechanism.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model.Constants; diff --git a/OpenIZ.Core/Configuration/ServiceTool.cs b/OpenIZ.Core/Configuration/ServiceTool.cs index 6ecd5189..7969c9d5 100644 --- a/OpenIZ.Core/Configuration/ServiceTool.cs +++ b/OpenIZ.Core/Configuration/ServiceTool.cs @@ -1,5 +1,6 @@ -/** - * Copyright 2012-2013 Mohawk College of Applied Arts and Technology +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -13,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: fyfej - * Date: 5-12-2012 + * User: justi + * Date: 2017-5-27 */ - using System; using System.Collections.Generic; using System.Text; diff --git a/OpenIZ.Core/Diagnostics/DiagnosticExtensions.cs b/OpenIZ.Core/Diagnostics/DiagnosticExtensions.cs index 46a8dfdf..d592fa23 100644 --- a/OpenIZ.Core/Diagnostics/DiagnosticExtensions.cs +++ b/OpenIZ.Core/Diagnostics/DiagnosticExtensions.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; diff --git a/OpenIZ.Core/Diagnostics/LogTraceWriter.cs b/OpenIZ.Core/Diagnostics/LogTraceWriter.cs index efa7c70e..742d4471 100644 --- a/OpenIZ.Core/Diagnostics/LogTraceWriter.cs +++ b/OpenIZ.Core/Diagnostics/LogTraceWriter.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2017-3-31 + * Date: 2017-4-22 */ using System; using System.Diagnostics.Tracing; diff --git a/OpenIZ.Core/ExtensionMethods.cs b/OpenIZ.Core/ExtensionMethods.cs index e0254451..7aff311b 100644 --- a/OpenIZ.Core/ExtensionMethods.cs +++ b/OpenIZ.Core/ExtensionMethods.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; diff --git a/OpenIZ.Core/Http/DefaultRestClient.cs b/OpenIZ.Core/Http/DefaultRestClient.cs index da15d2e1..2b2759db 100644 --- a/OpenIZ.Core/Http/DefaultRestClient.cs +++ b/OpenIZ.Core/Http/DefaultRestClient.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ - using OpenIZ.Core.Http.Description; using OpenIZ.Core.Model.Query; using OpenIZ.Core.Security; diff --git a/OpenIZ.Core/Http/ServiceClientDescription.cs b/OpenIZ.Core/Http/ServiceClientDescription.cs index 450ab3b8..8ebd135c 100644 --- a/OpenIZ.Core/Http/ServiceClientDescription.cs +++ b/OpenIZ.Core/Http/ServiceClientDescription.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Http.Description; using System; diff --git a/OpenIZ.Core/Properties/AssemblyInfo.cs b/OpenIZ.Core/Properties/AssemblyInfo.cs index 7f860394..f33953e3 100644 --- a/OpenIZ.Core/Properties/AssemblyInfo.cs +++ b/OpenIZ.Core/Properties/AssemblyInfo.cs @@ -30,7 +30,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,7 +51,7 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZ.Core/ResultsDetails/UnrecognizedSenderResultDetail.cs b/OpenIZ.Core/ResultsDetails/UnrecognizedSenderResultDetail.cs index bdc6bb90..464917e1 100644 --- a/OpenIZ.Core/ResultsDetails/UnrecognizedSenderResultDetail.cs +++ b/OpenIZ.Core/ResultsDetails/UnrecognizedSenderResultDetail.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using MARC.Everest.Connectors; using System; diff --git a/OpenIZ.Core/ResultsDetails/UnrecognizedTargetDomainResultDetail.cs b/OpenIZ.Core/ResultsDetails/UnrecognizedTargetDomainResultDetail.cs index 11dab556..7186e93b 100644 --- a/OpenIZ.Core/ResultsDetails/UnrecognizedTargetDomainResultDetail.cs +++ b/OpenIZ.Core/ResultsDetails/UnrecognizedTargetDomainResultDetail.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using MARC.Everest.Connectors; using System; diff --git a/OpenIZ.Core/Security/Audit/AuditDaemonService.cs b/OpenIZ.Core/Security/Audit/AuditDaemonService.cs index 5b0f1b6e..1e2e2aec 100644 --- a/OpenIZ.Core/Security/Audit/AuditDaemonService.cs +++ b/OpenIZ.Core/Security/Audit/AuditDaemonService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Auditing.Data; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-3 + */ +using MARC.HI.EHRS.SVC.Auditing.Data; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using MARC.HI.EHRS.SVC.Core.Services.Security; diff --git a/OpenIZ.Core/Security/Audit/AuditUtil.cs b/OpenIZ.Core/Security/Audit/AuditUtil.cs index e69525a3..b43ee4be 100644 --- a/OpenIZ.Core/Security/Audit/AuditUtil.cs +++ b/OpenIZ.Core/Security/Audit/AuditUtil.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Auditing.Data; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-3 + */ +using MARC.HI.EHRS.SVC.Auditing.Data; using MARC.HI.EHRS.SVC.Auditing.Services; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services.Security; diff --git a/OpenIZ.Core/Security/DefaultTfaRelayService.cs b/OpenIZ.Core/Security/DefaultTfaRelayService.cs index 1bdea018..b1d8d3e9 100644 --- a/OpenIZ.Core/Security/DefaultTfaRelayService.cs +++ b/OpenIZ.Core/Security/DefaultTfaRelayService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Services; using System; diff --git a/OpenIZ.Core/Security/DeviceIdentity.cs b/OpenIZ.Core/Security/DeviceIdentity.cs index 1538167e..bbea6ccc 100644 --- a/OpenIZ.Core/Security/DeviceIdentity.cs +++ b/OpenIZ.Core/Security/DeviceIdentity.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-12 + * User: justi + * Date: 2017-3-13 */ using System; using System.Security.Claims; diff --git a/OpenIZ.Core/Security/DevicePrincipal.cs b/OpenIZ.Core/Security/DevicePrincipal.cs index 4fbbc034..39bca9f6 100644 --- a/OpenIZ.Core/Security/DevicePrincipal.cs +++ b/OpenIZ.Core/Security/DevicePrincipal.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-12 + * User: justi + * Date: 2017-3-13 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Security/LocalPasswordValidationService.cs b/OpenIZ.Core/Security/LocalPasswordValidationService.cs index 86bbdfa4..7fa0093b 100644 --- a/OpenIZ.Core/Security/LocalPasswordValidationService.cs +++ b/OpenIZ.Core/Security/LocalPasswordValidationService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-13 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Services.Impl; using System; diff --git a/OpenIZ.Core/Security/PasswordHashingServices.cs b/OpenIZ.Core/Security/PasswordHashingServices.cs index 3cf2b12b..d028727f 100644 --- a/OpenIZ.Core/Security/PasswordHashingServices.cs +++ b/OpenIZ.Core/Security/PasswordHashingServices.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using MARC.HI.EHRS.SVC.Core.Services.Security; using System; diff --git a/OpenIZ.Core/Security/TwoFactorSecretGenerators.cs b/OpenIZ.Core/Security/TwoFactorSecretGenerators.cs index e5fa261c..19c46fb7 100644 --- a/OpenIZ.Core/Security/TwoFactorSecretGenerators.cs +++ b/OpenIZ.Core/Security/TwoFactorSecretGenerators.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using MARC.HI.EHRS.SVC.Core.Services.Security; using System; diff --git a/OpenIZ.Core/Services/Daemons/AppletBusinessRulesDaemon.cs b/OpenIZ.Core/Services/Daemons/AppletBusinessRulesDaemon.cs index c33ed01a..c2794a3b 100644 --- a/OpenIZ.Core/Services/Daemons/AppletBusinessRulesDaemon.cs +++ b/OpenIZ.Core/Services/Daemons/AppletBusinessRulesDaemon.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-14 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.BusinessRules.JavaScript; using System; diff --git a/OpenIZ.Core/Services/IDeviceIdentityProviderService.cs b/OpenIZ.Core/Services/IDeviceIdentityProviderService.cs index 77805a25..68264a6c 100644 --- a/OpenIZ.Core/Services/IDeviceIdentityProviderService.cs +++ b/OpenIZ.Core/Services/IDeviceIdentityProviderService.cs @@ -17,7 +17,6 @@ * User: justi * Date: 2016-7-7 */ - using System; using System.Security.Cryptography.X509Certificates; using System.Security.Principal; diff --git a/OpenIZ.Core/Services/IFastQueryDataPersistenceService.cs b/OpenIZ.Core/Services/IFastQueryDataPersistenceService.cs index 7d3cf56f..e543f800 100644 --- a/OpenIZ.Core/Services/IFastQueryDataPersistenceService.cs +++ b/OpenIZ.Core/Services/IFastQueryDataPersistenceService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-12 + */ +using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Services/IIdentityRefreshProviderService.cs b/OpenIZ.Core/Services/IIdentityRefreshProviderService.cs index 59dbdb3e..33829ed9 100644 --- a/OpenIZ.Core/Services/IIdentityRefreshProviderService.cs +++ b/OpenIZ.Core/Services/IIdentityRefreshProviderService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-10 + * Date: 2016-11-30 */ using MARC.HI.EHRS.SVC.Core.Services.Security; using System; diff --git a/OpenIZ.Core/Services/IPersistentQueueService.cs b/OpenIZ.Core/Services/IPersistentQueueService.cs index ecc50ffb..d3aca83c 100644 --- a/OpenIZ.Core/Services/IPersistentQueueService.cs +++ b/OpenIZ.Core/Services/IPersistentQueueService.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Core/Services/IStoredQueryDataPersistenceService.cs b/OpenIZ.Core/Services/IStoredQueryDataPersistenceService.cs index a755e4f4..158f361b 100644 --- a/OpenIZ.Core/Services/IStoredQueryDataPersistenceService.cs +++ b/OpenIZ.Core/Services/IStoredQueryDataPersistenceService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-5 + */ +using MARC.HI.EHRS.SVC.Core.Services; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core/Services/ITfaRelayService.cs b/OpenIZ.Core/Services/ITfaRelayService.cs index 15672644..2c246ad8 100644 --- a/OpenIZ.Core/Services/ITfaRelayService.cs +++ b/OpenIZ.Core/Services/ITfaRelayService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Model.Security; using System; diff --git a/OpenIZ.Core/Services/Impl/FileSystemQueueService.cs b/OpenIZ.Core/Services/Impl/FileSystemQueueService.cs index 38760ba6..5661b7ef 100644 --- a/OpenIZ.Core/Services/Impl/FileSystemQueueService.cs +++ b/OpenIZ.Core/Services/Impl/FileSystemQueueService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using MARC.HI.EHRS.SVC.Core; using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/OpenIZ.Core/Services/Impl/LocalActRepositoryService.Observation.cs b/OpenIZ.Core/Services/Impl/LocalActRepositoryService.Observation.cs index d259cd13..c62b3383 100644 --- a/OpenIZ.Core/Services/Impl/LocalActRepositoryService.Observation.cs +++ b/OpenIZ.Core/Services/Impl/LocalActRepositoryService.Observation.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-2-25 + * User: justi + * Date: 2017-2-28 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Core/Services/Impl/LocalActRepositoryService.PatientEncounter.cs b/OpenIZ.Core/Services/Impl/LocalActRepositoryService.PatientEncounter.cs index 50a270cc..c8a85aec 100644 --- a/OpenIZ.Core/Services/Impl/LocalActRepositoryService.PatientEncounter.cs +++ b/OpenIZ.Core/Services/Impl/LocalActRepositoryService.PatientEncounter.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-2-25 + * User: justi + * Date: 2017-2-28 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Core/Services/Impl/LocalActRepositoryService.SubstanceAdministration.cs b/OpenIZ.Core/Services/Impl/LocalActRepositoryService.SubstanceAdministration.cs index 3d1623ca..9253ce36 100644 --- a/OpenIZ.Core/Services/Impl/LocalActRepositoryService.SubstanceAdministration.cs +++ b/OpenIZ.Core/Services/Impl/LocalActRepositoryService.SubstanceAdministration.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-2-25 + * User: justi + * Date: 2017-2-28 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Core/Services/Impl/LocalAppletManagerService.cs b/OpenIZ.Core/Services/Impl/LocalAppletManagerService.cs index db7c7e09..c0ceffc1 100644 --- a/OpenIZ.Core/Services/Impl/LocalAppletManagerService.cs +++ b/OpenIZ.Core/Services/Impl/LocalAppletManagerService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Applets.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-14 + */ +using OpenIZ.Core.Applets.Services; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Core/Services/Impl/LocalBatchRepositoryService.cs b/OpenIZ.Core/Services/Impl/LocalBatchRepositoryService.cs index 4d13f33a..d2486123 100644 --- a/OpenIZ.Core/Services/Impl/LocalBatchRepositoryService.cs +++ b/OpenIZ.Core/Services/Impl/LocalBatchRepositoryService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Exceptions; using OpenIZ.Core.Model.Acts; diff --git a/OpenIZ.Core/Services/Impl/LocalConceptRepositoryService.cs b/OpenIZ.Core/Services/Impl/LocalConceptRepositoryService.cs index 13e1a744..114fcac8 100644 --- a/OpenIZ.Core/Services/Impl/LocalConceptRepositoryService.cs +++ b/OpenIZ.Core/Services/Impl/LocalConceptRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Core/Services/Impl/LocalEntityRepositoryServiceBase.cs b/OpenIZ.Core/Services/Impl/LocalEntityRepositoryServiceBase.cs index 70c1b8e5..e1aa8e6e 100644 --- a/OpenIZ.Core/Services/Impl/LocalEntityRepositoryServiceBase.cs +++ b/OpenIZ.Core/Services/Impl/LocalEntityRepositoryServiceBase.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-5 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; using OpenIZ.Core.Security; diff --git a/OpenIZ.Core/Services/Impl/LocalMetadataRepositoryService.cs b/OpenIZ.Core/Services/Impl/LocalMetadataRepositoryService.cs index fb3ba023..4455c7c2 100644 --- a/OpenIZ.Core/Services/Impl/LocalMetadataRepositoryService.cs +++ b/OpenIZ.Core/Services/Impl/LocalMetadataRepositoryService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model.DataTypes; diff --git a/OpenIZ.Core/Services/Impl/LocalPersonRepositoryService.cs b/OpenIZ.Core/Services/Impl/LocalPersonRepositoryService.cs index 5abe539b..90686e3a 100644 --- a/OpenIZ.Core/Services/Impl/LocalPersonRepositoryService.cs +++ b/OpenIZ.Core/Services/Impl/LocalPersonRepositoryService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-1-3 + * User: justi + * Date: 2017-1-6 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Services/Impl/LocalServiceManager.cs b/OpenIZ.Core/Services/Impl/LocalServiceManager.cs index 0d7b5361..c070a687 100644 --- a/OpenIZ.Core/Services/Impl/LocalServiceManager.cs +++ b/OpenIZ.Core/Services/Impl/LocalServiceManager.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-8 + * Date: 2016-11-30 */ using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Interfaces; diff --git a/OpenIZ.Core/Services/Impl/LocalTagPersistenceService.cs b/OpenIZ.Core/Services/Impl/LocalTagPersistenceService.cs index 73fb6345..8035613c 100644 --- a/OpenIZ.Core/Services/Impl/LocalTagPersistenceService.cs +++ b/OpenIZ.Core/Services/Impl/LocalTagPersistenceService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-24 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model.DataTypes; using OpenIZ.Core.Model.Interfaces; diff --git a/OpenIZ.Core/Services/Impl/ThreadPoolService.cs b/OpenIZ.Core/Services/Impl/ThreadPoolService.cs index 37aa4cf9..ed68217d 100644 --- a/OpenIZ.Core/Services/Impl/ThreadPoolService.cs +++ b/OpenIZ.Core/Services/Impl/ThreadPoolService.cs @@ -1,4 +1,23 @@ -using MARC.Everest.Threading; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using MARC.Everest.Threading; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Configuration; diff --git a/OpenIZ.Core/Wcf/Compression/CompressionBodyWriter.cs b/OpenIZ.Core/Wcf/Compression/CompressionBodyWriter.cs index 25cb241e..784e678e 100644 --- a/OpenIZ.Core/Wcf/Compression/CompressionBodyWriter.cs +++ b/OpenIZ.Core/Wcf/Compression/CompressionBodyWriter.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Wcf/Compression/CompressionUtil.cs b/OpenIZ.Core/Wcf/Compression/CompressionUtil.cs index 46ad904c..c6e876ca 100644 --- a/OpenIZ.Core/Wcf/Compression/CompressionUtil.cs +++ b/OpenIZ.Core/Wcf/Compression/CompressionUtil.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using OpenIZ.Core.Wcf.Serialization; using System; diff --git a/OpenIZ.Core/Wcf/Compression/DeflateCompressionScheme.cs b/OpenIZ.Core/Wcf/Compression/DeflateCompressionScheme.cs index bf7b06d1..671cbdfa 100644 --- a/OpenIZ.Core/Wcf/Compression/DeflateCompressionScheme.cs +++ b/OpenIZ.Core/Wcf/Compression/DeflateCompressionScheme.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Wcf/Compression/GzipCompressionScheme.cs b/OpenIZ.Core/Wcf/Compression/GzipCompressionScheme.cs index 3bc14866..cd20d701 100644 --- a/OpenIZ.Core/Wcf/Compression/GzipCompressionScheme.cs +++ b/OpenIZ.Core/Wcf/Compression/GzipCompressionScheme.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Wcf/Compression/ICompressionScheme.cs b/OpenIZ.Core/Wcf/Compression/ICompressionScheme.cs index 004f3320..719ca538 100644 --- a/OpenIZ.Core/Wcf/Compression/ICompressionScheme.cs +++ b/OpenIZ.Core/Wcf/Compression/ICompressionScheme.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Core/Wcf/IApiEndpointProvider.cs b/OpenIZ.Core/Wcf/IApiEndpointProvider.cs index 79fb9fe9..ab04cf02 100644 --- a/OpenIZ.Core/Wcf/IApiEndpointProvider.cs +++ b/OpenIZ.Core/Wcf/IApiEndpointProvider.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Interop; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-4 + */ +using OpenIZ.Core.Interop; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Messaging.AMI.Client/AmiServiceClient.cs b/OpenIZ.Messaging.AMI.Client/AmiServiceClient.cs index 353b09ff..207dc9ff 100644 --- a/OpenIZ.Messaging.AMI.Client/AmiServiceClient.cs +++ b/OpenIZ.Messaging.AMI.Client/AmiServiceClient.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan + * + * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Alert.Alerting; using OpenIZ.Core.Applets.Model; using OpenIZ.Core.Http; diff --git a/OpenIZ.Messaging.AMI.Client/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.AMI.Client/Properties/AssemblyInfo.cs index 5b02afe9..659e4ecd 100644 --- a/OpenIZ.Messaging.AMI.Client/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.AMI.Client/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -42,6 +42,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Messaging.AMI/AmiMessageHandler.cs b/OpenIZ.Messaging.AMI/AmiMessageHandler.cs index adec44b0..a52a6a90 100644 --- a/OpenIZ.Messaging.AMI/AmiMessageHandler.cs +++ b/OpenIZ.Messaging.AMI/AmiMessageHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Wcf; diff --git a/OpenIZ.Messaging.AMI/Configuration/AmiConfiguration.cs b/OpenIZ.Messaging.AMI/Configuration/AmiConfiguration.cs index 7a499405..e684f53f 100644 --- a/OpenIZ.Messaging.AMI/Configuration/AmiConfiguration.cs +++ b/OpenIZ.Messaging.AMI/Configuration/AmiConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Interop; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.AMI/Configuration/AmiConfigurationSectionHandler.cs b/OpenIZ.Messaging.AMI/Configuration/AmiConfigurationSectionHandler.cs index a3de1499..06f35db6 100644 --- a/OpenIZ.Messaging.AMI/Configuration/AmiConfigurationSectionHandler.cs +++ b/OpenIZ.Messaging.AMI/Configuration/AmiConfigurationSectionHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Interop; using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.AMI/Configuration/CertificationAuthorityConfiguration.cs b/OpenIZ.Messaging.AMI/Configuration/CertificationAuthorityConfiguration.cs index 799d5eae..326b1f6d 100644 --- a/OpenIZ.Messaging.AMI/Configuration/CertificationAuthorityConfiguration.cs +++ b/OpenIZ.Messaging.AMI/Configuration/CertificationAuthorityConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - namespace OpenIZ.Messaging.AMI.Configuration { /// diff --git a/OpenIZ.Messaging.AMI/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.AMI/Properties/AssemblyInfo.cs index c7f2b77b..a54d35f7 100644 --- a/OpenIZ.Messaging.AMI/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.AMI/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using MARC.HI.EHRS.SVC.Core.Plugins; using System.Reflection; using System.Runtime.InteropServices; @@ -30,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,9 +50,9 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] // Assembly plugin info diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Alert.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Alert.cs index bc39c7db..7e9ff71e 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Alert.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Alert.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-23 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Alert.Alerting; using OpenIZ.Core.Model.AMI.Alerting; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Applet.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Applet.cs index b24be0e5..420efe48 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Applet.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Applet.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-23 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Applets.Model; using OpenIZ.Core.Applets.Services; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.AssigningAuthority.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.AssigningAuthority.cs index dc2e5099..a6e901fd 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.AssigningAuthority.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.AssigningAuthority.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-27 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.AMI.DataTypes; using OpenIZ.Core.Model.AMI.Security; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Audit.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Audit.cs index 08def160..967aac04 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Audit.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Audit.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Auditing.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-5-2 + */ +using MARC.HI.EHRS.SVC.Auditing.Services; using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.AMI.Security; using OpenIZ.Core.Services; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Certificate.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Certificate.cs index 2923644a..dbed3220 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Certificate.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.Certificate.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-27 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using MARC.Util.CertificateTools; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.CodeSystem.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.CodeSystem.cs index 9714a770..fe900da3 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.CodeSystem.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.CodeSystem.cs @@ -14,7 +14,7 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan + * User: justi * Date: 2017-4-8 */ using MARC.HI.EHRS.SVC.Core; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.ExtensionType.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.ExtensionType.cs index 48e54294..4039ac61 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.ExtensionType.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.ExtensionType.cs @@ -14,7 +14,7 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan + * User: justi * Date: 2017-4-18 */ using MARC.HI.EHRS.SVC.Core; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityApplication.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityApplication.cs index 9ad5c8df..60a5057c 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityApplication.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityApplication.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-23 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.AMI.Auth; using OpenIZ.Core.Model.AMI.Security; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityDevice.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityDevice.cs index ddec0586..519b6434 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityDevice.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityDevice.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-23 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.AMI.Auth; using OpenIZ.Core.Model.AMI.Security; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityPolicy.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityPolicy.cs index 4e0d1f64..8eb02e52 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityPolicy.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityPolicy.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-23 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.AMI.Auth; using OpenIZ.Core.Model.AMI.Security; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityRole.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityRole.cs index 12e93b31..36efd2aa 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityRole.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityRole.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-22 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.AMI.Auth; using OpenIZ.Core.Model.AMI.Security; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityUser.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityUser.cs index cc2134d6..2bad130b 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityUser.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.SecurityUser.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-22 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services.Security; using OpenIZ.Core.Model.AMI.Auth; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.cs b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.cs index 4cc89628..95127c6f 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiBehavior.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using MARC.HI.EHRS.SVC.Core.Services.Security; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiContentTypeHandler.cs b/OpenIZ.Messaging.AMI/Wcf/AmiContentTypeHandler.cs index 47d6ab4b..1833a8c4 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiContentTypeHandler.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiContentTypeHandler.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-6-22 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.AMI/Wcf/AmiMessageInspector.cs b/OpenIZ.Messaging.AMI/Wcf/AmiMessageInspector.cs index 27c8b8dd..76184e94 100644 --- a/OpenIZ.Messaging.AMI/Wcf/AmiMessageInspector.cs +++ b/OpenIZ.Messaging.AMI/Wcf/AmiMessageInspector.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-6-22 */ using System; using System.Linq; diff --git a/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiRestEndpointBehavior.cs b/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiRestEndpointBehavior.cs index db613f25..7390ec2f 100644 --- a/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiRestEndpointBehavior.cs +++ b/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiRestEndpointBehavior.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using System; using System.ServiceModel.Channels; using System.ServiceModel.Description; diff --git a/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiSerializerOperationBehavior.cs b/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiSerializerOperationBehavior.cs index 62336a4b..007a5e43 100644 --- a/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiSerializerOperationBehavior.cs +++ b/OpenIZ.Messaging.AMI/Wcf/Behavior/AmiSerializerOperationBehavior.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Wcf.Serialization; using System.ServiceModel.Channels; using System.ServiceModel.Description; diff --git a/OpenIZ.Messaging.AMI/Wcf/IAmiContract.cs b/OpenIZ.Messaging.AMI/Wcf/IAmiContract.cs index eb3ffc59..3666e8f4 100644 --- a/OpenIZ.Messaging.AMI/Wcf/IAmiContract.cs +++ b/OpenIZ.Messaging.AMI/Wcf/IAmiContract.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-2 */ - using OpenIZ.Core.Alert.Alerting; using OpenIZ.Core.Applets.Model; using OpenIZ.Core.Interop; diff --git a/OpenIZ.Messaging.FHIR/Handlers/ImmunizationRecommendationResourceHandler.cs b/OpenIZ.Messaging.FHIR/Handlers/ImmunizationRecommendationResourceHandler.cs index 28b782cd..484c2032 100644 --- a/OpenIZ.Messaging.FHIR/Handlers/ImmunizationRecommendationResourceHandler.cs +++ b/OpenIZ.Messaging.FHIR/Handlers/ImmunizationRecommendationResourceHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-14 */ - using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Messaging.FHIR/Handlers/ImmunizationResourceHandler.cs b/OpenIZ.Messaging.FHIR/Handlers/ImmunizationResourceHandler.cs index 5ecbd874..82875cfc 100644 --- a/OpenIZ.Messaging.FHIR/Handlers/ImmunizationResourceHandler.cs +++ b/OpenIZ.Messaging.FHIR/Handlers/ImmunizationResourceHandler.cs @@ -1,24 +1,23 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-14 */ - - using MARC.Everest.Connectors; +using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; using MARC.HI.EHRS.SVC.Messaging.FHIR.Backbone; diff --git a/OpenIZ.Messaging.FHIR/Handlers/ObservationHandler.cs b/OpenIZ.Messaging.FHIR/Handlers/ObservationHandler.cs index b9c3796f..df89d1a8 100644 --- a/OpenIZ.Messaging.FHIR/Handlers/ObservationHandler.cs +++ b/OpenIZ.Messaging.FHIR/Handlers/ObservationHandler.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-15 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; diff --git a/OpenIZ.Messaging.FHIR/Handlers/PatientResourceHandler.cs b/OpenIZ.Messaging.FHIR/Handlers/PatientResourceHandler.cs index e68f8580..f7fca7a1 100644 --- a/OpenIZ.Messaging.FHIR/Handlers/PatientResourceHandler.cs +++ b/OpenIZ.Messaging.FHIR/Handlers/PatientResourceHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-9-7 + * Date: 2016-9-8 */ - using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Messaging.FHIR/Handlers/RepositoryResourceHandlerBase.cs b/OpenIZ.Messaging.FHIR/Handlers/RepositoryResourceHandlerBase.cs index 8660e118..c56b279c 100644 --- a/OpenIZ.Messaging.FHIR/Handlers/RepositoryResourceHandlerBase.cs +++ b/OpenIZ.Messaging.FHIR/Handlers/RepositoryResourceHandlerBase.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-15 + */ +using System; using System.Collections.Generic; using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; diff --git a/OpenIZ.Messaging.FHIR/Handlers/ResourceHandlerBase.cs b/OpenIZ.Messaging.FHIR/Handlers/ResourceHandlerBase.cs index f14cb086..896701de 100644 --- a/OpenIZ.Messaging.FHIR/Handlers/ResourceHandlerBase.cs +++ b/OpenIZ.Messaging.FHIR/Handlers/ResourceHandlerBase.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-14 */ - using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Messaging.FHIR/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.FHIR/Properties/AssemblyInfo.cs index 6b082eda..a780a24f 100644 --- a/OpenIZ.Messaging.FHIR/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.FHIR/Properties/AssemblyInfo.cs @@ -30,7 +30,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,8 +51,8 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] // Assembly plugin info diff --git a/OpenIZ.Messaging.FHIR/Util/DatatypeConverter.cs b/OpenIZ.Messaging.FHIR/Util/DatatypeConverter.cs index 7996569d..fcb83838 100644 --- a/OpenIZ.Messaging.FHIR/Util/DatatypeConverter.cs +++ b/OpenIZ.Messaging.FHIR/Util/DatatypeConverter.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-14 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Messaging.FHIR.DataTypes; using MARC.HI.EHRS.SVC.Messaging.FHIR.Resources; diff --git a/OpenIZ.Messaging.FHIR/Util/FhirConstants.cs b/OpenIZ.Messaging.FHIR/Util/FhirConstants.cs index 64b6559d..5980a52f 100644 --- a/OpenIZ.Messaging.FHIR/Util/FhirConstants.cs +++ b/OpenIZ.Messaging.FHIR/Util/FhirConstants.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-9-7 + * Date: 2016-9-8 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.GS1/Configuration/As2ServiceElement.cs b/OpenIZ.Messaging.GS1/Configuration/As2ServiceElement.cs index 28a1d2b7..b42492c1 100644 --- a/OpenIZ.Messaging.GS1/Configuration/As2ServiceElement.cs +++ b/OpenIZ.Messaging.GS1/Configuration/As2ServiceElement.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2017-7-4 */ using OpenIZ.Core.Http; using OpenIZ.Core.Http.Description; diff --git a/OpenIZ.Messaging.GS1/Configuration/Gs1Configuration.cs b/OpenIZ.Messaging.GS1/Configuration/Gs1Configuration.cs index c3ce8f09..bfe359c4 100644 --- a/OpenIZ.Messaging.GS1/Configuration/Gs1Configuration.cs +++ b/OpenIZ.Messaging.GS1/Configuration/Gs1Configuration.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using System; using System.Collections.Generic; using System.Configuration; using System.Linq; diff --git a/OpenIZ.Messaging.GS1/Gs1ModelExtensions.cs b/OpenIZ.Messaging.GS1/Gs1ModelExtensions.cs index 0f7bd4c0..0969f0bc 100644 --- a/OpenIZ.Messaging.GS1/Gs1ModelExtensions.cs +++ b/OpenIZ.Messaging.GS1/Gs1ModelExtensions.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.GS1/Model/Gs1Util.cs b/OpenIZ.Messaging.GS1/Model/Gs1Util.cs index 988623a1..49609bd0 100644 --- a/OpenIZ.Messaging.GS1/Model/Gs1Util.cs +++ b/OpenIZ.Messaging.GS1/Model/Gs1Util.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; using OpenIZ.Core.Model.Acts; @@ -232,7 +251,7 @@ public TransactionalTradeItemType CreateTradeItem(Material material) return new TransactionalTradeItemType() { - additionalTradeItemIdentification = material.LoadCollection("Identifiers").Where(o => o.Authority.Name != "GTIN").Select(o => new AdditionalTradeItemIdentificationType() + additionalTradeItemIdentification = material.LoadCollection("Identifiers").Where(o => o.Authority.DomainName != "GTIN").Select(o => new AdditionalTradeItemIdentificationType() { Value = o.Value, additionalTradeItemIdentificationTypeCode = o.LoadProperty("Authority").DomainName @@ -245,7 +264,7 @@ public TransactionalTradeItemType CreateTradeItem(Material material) codeListVersion = o.LoadProperty("Authority").DomainName }).ToArray() }, - gtin = material.Identifiers.FirstOrDefault(o => o.Authority.Name == "GTIN").Value, + gtin = material.Identifiers.FirstOrDefault(o => o.Authority.DomainName == "GTIN").Value, itemTypeCode = typeItemCode, tradeItemDescription = material.Names.Select(o => new Description200Type() { Value = o.Component.FirstOrDefault()?.Value }).FirstOrDefault(), transactionalItemData = new TransactionalItemDataType[] @@ -298,10 +317,10 @@ public ManufacturedMaterial GetManufacturedMaterial(TransactionalTradeItemType t ManufacturedMaterial retVal = this.m_materialRepository.FindManufacturedMaterial(m => m.Identifiers.Any(o => o.Value == tradeItem.gtin && o.Authority.DomainName == "GTIN") && m.LotNumber == lotNumberString, 0, 1, out tr).FirstOrDefault(); if (retVal == null && createIfNotFound) { - var additionalData = tradeItem.transactionalItemData[0]; if (!additionalData.itemExpirationDateSpecified) throw new InvalidOperationException("Cannot auto-create material, expiration date is missing"); + // Material retVal = new ManufacturedMaterial() { @@ -321,6 +340,15 @@ public ManufacturedMaterial GetManufacturedMaterial(TransactionalTradeItemType t Quantity = 1 }; + // Store additional identifiers + if(tradeItem.additionalTradeItemIdentification != null) + foreach(var id in tradeItem.additionalTradeItemIdentification) + { + var oid = oidService.GetOid(id.additionalTradeItemIdentificationTypeCode); + if (oid == null) continue; + retVal.Identifiers.Add(new EntityIdentifier(new AssigningAuthority(oid.Mnemonic, oid.Name, oid.Oid), id.Value)); + } + if (String.IsNullOrEmpty(tradeItem.itemTypeCode?.Value)) throw new InvalidOperationException("Cannot auto-create material, type code must be specified"); else // lookup type code diff --git a/OpenIZ.Messaging.GS1/Model/eComModel.cs b/OpenIZ.Messaging.GS1/Model/eComModel.cs index 5225a74b..84457ade 100644 --- a/OpenIZ.Messaging.GS1/Model/eComModel.cs +++ b/OpenIZ.Messaging.GS1/Model/eComModel.cs @@ -1,4 +1,24 @@ -//------------------------------------------------------------------------------ +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 diff --git a/OpenIZ.Messaging.GS1/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.GS1/Properties/AssemblyInfo.cs index 4a801d4a..dc9ac063 100644 --- a/OpenIZ.Messaging.GS1/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.GS1/Properties/AssemblyInfo.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: fyfej - * Date: 2017-1-7 + * User: justi + * Date: 2016-11-30 */ using System.Reflection; using System.Runtime.InteropServices; diff --git a/OpenIZ.Messaging.GS1/Sample/SampleInventoryReportRequest.xml b/OpenIZ.Messaging.GS1/Sample/SampleInventoryReportRequest.xml index 366f5c71..da06f064 100644 --- a/OpenIZ.Messaging.GS1/Sample/SampleInventoryReportRequest.xml +++ b/OpenIZ.Messaging.GS1/Sample/SampleInventoryReportRequest.xml @@ -14,7 +14,7 @@ - License for the specific language governing permissions and limitations under - the License. - - - User: fyfej + - User: justi - Date: 2017-3-24 --> diff --git a/OpenIZ.Messaging.GS1/StockServiceMessageHandler.cs b/OpenIZ.Messaging.GS1/StockServiceMessageHandler.cs index 0ab45b39..0b5931a4 100644 --- a/OpenIZ.Messaging.GS1/StockServiceMessageHandler.cs +++ b/OpenIZ.Messaging.GS1/StockServiceMessageHandler.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: fyfej - * Date: 2017-3-24 + * User: justi + * Date: 2016-11-30 */ using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Interop; diff --git a/OpenIZ.Messaging.GS1/StockSubscriber.cs b/OpenIZ.Messaging.GS1/StockSubscriber.cs index 8fed26ec..c8684809 100644 --- a/OpenIZ.Messaging.GS1/StockSubscriber.cs +++ b/OpenIZ.Messaging.GS1/StockSubscriber.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.Collection; @@ -106,7 +125,7 @@ private void IssueReceiveAdvice(Act act) var receiveMessage = new ReceivingAdviceMessageType(); receiveMessage.StandardBusinessDocumentHeader = this.m_gs1Util.CreateDocumentHeader("receivingAdvice", act.LoadCollection("Participations").FirstOrDefault(o => o.ParticipationRoleKey == ActParticipationKey.Authororiginator).LoadProperty("PlayerEntity")); - var originalOrder = act.LoadCollection("Relationships").FirstOrDefault(o => o.RelationshipTypeKey == ActRelationshipTypeKeys.Fulfills)?.LoadProperty("TargetAct"); + var originalOrder = act.LoadCollection("Relationships").FirstOrDefault(o => o.RelationshipTypeKey == ActRelationshipTypeKeys.Arrival)?.LoadProperty("TargetAct"); Place shipTo = act.LoadCollection("Participations").FirstOrDefault(o => o.ParticipationRoleKey == ActParticipationKey.Location)?.LoadProperty("PlayerEntity"), shipFrom = originalOrder.LoadCollection("Participations").FirstOrDefault(o => o.ParticipationRoleKey == ActParticipationKey.Location)?.LoadProperty("PlayerEntity"); diff --git a/OpenIZ.Messaging.GS1/Transport/As2IntegrationService.cs b/OpenIZ.Messaging.GS1/Transport/As2IntegrationService.cs index 9b33c086..05f758a9 100644 --- a/OpenIZ.Messaging.GS1/Transport/As2IntegrationService.cs +++ b/OpenIZ.Messaging.GS1/Transport/As2IntegrationService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Diagnostics; using OpenIZ.Core.Http; diff --git a/OpenIZ.Messaging.GS1/Transport/As2ServiceClient.cs b/OpenIZ.Messaging.GS1/Transport/As2ServiceClient.cs index ecca36c0..fda53212 100644 --- a/OpenIZ.Messaging.GS1/Transport/As2ServiceClient.cs +++ b/OpenIZ.Messaging.GS1/Transport/As2ServiceClient.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Interop.Clients; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-7-4 + */ +using OpenIZ.Core.Interop.Clients; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Messaging.GS1/Wcf/IStockService.cs b/OpenIZ.Messaging.GS1/Wcf/IStockService.cs index fe59abe6..8f14b189 100644 --- a/OpenIZ.Messaging.GS1/Wcf/IStockService.cs +++ b/OpenIZ.Messaging.GS1/Wcf/IStockService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: fyfej - * Date: 2017-3-24 + * User: justi + * Date: 2016-11-30 */ using OpenIZ.Messaging.GS1.Model; using System.ServiceModel; diff --git a/OpenIZ.Messaging.GS1/Wcf/StockServiceBehavior.cs b/OpenIZ.Messaging.GS1/Wcf/StockServiceBehavior.cs index 1bd77281..21aa60bc 100644 --- a/OpenIZ.Messaging.GS1/Wcf/StockServiceBehavior.cs +++ b/OpenIZ.Messaging.GS1/Wcf/StockServiceBehavior.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: fyfej - * Date: 2017-3-24 + * User: justi + * Date: 2016-11-30 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; @@ -195,15 +195,16 @@ public void IssueDespatchAdvice(DespatchAdviceMessageType advice) } // insert transaction - try - { - ApplicationContext.Current.GetService().Insert(orderTransaction); - } - catch (Exception e) - { - this.m_tracer.TraceError("Error issuing despatch advice: {0}", e); - throw new Exception($"Error issuing despatch advice: {e.Message}", e); - } + if(orderTransaction.Item.Count > 0) + try + { + ApplicationContext.Current.GetService().Insert(orderTransaction); + } + catch (Exception e) + { + this.m_tracer.TraceError("Error issuing despatch advice: {0}", e); + throw new Exception($"Error issuing despatch advice: {e.Message}", e); + } } /// diff --git a/OpenIZ.Messaging.HL7.Test/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.HL7.Test/Properties/AssemblyInfo.cs index ed46f4b0..c16781a3 100644 --- a/OpenIZ.Messaging.HL7.Test/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.HL7.Test/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -49,6 +49,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Messaging.HL7/AdtMessageHandler.cs b/OpenIZ.Messaging.HL7/AdtMessageHandler.cs index 3457079d..df3e5580 100644 --- a/OpenIZ.Messaging.HL7/AdtMessageHandler.cs +++ b/OpenIZ.Messaging.HL7/AdtMessageHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-14 */ - using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Messaging.HAPI; diff --git a/OpenIZ.Messaging.HL7/Configuration/ActionConfiguration.cs b/OpenIZ.Messaging.HL7/Configuration/ActionConfiguration.cs index b89ccf3e..bd4cca04 100644 --- a/OpenIZ.Messaging.HL7/Configuration/ActionConfiguration.cs +++ b/OpenIZ.Messaging.HL7/Configuration/ActionConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-11 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Messaging.HL7.Notifier; namespace OpenIZ.Messaging.HL7.Configuration diff --git a/OpenIZ.Messaging.HL7/Configuration/Hl7ConfigurationSectionHandler.cs b/OpenIZ.Messaging.HL7/Configuration/Hl7ConfigurationSectionHandler.cs index 9626fa3f..fc70b3c6 100644 --- a/OpenIZ.Messaging.HL7/Configuration/Hl7ConfigurationSectionHandler.cs +++ b/OpenIZ.Messaging.HL7/Configuration/Hl7ConfigurationSectionHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-11 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Messaging.HL7.Notifier; using System; using System.Configuration; diff --git a/OpenIZ.Messaging.HL7/Configuration/NotificationConfiguration.cs b/OpenIZ.Messaging.HL7/Configuration/NotificationConfiguration.cs index 2faef188..6d36fb36 100644 --- a/OpenIZ.Messaging.HL7/Configuration/NotificationConfiguration.cs +++ b/OpenIZ.Messaging.HL7/Configuration/NotificationConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-11 + * + * User: justi + * Date: 2016-11-30 */ - using System.Collections.Generic; using System.Xml.Serialization; diff --git a/OpenIZ.Messaging.HL7/Configuration/NotificationDomainConfiguration.cs b/OpenIZ.Messaging.HL7/Configuration/NotificationDomainConfiguration.cs index c925f192..b238ae5b 100644 --- a/OpenIZ.Messaging.HL7/Configuration/NotificationDomainConfiguration.cs +++ b/OpenIZ.Messaging.HL7/Configuration/NotificationDomainConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-11 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Messaging.HL7.Notifier; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Messaging.HL7/Configuration/TargetConfiguration.cs b/OpenIZ.Messaging.HL7/Configuration/TargetConfiguration.cs index eeeaa511..643f61ce 100644 --- a/OpenIZ.Messaging.HL7/Configuration/TargetConfiguration.cs +++ b/OpenIZ.Messaging.HL7/Configuration/TargetConfiguration.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-11 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Messaging.HL7.Notifier; using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.HL7/Configuration/openiz.messaging.hl7.notification.pixpdq.xsd b/OpenIZ.Messaging.HL7/Configuration/openiz.messaging.hl7.notification.pixpdq.xsd index c8a4afae..b609b9c9 100644 --- a/OpenIZ.Messaging.HL7/Configuration/openiz.messaging.hl7.notification.pixpdq.xsd +++ b/OpenIZ.Messaging.HL7/Configuration/openiz.messaging.hl7.notification.pixpdq.xsd @@ -1,22 +1,22 @@  diff --git a/OpenIZ.Messaging.HL7/MessageUtil.cs b/OpenIZ.Messaging.HL7/MessageUtil.cs index 419a927e..8e13f2b5 100644 --- a/OpenIZ.Messaging.HL7/MessageUtil.cs +++ b/OpenIZ.Messaging.HL7/MessageUtil.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan + * + * User: justi * Date: 2016-8-14 */ - using MARC.Everest.Connectors; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Messaging.HL7/MllpMessageSender.cs b/OpenIZ.Messaging.HL7/MllpMessageSender.cs index 45c32b22..14484936 100644 --- a/OpenIZ.Messaging.HL7/MllpMessageSender.cs +++ b/OpenIZ.Messaging.HL7/MllpMessageSender.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using NHapi.Base.Model; using NHapi.Base.Parser; using System; diff --git a/OpenIZ.Messaging.HL7/NotSupportedMessageHandler.cs b/OpenIZ.Messaging.HL7/NotSupportedMessageHandler.cs index f7aa4f45..c2fe33ac 100644 --- a/OpenIZ.Messaging.HL7/NotSupportedMessageHandler.cs +++ b/OpenIZ.Messaging.HL7/NotSupportedMessageHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Messaging.HAPI; using MARC.HI.EHRS.SVC.Messaging.HAPI.TransportProtocol; using NHapi.Base.Model; diff --git a/OpenIZ.Messaging.HL7/NotificationQueueWorkItem.cs b/OpenIZ.Messaging.HL7/NotificationQueueWorkItem.cs index 4a3c3d40..c6080a00 100644 --- a/OpenIZ.Messaging.HL7/NotificationQueueWorkItem.cs +++ b/OpenIZ.Messaging.HL7/NotificationQueueWorkItem.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-12 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Core.Model; using OpenIZ.Messaging.HL7.Notifier; diff --git a/OpenIZ.Messaging.HL7/Notifier/ActionType.cs b/OpenIZ.Messaging.HL7/Notifier/ActionType.cs index 368545d9..43df42d0 100644 --- a/OpenIZ.Messaging.HL7/Notifier/ActionType.cs +++ b/OpenIZ.Messaging.HL7/Notifier/ActionType.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-12 + * + * User: justi + * Date: 2016-11-30 */ - namespace OpenIZ.Messaging.HL7.Notifier { /// diff --git a/OpenIZ.Messaging.HL7/Notifier/INotifier.cs b/OpenIZ.Messaging.HL7/Notifier/INotifier.cs index 029982ac..7437c105 100644 --- a/OpenIZ.Messaging.HL7/Notifier/INotifier.cs +++ b/OpenIZ.Messaging.HL7/Notifier/INotifier.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-12 + * + * User: justi + * Date: 2016-11-30 */ - using OpenIZ.Core.Model; using OpenIZ.Messaging.HL7.Configuration; diff --git a/OpenIZ.Messaging.HL7/Notifier/NotifierBase.cs b/OpenIZ.Messaging.HL7/Notifier/NotifierBase.cs index 45d0188b..ff802905 100644 --- a/OpenIZ.Messaging.HL7/Notifier/NotifierBase.cs +++ b/OpenIZ.Messaging.HL7/Notifier/NotifierBase.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-12 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using NHapi.Model.V231.Datatype; using NHapi.Model.V231.Segment; diff --git a/OpenIZ.Messaging.HL7/Notifier/PAT_IDENTITY_SRC.cs b/OpenIZ.Messaging.HL7/Notifier/PAT_IDENTITY_SRC.cs index 51d6a88a..ca959b8f 100644 --- a/OpenIZ.Messaging.HL7/Notifier/PAT_IDENTITY_SRC.cs +++ b/OpenIZ.Messaging.HL7/Notifier/PAT_IDENTITY_SRC.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-12 + * + * User: justi + * Date: 2016-11-30 */ - using NHapi.Base.Model; using NHapi.Model.V231.Message; using NHapi.Model.V231.Segment; diff --git a/OpenIZ.Messaging.HL7/Notifier/PAT_ID_X_REF_MGR.cs b/OpenIZ.Messaging.HL7/Notifier/PAT_ID_X_REF_MGR.cs index b331510a..bafaf974 100644 --- a/OpenIZ.Messaging.HL7/Notifier/PAT_ID_X_REF_MGR.cs +++ b/OpenIZ.Messaging.HL7/Notifier/PAT_ID_X_REF_MGR.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-12 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.Everest.DataTypes; using NHapi.Base.Model; using NHapi.Model.V231.Message; diff --git a/OpenIZ.Messaging.HL7/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.HL7/Properties/AssemblyInfo.cs index 87e51d18..ff6685ca 100644 --- a/OpenIZ.Messaging.HL7/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.HL7/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-18 */ - using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -30,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,8 +50,8 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: InternalsVisibleTo("OpenIZ.Messaging.HL7.Test")] \ No newline at end of file diff --git a/OpenIZ.Messaging.HL7/Queue/Hl7MessageQueue.cs b/OpenIZ.Messaging.HL7/Queue/Hl7MessageQueue.cs index ee1756bc..7a457110 100644 --- a/OpenIZ.Messaging.HL7/Queue/Hl7MessageQueue.cs +++ b/OpenIZ.Messaging.HL7/Queue/Hl7MessageQueue.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using System.Collections.Generic; using System.Diagnostics; diff --git a/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItem.cs b/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItem.cs index 0ae014e8..00d07125 100644 --- a/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItem.cs +++ b/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItem.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using NHapi.Base.Model; using NHapi.Model.V25.Message; using OpenIZ.Messaging.HL7.Configuration; diff --git a/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItemCollection.cs b/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItemCollection.cs index e423a38c..132327be 100644 --- a/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItemCollection.cs +++ b/OpenIZ.Messaging.HL7/Queue/MessageQueueWorkItemCollection.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using System.Collections.Generic; namespace OpenIZ.Messaging.HL7.Queue diff --git a/OpenIZ.Messaging.HL7/Queue/QueueTimerJob.cs b/OpenIZ.Messaging.HL7/Queue/QueueTimerJob.cs index be680a10..7c52599d 100644 --- a/OpenIZ.Messaging.HL7/Queue/QueueTimerJob.cs +++ b/OpenIZ.Messaging.HL7/Queue/QueueTimerJob.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using MARC.HI.EHRS.SVC.Core.Timer; diff --git a/OpenIZ.Messaging.HL7/Services/ClientRegistryNotificationService.cs b/OpenIZ.Messaging.HL7/Services/ClientRegistryNotificationService.cs index 51625a34..5c221742 100644 --- a/OpenIZ.Messaging.HL7/Services/ClientRegistryNotificationService.cs +++ b/OpenIZ.Messaging.HL7/Services/ClientRegistryNotificationService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2016-11-3 + * + * User: justi + * Date: 2016-11-30 */ - using MARC.Everest.Threading; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Messaging.HL7/Subscriber/BundlePersistenceSubscriber.cs b/OpenIZ.Messaging.HL7/Subscriber/BundlePersistenceSubscriber.cs index 05cbc18b..910b6de2 100644 --- a/OpenIZ.Messaging.HL7/Subscriber/BundlePersistenceSubscriber.cs +++ b/OpenIZ.Messaging.HL7/Subscriber/BundlePersistenceSubscriber.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-7-4 + * User: justi + * Date: 2017-7-5 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.IMSI.Client/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.IMSI.Client/Properties/AssemblyInfo.cs index 9e03c380..c4c65662 100644 --- a/OpenIZ.Messaging.IMSI.Client/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.IMSI.Client/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -42,6 +42,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Messaging.IMSI.Test/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.IMSI.Test/Properties/AssemblyInfo.cs index 20681bcc..a846af84 100644 --- a/OpenIZ.Messaging.IMSI.Test/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.IMSI.Test/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZ.Messaging.IMSI/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.IMSI/Properties/AssemblyInfo.cs index d8bb5647..a05232ca 100644 --- a/OpenIZ.Messaging.IMSI/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.IMSI/Properties/AssemblyInfo.cs @@ -30,7 +30,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,8 +51,8 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] // Assembly plugin info diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/BundleResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/BundleResourceHandler.cs index 108fc3ac..1a484ac7 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/BundleResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/BundleResourceHandler.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model; using OpenIZ.Core.Model.Collection; using OpenIZ.Core.Model.Query; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/CareplanResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/CareplanResourceHandler.cs index 62e44323..12b202d9 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/CareplanResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/CareplanResourceHandler.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/ConceptReferenceTermResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/ConceptReferenceTermResourceHandler.cs index 96b64c23..51fc963e 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/ConceptReferenceTermResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/ConceptReferenceTermResourceHandler.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2016-11-19 + * User: justi + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/EntityRelationshipResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/EntityRelationshipResourceHandler.cs index cefd30c1..e79b1d34 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/EntityRelationshipResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/EntityRelationshipResourceHandler.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-23 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/ExtensionTypeResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/ExtensionTypeResourceHandler.cs index 4a90ffd9..a3c95d47 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/ExtensionTypeResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/ExtensionTypeResourceHandler.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-3-24 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/IResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/IResourceHandler.cs index 5b5d6a27..15eac8b7 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/IResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/IResourceHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-6-14 */ - using OpenIZ.Core.Model; using OpenIZ.Core.Model.Query; using System; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/ManufacturedMaterialHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/ManufacturedMaterialHandler.cs index c9ab4418..60c79b8e 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/ManufacturedMaterialHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/ManufacturedMaterialHandler.cs @@ -18,8 +18,10 @@ * Date: 2016-8-12 */ using MARC.HI.EHRS.SVC.Core; +using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; using OpenIZ.Core.Model.Collection; +using OpenIZ.Core.Model.Constants; using OpenIZ.Core.Model.Entities; using OpenIZ.Core.Model.Query; using OpenIZ.Core.Security; @@ -27,6 +29,7 @@ using OpenIZ.Core.Services; using System; using System.Collections.Generic; +using System.Linq; using System.Security.Permissions; namespace OpenIZ.Messaging.IMSI.ResourceHandler @@ -81,7 +84,18 @@ public override IEnumerable Query(NameValueCollection queryParam [PolicyPermission(SecurityAction.Demand, PolicyId = PermissionPolicyIdentifiers.ReadMetadata)] public override IEnumerable Query(NameValueCollection queryParameters, int offset, int count, out int totalCount) { - return base.Query(queryParameters, offset, count, out totalCount); + var retVal = base.Query(queryParameters, offset, count, out totalCount); + + var erPersistence = ApplicationContext.Current.GetService>() as IFastQueryDataPersistenceService; + var authContext = AuthenticationContext.Current.Principal; + + retVal.OfType().AsParallel().ForAll(o => { + int tr = 0; + if(!o.Relationships.Any(r=>r.RelationshipTypeKey == EntityRelationshipTypeKeys.ManufacturedProduct)) + o.Relationships.AddRange(erPersistence.QueryFast(q => q.TargetEntityKey == o.Key && q.RelationshipTypeKey == EntityRelationshipTypeKeys.ManufacturedProduct, Guid.Empty, 0, 100, authContext, out tr)); + }); + + return retVal; } diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/ObservationResourceHandlers.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/ObservationResourceHandlers.cs index 34e6632d..5524e53a 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/ObservationResourceHandlers.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/ObservationResourceHandlers.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-13 + */ +using OpenIZ.Core.Model; using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.Query; using OpenIZ.Core.Security; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/PatientEncounterResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/PatientEncounterResourceHandler.cs index c1ab0f3e..8e982436 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/PatientEncounterResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/PatientEncounterResourceHandler.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-13 + */ +using OpenIZ.Core.Model; using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.Query; using OpenIZ.Core.Security; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/PersonResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/PersonResourceHandler.cs index 21853d92..81fcb6f8 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/PersonResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/PersonResourceHandler.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-1-3 + * User: justi + * Date: 2017-1-6 */ using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/ReferenceTermResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/ReferenceTermResourceHandler.cs index 24812fdb..8cc63148 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/ReferenceTermResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/ReferenceTermResourceHandler.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2016-11-19 + * User: justi + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/ResourceHandlerBase.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/ResourceHandlerBase.cs index 8c8444b8..62949e06 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/ResourceHandlerBase.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/ResourceHandlerBase.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-13 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/SecurityRoleResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/SecurityRoleResourceHandler.cs index 9b0149bb..12f117af 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/SecurityRoleResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/SecurityRoleResourceHandler.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-11-3 + * Date: 2016-11-30 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/SubstanceAdministrationResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/SubstanceAdministrationResourceHandler.cs index 10270e3b..e059f84c 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/SubstanceAdministrationResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/SubstanceAdministrationResourceHandler.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Acts; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-13 + */ +using OpenIZ.Core.Model.Acts; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Messaging.IMSI/ResourceHandler/TemplateDefinitionResourceHandler.cs b/OpenIZ.Messaging.IMSI/ResourceHandler/TemplateDefinitionResourceHandler.cs index f2b1189c..6f4298ce 100644 --- a/OpenIZ.Messaging.IMSI/ResourceHandler/TemplateDefinitionResourceHandler.cs +++ b/OpenIZ.Messaging.IMSI/ResourceHandler/TemplateDefinitionResourceHandler.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-11 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.IMSI/Util/ObjectExpander.cs b/OpenIZ.Messaging.IMSI/Util/ObjectExpander.cs index a5081af7..6179aded 100644 --- a/OpenIZ.Messaging.IMSI/Util/ObjectExpander.cs +++ b/OpenIZ.Messaging.IMSI/Util/ObjectExpander.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model; using OpenIZ.Core.Model.Attributes; using OpenIZ.Core.Model.EntityLoader; diff --git a/OpenIZ.Messaging.IMSI/Wcf/ImsiServiceBehavior.cs b/OpenIZ.Messaging.IMSI/Wcf/ImsiServiceBehavior.cs index 3e630bfc..9c61027f 100644 --- a/OpenIZ.Messaging.IMSI/Wcf/ImsiServiceBehavior.cs +++ b/OpenIZ.Messaging.IMSI/Wcf/ImsiServiceBehavior.cs @@ -419,7 +419,8 @@ public IdentifiedData Search(string resourceType) } } - return BundleUtil.CreateBundle(retVal, totalResults, Int32.Parse(offset ?? "0"), parsedLean); + + return BundleUtil.CreateBundle(retVal, totalResults, Int32.Parse(offset ?? "0"), parsedLean); } } else @@ -594,6 +595,7 @@ public void Patch(string resourceType, string id, Patch body) throw new ArgumentNullException(nameof(body)); else { + // Force load all properties for existing var applied = ApplicationContext.Current.GetService().Patch(body, existing, force); var data = handler.Update(applied); WebOperationContext.Current.OutgoingResponse.StatusCode = HttpStatusCode.NoContent; diff --git a/OpenIZ.Messaging.RISI.Client/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.RISI.Client/Properties/AssemblyInfo.cs index 3190020e..1deb18e1 100644 --- a/OpenIZ.Messaging.RISI.Client/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.RISI.Client/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using System.Reflection; using System.Resources; @@ -29,7 +28,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -43,7 +42,7 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Messaging.RISI.Client/RisiServiceClient.cs b/OpenIZ.Messaging.RISI.Client/RisiServiceClient.cs index 21688ec6..a5c57bdb 100644 --- a/OpenIZ.Messaging.RISI.Client/RisiServiceClient.cs +++ b/OpenIZ.Messaging.RISI.Client/RisiServiceClient.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using OpenIZ.Core.Data.Warehouse; using OpenIZ.Core.Http; using OpenIZ.Core.Interop.Clients; diff --git a/OpenIZ.Messaging.RISI/Properties/AssemblyInfo.cs b/OpenIZ.Messaging.RISI/Properties/AssemblyInfo.cs index c32a3758..93aa221e 100644 --- a/OpenIZ.Messaging.RISI/Properties/AssemblyInfo.cs +++ b/OpenIZ.Messaging.RISI/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using MARC.HI.EHRS.SVC.Core.Plugins; using System.Reflection; using System.Runtime.InteropServices; @@ -30,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,9 +50,9 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] // Assembly plugin info diff --git a/OpenIZ.Messaging.RISI/RisiMessageHandler.cs b/OpenIZ.Messaging.RISI/RisiMessageHandler.cs index 88627f98..ba452530 100644 --- a/OpenIZ.Messaging.RISI/RisiMessageHandler.cs +++ b/OpenIZ.Messaging.RISI/RisiMessageHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Interop; diff --git a/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiRestEndpointBehavior.cs b/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiRestEndpointBehavior.cs index ca61674a..d7e6894b 100644 --- a/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiRestEndpointBehavior.cs +++ b/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiRestEndpointBehavior.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-6 */ - using System; using System.ServiceModel.Channels; using System.ServiceModel.Description; diff --git a/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiSerializerOperationBehavior.cs b/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiSerializerOperationBehavior.cs index 3b7a006c..d3f05cc5 100644 --- a/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiSerializerOperationBehavior.cs +++ b/OpenIZ.Messaging.RISI/Wcf/Behavior/RisiSerializerOperationBehavior.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-6 */ - using OpenIZ.Core.Wcf.Serialization; using System.ServiceModel.Channels; using System.ServiceModel.Description; diff --git a/OpenIZ.Messaging.RISI/Wcf/HttpHelperExtensions.cs b/OpenIZ.Messaging.RISI/Wcf/HttpHelperExtensions.cs index 4664a715..c1c687e9 100644 --- a/OpenIZ.Messaging.RISI/Wcf/HttpHelperExtensions.cs +++ b/OpenIZ.Messaging.RISI/Wcf/HttpHelperExtensions.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.RISI/Wcf/IRisiContract.Adhoc.cs b/OpenIZ.Messaging.RISI/Wcf/IRisiContract.Adhoc.cs index bab4ce85..1bf08948 100644 --- a/OpenIZ.Messaging.RISI/Wcf/IRisiContract.Adhoc.cs +++ b/OpenIZ.Messaging.RISI/Wcf/IRisiContract.Adhoc.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Data.Warehouse; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using OpenIZ.Core.Data.Warehouse; using OpenIZ.Core.Model.RISI; using System; using System.Collections.Generic; diff --git a/OpenIZ.Messaging.RISI/Wcf/IRisiContract.cs b/OpenIZ.Messaging.RISI/Wcf/IRisiContract.cs index 12094630..35e16b02 100644 --- a/OpenIZ.Messaging.RISI/Wcf/IRisiContract.cs +++ b/OpenIZ.Messaging.RISI/Wcf/IRisiContract.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using OpenIZ.Core.Model.RISI; using System.Collections.Generic; using System.IO; diff --git a/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.Adhoc.cs b/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.Adhoc.cs index 90797fad..f90d2e1b 100644 --- a/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.Adhoc.cs +++ b/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.Adhoc.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.cs b/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.cs index 2b706910..d65e09e9 100644 --- a/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.cs +++ b/OpenIZ.Messaging.RISI/Wcf/RisiBehavior.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi * Date: 2016-8-28 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model.RISI; diff --git a/OpenIZ.OrmLite/Attributes/AlwaysJoinAttribute.cs b/OpenIZ.OrmLite/Attributes/AlwaysJoinAttribute.cs index 0b207607..0e6e2a90 100644 --- a/OpenIZ.OrmLite/Attributes/AlwaysJoinAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/AlwaysJoinAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/Attributes/AssociativeTableAttribute.cs b/OpenIZ.OrmLite/Attributes/AssociativeTableAttribute.cs index beff9651..94f5cb7e 100644 --- a/OpenIZ.OrmLite/Attributes/AssociativeTableAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/AssociativeTableAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-23 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/Attributes/AutoGeneratedAttribute.cs b/OpenIZ.OrmLite/Attributes/AutoGeneratedAttribute.cs index a0f50e56..00486b72 100644 --- a/OpenIZ.OrmLite/Attributes/AutoGeneratedAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/AutoGeneratedAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/Attributes/ColumnAttribute.cs b/OpenIZ.OrmLite/Attributes/ColumnAttribute.cs index ac51329f..2f210edd 100644 --- a/OpenIZ.OrmLite/Attributes/ColumnAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/ColumnAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/Attributes/ForeignKeyAttribute.cs b/OpenIZ.OrmLite/Attributes/ForeignKeyAttribute.cs index 01f12827..e844e560 100644 --- a/OpenIZ.OrmLite/Attributes/ForeignKeyAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/ForeignKeyAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/Attributes/NotNullAttribute.cs b/OpenIZ.OrmLite/Attributes/NotNullAttribute.cs index a347b3b1..86ba3c4e 100644 --- a/OpenIZ.OrmLite/Attributes/NotNullAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/NotNullAttribute.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-13 + * User: justi + * Date: 2017-3-12 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.OrmLite/Attributes/PrimaryKeyAttribute.cs b/OpenIZ.OrmLite/Attributes/PrimaryKeyAttribute.cs index 4fa827bf..508da5f1 100644 --- a/OpenIZ.OrmLite/Attributes/PrimaryKeyAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/PrimaryKeyAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/Attributes/TableAttribute.cs b/OpenIZ.OrmLite/Attributes/TableAttribute.cs index c2488a24..fc9330dd 100644 --- a/OpenIZ.OrmLite/Attributes/TableAttribute.cs +++ b/OpenIZ.OrmLite/Attributes/TableAttribute.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/ColumnMapping.cs b/OpenIZ.OrmLite/ColumnMapping.cs index 5e752506..0dc72a86 100644 --- a/OpenIZ.OrmLite/ColumnMapping.cs +++ b/OpenIZ.OrmLite/ColumnMapping.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Reflection; diff --git a/OpenIZ.OrmLite/Constants.cs b/OpenIZ.OrmLite/Constants.cs index acf6ba14..0d9ec328 100644 --- a/OpenIZ.OrmLite/Constants.cs +++ b/OpenIZ.OrmLite/Constants.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.OrmLite/DataContext.Command.cs b/OpenIZ.OrmLite/DataContext.Command.cs index 22b9746e..cf834566 100644 --- a/OpenIZ.OrmLite/DataContext.Command.cs +++ b/OpenIZ.OrmLite/DataContext.Command.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Map; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.Core.Model.Map; using OpenIZ.OrmLite.Providers; using System; using System.Collections.Generic; diff --git a/OpenIZ.OrmLite/DataContext.cs b/OpenIZ.OrmLite/DataContext.cs index 09fd9632..2019a50c 100644 --- a/OpenIZ.OrmLite/DataContext.cs +++ b/OpenIZ.OrmLite/DataContext.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenIZ.OrmLite/IAdoLoadedData.cs b/OpenIZ.OrmLite/IAdoLoadedData.cs index b1f904c4..59cf04e3 100644 --- a/OpenIZ.OrmLite/IAdoLoadedData.cs +++ b/OpenIZ.OrmLite/IAdoLoadedData.cs @@ -1,4 +1,23 @@ -namespace OpenIZ.OrmLite +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +namespace OpenIZ.OrmLite { /// /// Represents ADO loaded data diff --git a/OpenIZ.OrmLite/Properties/AssemblyInfo.cs b/OpenIZ.OrmLite/Properties/AssemblyInfo.cs index 6038d987..17b572ce 100644 --- a/OpenIZ.OrmLite/Properties/AssemblyInfo.cs +++ b/OpenIZ.OrmLite/Properties/AssemblyInfo.cs @@ -1,4 +1,23 @@ -using System.Reflection; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/OpenIZ.OrmLite/Providers/IDbProvider.cs b/OpenIZ.OrmLite/Providers/IDbProvider.cs index e10f6fc1..1c934ea9 100644 --- a/OpenIZ.OrmLite/Providers/IDbProvider.cs +++ b/OpenIZ.OrmLite/Providers/IDbProvider.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Configuration; using System.Data; diff --git a/OpenIZ.OrmLite/Providers/PostgreSQLProvider.cs b/OpenIZ.OrmLite/Providers/PostgreSQLProvider.cs index 991ada13..5983d08c 100644 --- a/OpenIZ.OrmLite/Providers/PostgreSQLProvider.cs +++ b/OpenIZ.OrmLite/Providers/PostgreSQLProvider.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenIZ.OrmLite/Providers/SqlEngineFeatures.cs b/OpenIZ.OrmLite/Providers/SqlEngineFeatures.cs index bfff959f..3d1d5e00 100644 --- a/OpenIZ.OrmLite/Providers/SqlEngineFeatures.cs +++ b/OpenIZ.OrmLite/Providers/SqlEngineFeatures.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-4 + */ +using System; namespace OpenIZ.OrmLite.Providers { diff --git a/OpenIZ.OrmLite/Providers/SqlKeyword.cs b/OpenIZ.OrmLite/Providers/SqlKeyword.cs index e974b15b..693a3fb6 100644 --- a/OpenIZ.OrmLite/Providers/SqlKeyword.cs +++ b/OpenIZ.OrmLite/Providers/SqlKeyword.cs @@ -1,4 +1,23 @@ -namespace OpenIZ.OrmLite.Providers +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-5 + */ +namespace OpenIZ.OrmLite.Providers { /// /// SQL Keywords diff --git a/OpenIZ.OrmLite/Providers/SqliteProvider.cs b/OpenIZ.OrmLite/Providers/SqliteProvider.cs index 9cc14568..73c3bc6d 100644 --- a/OpenIZ.OrmLite/Providers/SqliteProvider.cs +++ b/OpenIZ.OrmLite/Providers/SqliteProvider.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Diagnostics; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-2 + */ +using OpenIZ.Core.Diagnostics; using OpenIZ.Core.Model.Map; using System; using System.Collections.Generic; diff --git a/OpenIZ.OrmLite/QueryBuilder.cs b/OpenIZ.OrmLite/QueryBuilder.cs index 79056205..6617b6a9 100644 --- a/OpenIZ.OrmLite/QueryBuilder.cs +++ b/OpenIZ.OrmLite/QueryBuilder.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Map; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.Core.Model.Map; using OpenIZ.Core.Model.Query; using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.OrmLite/SqlQueryExpressionBuilder.cs b/OpenIZ.OrmLite/SqlQueryExpressionBuilder.cs index d4cc28e5..1015ab92 100644 --- a/OpenIZ.OrmLite/SqlQueryExpressionBuilder.cs +++ b/OpenIZ.OrmLite/SqlQueryExpressionBuilder.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Providers; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.OrmLite.Providers; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.OrmLite/SqlStatement.cs b/OpenIZ.OrmLite/SqlStatement.cs index 63a67a4a..2985a8ff 100644 --- a/OpenIZ.OrmLite/SqlStatement.cs +++ b/OpenIZ.OrmLite/SqlStatement.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Map; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.Core.Model.Map; using OpenIZ.OrmLite.Providers; using System; using System.Collections.Generic; diff --git a/OpenIZ.OrmLite/TableMapping.cs b/OpenIZ.OrmLite/TableMapping.cs index b9fc7d5f..e865281f 100644 --- a/OpenIZ.OrmLite/TableMapping.cs +++ b/OpenIZ.OrmLite/TableMapping.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/AdoDataConstants.cs b/OpenIZ.Persistence.Data.ADO/AdoDataConstants.cs index 66be6ead..2f948459 100644 --- a/OpenIZ.Persistence.Data.ADO/AdoDataConstants.cs +++ b/OpenIZ.Persistence.Data.ADO/AdoDataConstants.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-15 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfiguration.cs b/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfiguration.cs index 73cf8f40..d1e38edc 100644 --- a/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfiguration.cs +++ b/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfiguration.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-15 */ using OpenIZ.OrmLite.Providers; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfigurationSectionHandler.cs b/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfigurationSectionHandler.cs index 0a9e78f9..9dcddd12 100644 --- a/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfigurationSectionHandler.cs +++ b/OpenIZ.Persistence.Data.ADO/Configuration/AdoConfigurationSectionHandler.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-15 */ using OpenIZ.OrmLite.Providers; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Extensions/DataModelExtensions.cs b/OpenIZ.Persistence.Data.ADO/Data/Extensions/DataModelExtensions.cs index 610ad2f1..8baa8982 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Extensions/DataModelExtensions.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Extensions/DataModelExtensions.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Map/ModelMap.xml b/OpenIZ.Persistence.Data.ADO/Data/Map/ModelMap.xml index d875c88a..afefb47d 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Map/ModelMap.xml +++ b/OpenIZ.Persistence.Data.ADO/Data/Map/ModelMap.xml @@ -1,7 +1,7 @@  diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbAct.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbAct.cs index 0605d409..b3c59700 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbAct.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbAct.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-7-1 + * Date: 2017-1-14 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActParticipation.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActParticipation.cs index 0c096f9f..92412a38 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActParticipation.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActParticipation.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-7-1 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActProtocol.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActProtocol.cs index bf287ef5..058ef13d 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActProtocol.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActProtocol.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActRelationship.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActRelationship.cs index cd987a16..e16640bd 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActRelationship.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActRelationship.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,9 +15,8 @@ * the License. * * User: justi - * Date: 2016-7-1 + * Date: 2017-1-14 */ - using OpenIZ.OrmLite.Attributes; using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActVersion.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActVersion.cs index 8422b8d9..da1a1f4e 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActVersion.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbActVersion.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-7-1 + * Date: 2017-1-14 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbControlAct.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbControlAct.cs index a4c61c7d..451dd72b 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbControlAct.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbControlAct.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-7-24 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbObservation.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbObservation.cs index ae3f5913..03600068 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbObservation.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbObservation.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-7-24 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbPatientEncounter.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbPatientEncounter.cs index dba4f4b2..1d6d6368 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbPatientEncounter.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbPatientEncounter.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-7-1 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbProtocol.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbProtocol.cs index 5cbb7e9b..95bb852a 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbProtocol.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbProtocol.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbSubstanceAdministration.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbSubstanceAdministration.cs index cec45d5f..ad94ed38 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbSubstanceAdministration.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Acts/DbSubstanceAdministration.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-7-1 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertMessage.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertMessage.cs index d5f93922..25209985 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertMessage.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertMessage.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-1-20 + * User: justi + * Date: 2017-1-22 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertRcptTo.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertRcptTo.cs index f4311813..c11f5cb8 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertRcptTo.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Alerts/DbAlertRcptTo.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-1-21 + * User: justi + * Date: 2017-1-22 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbCodeSystem.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbCodeSystem.cs index 16e93258..0b3559c8 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbCodeSystem.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbCodeSystem.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConcept.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConcept.cs index 6a2c6e65..0b00d289 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConcept.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConcept.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using System; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptClass.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptClass.cs index 0580611b..3035fc2f 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptClass.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptClass.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptName.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptName.cs index c2809ba8..ff4d8397 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptName.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptName.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptReferenceTerm.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptReferenceTerm.cs index 2ba7eec6..420fc9a9 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptReferenceTerm.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptReferenceTerm.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationship.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationship.cs index f906a667..4bb64712 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationship.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationship.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationshipType.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationshipType.cs index 87ff8fe9..e6645ea7 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationshipType.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptRelationshipType.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptSet.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptSet.cs index 3bba175b..bed8f250 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptSet.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptSet.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptVersion.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptVersion.cs index 7008c8c5..e47c7529 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptVersion.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbConceptVersion.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using System; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTerm.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTerm.cs index 6e73bd20..616d8e30 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTerm.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTerm.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTermName.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTermName.cs index b7a6a0b9..c3a67ce5 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTermName.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Concepts/DbReferenceTermName.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.DataType; using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbAssigningAuthority.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbAssigningAuthority.cs index 984baf15..fe9d188f 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbAssigningAuthority.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbAssigningAuthority.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using OpenIZ.Persistence.Data.ADO.Data.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifier.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifier.cs index 9d06f7ae..361ff185 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifier.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifier.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifierType.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifierType.cs index 764d415b..97782004 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifierType.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbIdentifierType.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbPhonetics.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbPhonetics.cs index 8bfef60e..82cdd7f0 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbPhonetics.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DataType/DbPhonetics.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-14 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DbAssociatedEntity.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DbAssociatedEntity.cs index a19c5e04..96e06081 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DbAssociatedEntity.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DbAssociatedEntity.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DbBaseData.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DbBaseData.cs index b68953f8..2c67207d 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DbBaseData.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DbBaseData.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DbIdentified.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DbIdentified.cs index fe2ac3b3..ab7bec81 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DbIdentified.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DbIdentified.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-14 */ using OpenIZ.OrmLite; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DbSubTable.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DbSubTable.cs index 1007163b..191f3e32 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DbSubTable.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DbSubTable.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-15 + */ +using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; using OpenIZ.Persistence.Data.ADO.Data.Model.Entities; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/DbVersionedData.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/DbVersionedData.cs index a60409a9..7e017737 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/DbVersionedData.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/DbVersionedData.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbApplicationEntity.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbApplicationEntity.cs index aed850f4..f7ca8426 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbApplicationEntity.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbApplicationEntity.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbDeviceEntity.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbDeviceEntity.cs index a1d5e9f8..b7e64b92 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbDeviceEntity.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbDeviceEntity.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntity.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntity.cs index ade4b7fa..295c2111 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntity.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntity.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityAddress.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityAddress.cs index 0d6dcf01..149bccc2 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityAddress.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityAddress.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityName.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityName.cs index 8f629b46..8f024e7c 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityName.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityName.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityRelationship.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityRelationship.cs index 8c91bddf..9ce84373 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityRelationship.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityRelationship.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityVersion.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityVersion.cs index 303cb525..043b3aba 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityVersion.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbEntityVersion.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbGenericNameComponent.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbGenericNameComponent.cs index fb4ff486..a476803f 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbGenericNameComponent.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbGenericNameComponent.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbMaterial.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbMaterial.cs index 90d3842d..050d8847 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbMaterial.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbMaterial.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbOrganization.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbOrganization.cs index 405db86f..8c33e90f 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbOrganization.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbOrganization.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPerson.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPerson.cs index d3a11f09..34f99b06 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPerson.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPerson.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPersonLanguageCommunication.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPersonLanguageCommunication.cs index d846c5c8..b5f67664 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPersonLanguageCommunication.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPersonLanguageCommunication.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-6-28 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlace.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlace.cs index 03fd0fcb..3f2a951a 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlace.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlace.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlaceService.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlaceService.cs index 7a970161..cdd6f0a4 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlaceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbPlaceService.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-6-28 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbTelecomAddress.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbTelecomAddress.cs index 1aa303f1..9a7fc1e3 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbTelecomAddress.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbTelecomAddress.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Concepts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbUserEntity.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbUserEntity.cs index 5f843917..2683fe9d 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbUserEntity.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Entities/DbUserEntity.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,10 +15,8 @@ * the License. * * User: justi - * Date: 2016-6-28 + * Date: 2017-1-14 */ - - using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Security; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Error/FunctionErrorCode.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Error/FunctionErrorCode.cs index 6e885ca3..d5314ff5 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Error/FunctionErrorCode.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Error/FunctionErrorCode.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-18 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtension.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtension.cs index cf8fa734..5353bae7 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtension.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtension.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtensionType.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtensionType.cs index 328e7b22..a7df2c84 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtensionType.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbExtensionType.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbNote.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbNote.cs index 5a86e567..9e743ff1 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbNote.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbNote.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTag.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTag.cs index b3127772..e58b8cce 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTag.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTag.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTemplateDefinition.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTemplateDefinition.cs index 92a64025..cfee9a5c 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTemplateDefinition.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Extensibility/DbTemplateDefinition.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,9 +15,8 @@ * the License. * * User: justi - * Date: 2016-8-17 + * Date: 2017-1-14 */ - using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbPatient.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbPatient.cs index 96a23fe1..222b72e6 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbPatient.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbPatient.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using System; using OpenIZ.Core.Model.Entities; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbProvider.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbProvider.cs index 2f84fee2..ad76d07c 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbProvider.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Roles/DbProvider.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using System; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityApplication.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityApplication.cs index cb25d8b8..76a8b61c 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityApplication.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityApplication.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityDevice.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityDevice.cs index e42f6616..2623458b 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityDevice.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityDevice.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicy.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicy.cs index f9192312..9788c53e 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicy.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicy.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicyInstance.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicyInstance.cs index 8c593c9a..3b400d66 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicyInstance.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityPolicyInstance.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityRole.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityRole.cs index e9ebdb8a..e24fb600 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityRole.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityRole.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using OpenIZ.OrmLite.Attributes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityUser.cs b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityUser.cs index 49c6bc49..e5ef859c 100644 --- a/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityUser.cs +++ b/OpenIZ.Persistence.Data.ADO/Data/Model/Security/DbSecurityUser.cs @@ -1,6 +1,6 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology - * + * * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You may @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-14 */ using System; diff --git a/OpenIZ.Persistence.Data.ADO/Exceptions/AdoFormalConstraintException.cs b/OpenIZ.Persistence.Data.ADO/Exceptions/AdoFormalConstraintException.cs index 096829ce..59143371 100644 --- a/OpenIZ.Persistence.Data.ADO/Exceptions/AdoFormalConstraintException.cs +++ b/OpenIZ.Persistence.Data.ADO/Exceptions/AdoFormalConstraintException.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-21 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Persistence.Data.ADO/Properties/AssemblyInfo.cs b/OpenIZ.Persistence.Data.ADO/Properties/AssemblyInfo.cs index a914d69f..e1b4977c 100644 --- a/OpenIZ.Persistence.Data.ADO/Properties/AssemblyInfo.cs +++ b/OpenIZ.Persistence.Data.ADO/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,7 +50,7 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyVersion("0.2.0.*")] -[assembly: AssemblyInformationalVersion("Chippewa")] +[assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZ.Persistence.Data.ADO/Security/AdoClaimsIdentity.cs b/OpenIZ.Persistence.Data.ADO/Security/AdoClaimsIdentity.cs index 85f720ff..8810f2f5 100644 --- a/OpenIZ.Persistence.Data.ADO/Security/AdoClaimsIdentity.cs +++ b/OpenIZ.Persistence.Data.ADO/Security/AdoClaimsIdentity.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-16 */ using OpenIZ.Core.Services; using MARC.HI.EHRS.SVC.Core; diff --git a/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicy.cs b/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicy.cs index 54672a6e..f7ad8b67 100644 --- a/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicy.cs +++ b/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicy.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-16 */ using MARC.HI.EHRS.SVC.Core.Services.Policy; using OpenIZ.Core.Model.Interfaces; diff --git a/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicyInstance.cs b/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicyInstance.cs index dd256f27..40700868 100644 --- a/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicyInstance.cs +++ b/OpenIZ.Persistence.Data.ADO/Security/AdoSecurityPolicyInstance.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-16 */ using MARC.HI.EHRS.SVC.Core.Services.Policy; using OpenIZ.Core.Model.Map; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoApplicationIdentityProvider.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoApplicationIdentityProvider.cs index 4287935a..4e77b4a8 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoApplicationIdentityProvider.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoApplicationIdentityProvider.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-15 */ using OpenIZ.Core.Services; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoBasePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoBasePersistenceService.cs index c3701829..3598720a 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoBasePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoBasePersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-15 */ using System; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoDeviceIdentityProvider.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoDeviceIdentityProvider.cs index d8a4dddd..10476626 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoDeviceIdentityProvider.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoDeviceIdentityProvider.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-12 + * User: justi + * Date: 2017-3-13 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoIdentityProvider.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoIdentityProvider.cs index 1aaef1ad..aa4bb9eb 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoIdentityProvider.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoIdentityProvider.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-15 */ using MARC.HI.EHRS.SVC.Core.Services.Security; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoOidRegistrarService.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoOidRegistrarService.cs index bcaec5f3..db1ade02 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoOidRegistrarService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoOidRegistrarService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-3-24 + */ +using MARC.HI.EHRS.SVC.Core.Services; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoPersistenceService.cs index 45166559..efcecd29 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-15 */ using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoPolicyInformationService.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoPolicyInformationService.cs index c705d6ba..ee89c320 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoPolicyInformationService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoPolicyInformationService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-15 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Persistence.Data.ADO/Services/AdoRoleProvider.cs b/OpenIZ.Persistence.Data.ADO/Services/AdoRoleProvider.cs index 635364e3..5dd028d3 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/AdoRoleProvider.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/AdoRoleProvider.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-1-15 */ using MARC.HI.EHRS.SVC.Core.Services.Security; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/IAdoPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/IAdoPersistenceService.cs index 54a83a59..1935660c 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/IAdoPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/IAdoPersistenceService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Services; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.Core.Services; using OpenIZ.Persistence.Data.ADO.Data; using System; using System.Collections; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActDerivedPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActDerivedPersistenceService.cs index cc9edd96..b1e75cc6 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActDerivedPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActDerivedPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-3 + * Date: 2017-1-21 */ using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActPersistenceService.cs index 35d6d768..1ee2b023 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ActPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-3 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Acts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/AdoPersistenceCache.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/AdoPersistenceCache.cs index 9efd4a6e..ca29f438 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/AdoPersistenceCache.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/AdoPersistenceCache.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-6-25 + */ +using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model; using OpenIZ.Core.Services; using OpenIZ.OrmLite; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/AlertPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/AlertPersistenceService.cs index 0a078cb7..5f9e3cba 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/AlertPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/AlertPersistenceService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-1-20 + * User: justi + * Date: 2017-1-21 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ApplicationEntityPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ApplicationEntityPersistenceService.cs index fce2a484..6d13570e 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ApplicationEntityPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ApplicationEntityPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Entities; using OpenIZ.Core.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/AssigningAuthorityPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/AssigningAuthorityPersistenceService.cs index 7ed632dc..de86335a 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/AssigningAuthorityPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/AssigningAuthorityPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/BaseDataPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/BaseDataPersistenceService.cs index 9c7fe476..47e7de4b 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/BaseDataPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/BaseDataPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-2-4 */ using System; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/BundlePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/BundlePersistenceService.cs index cc2b59d4..b8bbf136 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/BundlePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/BundlePersistenceService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Collection; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using OpenIZ.Core.Model.Collection; using System; using System.Collections.Generic; using System.Globalization; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptPersistenceService.cs index c70241aa..4fe5ac25 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-18 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.DataTypes; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptSetPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptSetPersistenceService.cs index 97486c68..e7c81111 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptSetPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ConceptSetPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-18 + * Date: 2017-1-21 */ using System; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ControlActPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ControlActPersistenceService.cs index 5532badf..e5aa53a9 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ControlActPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ControlActPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-3 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Acts; using OpenIZ.Persistence.Data.ADO.Data; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/CorePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/CorePersistenceService.cs index 564a94e7..e66e2c54 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/CorePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/CorePersistenceService.cs @@ -1,4 +1,23 @@ -using MARC.HI.EHRS.SVC.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; using OpenIZ.Core.Model.Interfaces; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/DeviceEntityPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/DeviceEntityPersistenceService.cs index 575b0c64..58fedacb 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/DeviceEntityPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/DeviceEntityPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Entities; using OpenIZ.Core.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EncounterPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EncounterPersistenceService.cs index 4210b808..0ed09fae 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EncounterPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EncounterPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-3 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.DataTypes; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityAddressPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityAddressPersistenceService.cs index d981ba4c..557ae715 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityAddressPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityAddressPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-18 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.DataTypes; using OpenIZ.Core.Model.Entities; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityDerivedPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityDerivedPersistenceService.cs index 6bd88b0d..41595b00 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityDerivedPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityDerivedPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Entities; using OpenIZ.Persistence.Data.ADO.Data.Model; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityNamePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityNamePersistenceService.cs index f2d6395d..55371503 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityNamePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityNamePersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-18 + * Date: 2017-1-21 */ using MARC.HI.EHRS.SVC.Core; using OpenIZ.Core.Model.Constants; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityPersistenceService.cs index 26850a3f..459c6bc0 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/EntityPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-18 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Entities; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifiedPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifiedPersistenceService.cs index e6ca132a..e4f90bfb 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifiedPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifiedPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using System; using OpenIZ.Core.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifierTypePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifierTypePersistenceService.cs index 5c2874a5..33113c3c 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifierTypePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/IdentifierTypePersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-9-2 + * Date: 2017-1-21 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ManufacturedMaterialPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ManufacturedMaterialPersistenceService.cs index 770c1399..4a54b80a 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ManufacturedMaterialPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ManufacturedMaterialPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/MaterialPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/MaterialPersistenceService.cs index 598bc923..dd154355 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/MaterialPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/MaterialPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ObservationPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ObservationPersistenceService.cs index 833f6312..bb9f637e 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ObservationPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ObservationPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-3 + * Date: 2017-1-21 */ using System; using OpenIZ.Core.Model.Acts; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/OrganizationPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/OrganizationPersistenceService.cs index 3abb9601..a86110b8 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/OrganizationPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/OrganizationPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.DataTypes; using OpenIZ.Core.Model.Entities; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/PatientPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/PatientPersistenceService.cs index 11ecbea5..8ed8b532 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/PatientPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/PatientPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.DataTypes; using OpenIZ.Core.Model.Roles; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/PersonPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/PersonPersistenceService.cs index e3a71564..d099ef97 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/PersonPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/PersonPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using System; using System.Linq; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/PlacePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/PlacePersistenceService.cs index 733bf811..69e92638 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/PlacePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/PlacePersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Entities; using OpenIZ.Persistence.Data.ADO.Data; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProtocolPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProtocolPersistenceService.cs index c0439c03..499f11f7 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProtocolPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProtocolPersistenceService.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core.Model.Acts; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-3-20 + */ +using OpenIZ.Core.Model.Acts; using OpenIZ.OrmLite; using OpenIZ.Persistence.Data.ADO.Data.Model.Acts; using System; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProviderPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProviderPersistenceService.cs index 0960840b..28324404 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProviderPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ProviderPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.DataTypes; using OpenIZ.Persistence.Data.ADO.Data; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermNamePersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermNamePersistenceService.cs index 3cf6df73..fc831a07 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermNamePersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermNamePersistenceService.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-6-18 + * User: justi + * Date: 2017-6-21 */ using System; using System.Collections; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermPersistenceService.cs index e14d19fa..8b5b08f2 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/ReferenceTermPersistenceService.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-6-18 + * User: justi + * Date: 2017-6-21 */ - using System; using System.Linq; using System.Security.Principal; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/SecurityPersistenceServices.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/SecurityPersistenceServices.cs index 593b5143..d4de131e 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/SecurityPersistenceServices.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/SecurityPersistenceServices.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * + * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ - using OpenIZ.Core.Model; using OpenIZ.Core.Model.Security; using OpenIZ.OrmLite; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/SimpleVersionedEntityPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/SimpleVersionedEntityPersistenceService.cs index f615b845..03116a90 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/SimpleVersionedEntityPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/SimpleVersionedEntityPersistenceService.cs @@ -1,4 +1,23 @@ -using System.Security.Principal; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-1-21 + */ +using System.Security.Principal; using OpenIZ.Core.Model; using OpenIZ.Core.Model.Entities; using OpenIZ.Core.Model.Interfaces; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/SubstanceAdministrationPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/SubstanceAdministrationPersistenceService.cs index a2085a04..fb70ec92 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/SubstanceAdministrationPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/SubstanceAdministrationPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-3 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Acts; using OpenIZ.Core.Model.DataTypes; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/UserEntityPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/UserEntityPersistenceService.cs index 08ab8a52..5720e17b 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/UserEntityPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/UserEntityPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model.Entities; using OpenIZ.Core.Model.Security; diff --git a/OpenIZ.Persistence.Data.ADO/Services/Persistence/VersionedDataPersistenceService.cs b/OpenIZ.Persistence.Data.ADO/Services/Persistence/VersionedDataPersistenceService.cs index 8e34a719..afb4c1b0 100644 --- a/OpenIZ.Persistence.Data.ADO/Services/Persistence/VersionedDataPersistenceService.cs +++ b/OpenIZ.Persistence.Data.ADO/Services/Persistence/VersionedDataPersistenceService.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2017-1-21 */ using OpenIZ.Core.Model; using OpenIZ.Persistence.Data.ADO.Data.Model; diff --git a/OpenIZ.Persistence.Data.MSSQL.Test/Properties/AssemblyInfo.cs b/OpenIZ.Persistence.Data.MSSQL.Test/Properties/AssemblyInfo.cs index 4b3de14f..22fd6765 100644 --- a/OpenIZ.Persistence.Data.MSSQL.Test/Properties/AssemblyInfo.cs +++ b/OpenIZ.Persistence.Data.MSSQL.Test/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZ.Persistence.Data.MSSQL/Data/IDbObservation.cs b/OpenIZ.Persistence.Data.MSSQL/Data/IDbObservation.cs index 87e01bc2..b2199d01 100644 --- a/OpenIZ.Persistence.Data.MSSQL/Data/IDbObservation.cs +++ b/OpenIZ.Persistence.Data.MSSQL/Data/IDbObservation.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2016-11-30 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Persistence.Data.MSSQL/Data/dbfeatures.xml b/OpenIZ.Persistence.Data.MSSQL/Data/dbfeatures.xml index bd723668..5b339c5b 100644 --- a/OpenIZ.Persistence.Data.MSSQL/Data/dbfeatures.xml +++ b/OpenIZ.Persistence.Data.MSSQL/Data/dbfeatures.xml @@ -1,5 +1,4 @@  - diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/DbAssociation.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/DbAssociation.cs index 1abdf9dc..a596db04 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/DbAssociation.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/DbAssociation.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; namespace OpenIZ.Persistence.Reporting.PSQL.Model diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/DbIdentified.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/DbIdentified.cs index 083b0976..5848e952 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/DbIdentified.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/DbIdentified.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; using OpenIZ.OrmLite; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/IDbAssociation.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/IDbAssociation.cs index 2951e318..4a896aee 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/IDbAssociation.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/IDbAssociation.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; namespace OpenIZ.Persistence.Reporting.PSQL.Model diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/IDbIdentified.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/IDbIdentified.cs index b37203c2..128c9386 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/IDbIdentified.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/IDbIdentified.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; namespace OpenIZ.Persistence.Reporting.PSQL.Model diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/ParameterType.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/ParameterType.cs index 3f1a6b67..38568bc1 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/ParameterType.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/ParameterType.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinition.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinition.cs index 66d10321..f85d2b8c 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinition.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinition.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinitionFormatAssociation.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinitionFormatAssociation.cs index b8a4cb98..e3759d49 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinitionFormatAssociation.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportDefinitionFormatAssociation.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-16 */ - using System; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportFormat.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportFormat.cs index ff3e7bcb..551e7e55 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportFormat.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportFormat.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportParameter.cs b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportParameter.cs index 609a3035..a80fe05d 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Model/ReportParameter.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Model/ReportParameter.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; using OpenIZ.OrmLite.Attributes; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Properties/AssemblyInfo.cs b/OpenIZ.Persistence.Reporting.PSQL/Properties/AssemblyInfo.cs index c0b9f123..23b2445e 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Properties/AssemblyInfo.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-15 + * + * User: justi + * Date: 2017-1-16 */ - using System.Reflection; using System.Runtime.InteropServices; @@ -51,5 +50,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.4.*")] +[assembly: AssemblyVersion("0.9.6.*")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceConstants.cs b/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceConstants.cs index 8e314b6b..06b76764 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceConstants.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceConstants.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - namespace OpenIZ.Persistence.Reporting.PSQL { /// diff --git a/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceService.cs b/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceService.cs index fed241fa..7bca8a95 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceService.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/ReportingPersistenceService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-15 + * + * User: justi + * Date: 2017-4-16 */ - using System; using System.Configuration; using System.Diagnostics; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Services/CorePersistenceService.cs b/OpenIZ.Persistence.Reporting.PSQL/Services/CorePersistenceService.cs index 75a3c391..50599844 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Services/CorePersistenceService.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Services/CorePersistenceService.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Services/ParameterTypePersistenceService.cs b/OpenIZ.Persistence.Reporting.PSQL/Services/ParameterTypePersistenceService.cs index bcdef1d0..a469905a 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Services/ParameterTypePersistenceService.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Services/ParameterTypePersistenceService.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-15 + * + * User: justi + * Date: 2017-4-16 */ - using System; using System.Diagnostics; using System.Linq; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportDefinitionPersistenceService.cs b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportDefinitionPersistenceService.cs index 2fd3a718..f68b3379 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportDefinitionPersistenceService.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportDefinitionPersistenceService.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportFormatPersistenceService.cs b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportFormatPersistenceService.cs index 5ba86981..d6963971 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportFormatPersistenceService.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportFormatPersistenceService.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; using System.Data; using System.Diagnostics; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportParameterPersistenceService.cs b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportParameterPersistenceService.cs index 55baffdd..07671688 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportParameterPersistenceService.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportParameterPersistenceService.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-15 + * User: justi + * Date: 2017-4-16 */ - using System; using System.Diagnostics; using System.Linq; diff --git a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportPersistenceServiceBase.cs b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportPersistenceServiceBase.cs index d96671a8..58fa79b5 100644 --- a/OpenIZ.Persistence.Reporting.PSQL/Services/ReportPersistenceServiceBase.cs +++ b/OpenIZ.Persistence.Reporting.PSQL/Services/ReportPersistenceServiceBase.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-15 + * + * User: justi + * Date: 2017-4-16 */ - using MARC.HI.EHRS.SVC.Core.Data; using MARC.HI.EHRS.SVC.Core.Event; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Protocol.Xml.Test/Properties/AssemblyInfo.cs b/OpenIZ.Protocol.Xml.Test/Properties/AssemblyInfo.cs index 6b7172d4..e103086e 100644 --- a/OpenIZ.Protocol.Xml.Test/Properties/AssemblyInfo.cs +++ b/OpenIZ.Protocol.Xml.Test/Properties/AssemblyInfo.cs @@ -29,7 +29,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -50,6 +50,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZ.Protocol.Xml/AppletClinicalProtocolRepository.cs b/OpenIZ.Protocol.Xml/AppletClinicalProtocolRepository.cs index 5f13dbc3..7b950476 100644 --- a/OpenIZ.Protocol.Xml/AppletClinicalProtocolRepository.cs +++ b/OpenIZ.Protocol.Xml/AppletClinicalProtocolRepository.cs @@ -1,4 +1,23 @@ -using OpenIZ.Core; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using OpenIZ.Core; using OpenIZ.Core.Applets.Services; using OpenIZ.Core.Diagnostics; using OpenIZ.Core.Services; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBinaryExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBinaryExpression.cs index 520c2aa5..1abccf18 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBinaryExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBinaryExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBoundExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBoundExpression.cs index 6122a69f..18c16f4b 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBoundExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlBoundExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Linq.Expressions; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlConstantExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlConstantExpression.cs index 19538e1c..e1fc509e 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlConstantExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlConstantExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpression.cs index 19e88f12..96d2f72b 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpressionList.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpressionList.cs index 6a6b0b92..0bf5251f 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpressionList.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlExpressionList.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlLambdaExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlLambdaExpression.cs index 6bd516e9..b0ea0483 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlLambdaExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlLambdaExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMemberExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMemberExpression.cs index 76d38ba4..188ad0c8 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMemberExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMemberExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMethodCallExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMethodCallExpression.cs index d13da3c9..187b55af 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMethodCallExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlMethodCallExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Linq; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlParameterExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlParameterExpression.cs index ef348a72..dcca8603 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlParameterExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlParameterExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Linq.Expressions; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlTypeBinaryExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlTypeBinaryExpression.cs index 298f505d..898d0deb 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlTypeBinaryExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlTypeBinaryExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Linq.Expressions; diff --git a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlUnaryExpression.cs b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlUnaryExpression.cs index b5ed8a65..1f0762b4 100644 --- a/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlUnaryExpression.cs +++ b/OpenIZ.Protocol.Xml/Model/XmlLinq/XmlUnaryExpression.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-8-2 + * Date: 2016-12-1 */ using System; using System.Linq.Expressions; diff --git a/OpenIZ.Protocol.Xml/Properties/AssemblyInfo.cs b/OpenIZ.Protocol.Xml/Properties/AssemblyInfo.cs index 82a3d6cd..e8cb6b73 100644 --- a/OpenIZ.Protocol.Xml/Properties/AssemblyInfo.cs +++ b/OpenIZ.Protocol.Xml/Properties/AssemblyInfo.cs @@ -30,7 +30,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Mohawk College of Applied Arts and Technology")] [assembly: AssemblyProduct("Open Immunize (http://openiz.org)")] -[assembly: AssemblyCopyright("Copyright (C) 2016, Mohawk College of Applied Arts and Technology")] +[assembly: AssemblyCopyright("Copyright (C) 2015-2017, Mohawk College of Applied Arts and Technology")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] @@ -44,6 +44,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] -[assembly: AssemblyVersion("0.9.4.*")][assembly: AssemblyInformationalVersion("Chippewa")] +// [assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] +[assembly: AssemblyVersion("0.9.6.*")][assembly: AssemblyInformationalVersion("Edmonton")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/OpenIZ.Protocol.Xml/Schema/OpenIZProtocol.xsd b/OpenIZ.Protocol.Xml/Schema/OpenIZProtocol.xsd index c4af5d4c..5e66f110 100644 --- a/OpenIZ.Protocol.Xml/Schema/OpenIZProtocol.xsd +++ b/OpenIZ.Protocol.Xml/Schema/OpenIZProtocol.xsd @@ -1,4 +1,24 @@ + + diff --git a/OpenIZ.Reporting.Core/Auth/AuthenticationResult.cs b/OpenIZ.Reporting.Core/Auth/AuthenticationResult.cs index 23f6b913..4b102bd1 100644 --- a/OpenIZ.Reporting.Core/Auth/AuthenticationResult.cs +++ b/OpenIZ.Reporting.Core/Auth/AuthenticationResult.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-15 + * + * User: justi + * Date: 2017-4-4 */ - namespace OpenIZ.Reporting.Core.Auth { /// diff --git a/OpenIZ.Reporting.Core/Configuration/CertificateCredential.cs b/OpenIZ.Reporting.Core/Configuration/CertificateCredential.cs index 7d516671..c7ed83fe 100644 --- a/OpenIZ.Reporting.Core/Configuration/CertificateCredential.cs +++ b/OpenIZ.Reporting.Core/Configuration/CertificateCredential.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ - using System.Security.Cryptography.X509Certificates; using System.Xml.Serialization; diff --git a/OpenIZ.Reporting.Core/Configuration/CredentialBase.cs b/OpenIZ.Reporting.Core/Configuration/CredentialBase.cs index 0a5ef76a..9fd59895 100644 --- a/OpenIZ.Reporting.Core/Configuration/CredentialBase.cs +++ b/OpenIZ.Reporting.Core/Configuration/CredentialBase.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ namespace OpenIZ.Reporting.Core.Configuration { diff --git a/OpenIZ.Reporting.Core/Configuration/CredentialType.cs b/OpenIZ.Reporting.Core/Configuration/CredentialType.cs index 52f654eb..4a00abed 100644 --- a/OpenIZ.Reporting.Core/Configuration/CredentialType.cs +++ b/OpenIZ.Reporting.Core/Configuration/CredentialType.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ namespace OpenIZ.Reporting.Core.Configuration { diff --git a/OpenIZ.Reporting.Core/Configuration/Credentials.cs b/OpenIZ.Reporting.Core/Configuration/Credentials.cs index 10bb035e..cca1b265 100644 --- a/OpenIZ.Reporting.Core/Configuration/Credentials.cs +++ b/OpenIZ.Reporting.Core/Configuration/Credentials.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Core.Configuration diff --git a/OpenIZ.Reporting.Core/Configuration/ReportingConfiguration.cs b/OpenIZ.Reporting.Core/Configuration/ReportingConfiguration.cs index cc59bad0..6baa7f3d 100644 --- a/OpenIZ.Reporting.Core/Configuration/ReportingConfiguration.cs +++ b/OpenIZ.Reporting.Core/Configuration/ReportingConfiguration.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ - using System; using System.Xml.Serialization; diff --git a/OpenIZ.Reporting.Core/Configuration/ReportingConfigurationSectionHandler.cs b/OpenIZ.Reporting.Core/Configuration/ReportingConfigurationSectionHandler.cs index 8ddb15d8..c055284e 100644 --- a/OpenIZ.Reporting.Core/Configuration/ReportingConfigurationSectionHandler.cs +++ b/OpenIZ.Reporting.Core/Configuration/ReportingConfigurationSectionHandler.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ - using System; using System.Configuration; using System.Security.Cryptography.X509Certificates; diff --git a/OpenIZ.Reporting.Core/Configuration/UsernamePasswordCredential.cs b/OpenIZ.Reporting.Core/Configuration/UsernamePasswordCredential.cs index 4c5c4e3b..83a8e67c 100644 --- a/OpenIZ.Reporting.Core/Configuration/UsernamePasswordCredential.cs +++ b/OpenIZ.Reporting.Core/Configuration/UsernamePasswordCredential.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-10 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Core.Configuration diff --git a/OpenIZ.Reporting.Core/Event/AuthenticatedEventArgs.cs b/OpenIZ.Reporting.Core/Event/AuthenticatedEventArgs.cs index f76f9a24..2f8ebba7 100644 --- a/OpenIZ.Reporting.Core/Event/AuthenticatedEventArgs.cs +++ b/OpenIZ.Reporting.Core/Event/AuthenticatedEventArgs.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; using OpenIZ.Reporting.Core.Auth; diff --git a/OpenIZ.Reporting.Core/Event/AuthenticatingEventArgs.cs b/OpenIZ.Reporting.Core/Event/AuthenticatingEventArgs.cs index bfc87e43..23abb81b 100644 --- a/OpenIZ.Reporting.Core/Event/AuthenticatingEventArgs.cs +++ b/OpenIZ.Reporting.Core/Event/AuthenticatingEventArgs.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; namespace OpenIZ.Reporting.Core.Event diff --git a/OpenIZ.Reporting.Core/Event/AuthenticationErrorEventArgs.cs b/OpenIZ.Reporting.Core/Event/AuthenticationErrorEventArgs.cs index f3c46749..42ffbd48 100644 --- a/OpenIZ.Reporting.Core/Event/AuthenticationErrorEventArgs.cs +++ b/OpenIZ.Reporting.Core/Event/AuthenticationErrorEventArgs.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: Nityan - * Date: 2017-4-1 + * + * User: justi + * Date: 2017-4-4 */ - using System; namespace OpenIZ.Reporting.Core.Event diff --git a/OpenIZ.Reporting.Core/Exceptions/CertificateNotFoundException.cs b/OpenIZ.Reporting.Core/Exceptions/CertificateNotFoundException.cs index a7588400..a569eec8 100644 --- a/OpenIZ.Reporting.Core/Exceptions/CertificateNotFoundException.cs +++ b/OpenIZ.Reporting.Core/Exceptions/CertificateNotFoundException.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-7 */ - using System; using System.Runtime.Serialization; diff --git a/OpenIZ.Reporting.Core/Exceptions/ReportExecutionAuthorizationViolationException.cs b/OpenIZ.Reporting.Core/Exceptions/ReportExecutionAuthorizationViolationException.cs index 93b4c13d..64e6d1f8 100644 --- a/OpenIZ.Reporting.Core/Exceptions/ReportExecutionAuthorizationViolationException.cs +++ b/OpenIZ.Reporting.Core/Exceptions/ReportExecutionAuthorizationViolationException.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-4 + * User: justi + * Date: 2017-4-7 */ - using System; using System.Reflection; using System.Runtime.Serialization; diff --git a/OpenIZ.Reporting.Core/IAuthenticationHandler.cs b/OpenIZ.Reporting.Core/IAuthenticationHandler.cs index 148c7045..53c37222 100644 --- a/OpenIZ.Reporting.Core/IAuthenticationHandler.cs +++ b/OpenIZ.Reporting.Core/IAuthenticationHandler.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-7 */ - using System; using OpenIZ.Reporting.Core.Auth; using OpenIZ.Reporting.Core.Event; diff --git a/OpenIZ.Reporting.Core/IReportExecutor.cs b/OpenIZ.Reporting.Core/IReportExecutor.cs index d7b26351..44cebfe9 100644 --- a/OpenIZ.Reporting.Core/IReportExecutor.cs +++ b/OpenIZ.Reporting.Core/IReportExecutor.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-4-7 */ - using OpenIZ.Core.Model.RISI; using OpenIZ.Reporting.Core.Configuration; using System; diff --git a/OpenIZ.Reporting.Core/ISupportBasicAuthentication.cs b/OpenIZ.Reporting.Core/ISupportBasicAuthentication.cs index b84c6c8f..2964c9a1 100644 --- a/OpenIZ.Reporting.Core/ISupportBasicAuthentication.cs +++ b/OpenIZ.Reporting.Core/ISupportBasicAuthentication.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-7 */ - using OpenIZ.Reporting.Core.Auth; namespace OpenIZ.Reporting.Core diff --git a/OpenIZ.Reporting.Core/ISupportBearerAuthentication.cs b/OpenIZ.Reporting.Core/ISupportBearerAuthentication.cs index 80ef7b68..dee2695b 100644 --- a/OpenIZ.Reporting.Core/ISupportBearerAuthentication.cs +++ b/OpenIZ.Reporting.Core/ISupportBearerAuthentication.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-6 + * + * User: justi + * Date: 2017-1-7 */ - using OpenIZ.Reporting.Core.Auth; namespace OpenIZ.Reporting.Core diff --git a/OpenIZ.Reporting.Core/ISupportCertificateAuthentication.cs b/OpenIZ.Reporting.Core/ISupportCertificateAuthentication.cs index 34edf0a4..99beb837 100644 --- a/OpenIZ.Reporting.Core/ISupportCertificateAuthentication.cs +++ b/OpenIZ.Reporting.Core/ISupportCertificateAuthentication.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-7 */ - using System.Security.Cryptography.X509Certificates; namespace OpenIZ.Reporting.Core diff --git a/OpenIZ.Reporting.Core/Properties/AssemblyInfo.cs b/OpenIZ.Reporting.Core/Properties/AssemblyInfo.cs index edd58047..d15c1c28 100644 --- a/OpenIZ.Reporting.Core/Properties/AssemblyInfo.cs +++ b/OpenIZ.Reporting.Core/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-7 */ - using System.Reflection; using System.Runtime.InteropServices; @@ -51,5 +50,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.4.*")] +[assembly: AssemblyVersion("0.9.6.*")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Reporting.Jasper/Attributes/StringValueAttribute.cs b/OpenIZ.Reporting.Jasper/Attributes/StringValueAttribute.cs index 80361ddc..52381a98 100644 --- a/OpenIZ.Reporting.Jasper/Attributes/StringValueAttribute.cs +++ b/OpenIZ.Reporting.Jasper/Attributes/StringValueAttribute.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-4-20 + * User: justi + * Date: 2017-4-22 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Extensions/StringValueExtensions.cs b/OpenIZ.Reporting.Jasper/Extensions/StringValueExtensions.cs index bc1972f7..5d125abe 100644 --- a/OpenIZ.Reporting.Jasper/Extensions/StringValueExtensions.cs +++ b/OpenIZ.Reporting.Jasper/Extensions/StringValueExtensions.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-4-20 + * User: justi + * Date: 2017-4-22 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/JasperReportExecutor.cs b/OpenIZ.Reporting.Jasper/JasperReportExecutor.cs index 8ea0c4a1..ccd3079b 100644 --- a/OpenIZ.Reporting.Jasper/JasperReportExecutor.cs +++ b/OpenIZ.Reporting.Jasper/JasperReportExecutor.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-4-7 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Data; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Reporting.Jasper/Model/Collection/Item.cs b/OpenIZ.Reporting.Jasper/Model/Collection/Item.cs index 283e4c92..ea377a82 100644 --- a/OpenIZ.Reporting.Jasper/Model/Collection/Item.cs +++ b/OpenIZ.Reporting.Jasper/Model/Collection/Item.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Collection/ListOfValues.cs b/OpenIZ.Reporting.Jasper/Model/Collection/ListOfValues.cs index 17067007..a755eb75 100644 --- a/OpenIZ.Reporting.Jasper/Model/Collection/ListOfValues.cs +++ b/OpenIZ.Reporting.Jasper/Model/Collection/ListOfValues.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Collection/Query.cs b/OpenIZ.Reporting.Jasper/Model/Collection/Query.cs index d27ab981..efaf5d97 100644 --- a/OpenIZ.Reporting.Jasper/Model/Collection/Query.cs +++ b/OpenIZ.Reporting.Jasper/Model/Collection/Query.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Connection/XmlAConnection.cs b/OpenIZ.Reporting.Jasper/Model/Connection/XmlAConnection.cs index 7d9cd5bb..e4d91ad0 100644 --- a/OpenIZ.Reporting.Jasper/Model/Connection/XmlAConnection.cs +++ b/OpenIZ.Reporting.Jasper/Model/Connection/XmlAConnection.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Core/DataType.cs b/OpenIZ.Reporting.Jasper/Model/Core/DataType.cs index da18efbf..e233c279 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/DataType.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/DataType.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.Core diff --git a/OpenIZ.Reporting.Jasper/Model/Core/File.cs b/OpenIZ.Reporting.Jasper/Model/Core/File.cs index 43bf927d..868b89b2 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/File.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/File.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Core/Folder.cs b/OpenIZ.Reporting.Jasper/Model/Core/Folder.cs index b1912164..3c89520a 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/Folder.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/Folder.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System; using System.Xml.Serialization; diff --git a/OpenIZ.Reporting.Jasper/Model/Core/InputControl.cs b/OpenIZ.Reporting.Jasper/Model/Core/InputControl.cs index 4211301a..6fc8ff51 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/InputControl.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/InputControl.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Core/ReportOptions.cs b/OpenIZ.Reporting.Jasper/Model/Core/ReportOptions.cs index 497e14f2..44e197dd 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/ReportOptions.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/ReportOptions.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Core/ReportParameter.cs b/OpenIZ.Reporting.Jasper/Model/Core/ReportParameter.cs index ba57759c..d15717ab 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/ReportParameter.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/ReportParameter.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Core/ReportParameterType.cs b/OpenIZ.Reporting.Jasper/Model/Core/ReportParameterType.cs index e9a341cd..01bbe38b 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/ReportParameterType.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/ReportParameterType.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-4-20 + * + * User: justi + * Date: 2017-4-22 */ - using OpenIZ.Reporting.Jasper.Attributes; namespace OpenIZ.Reporting.Jasper.Model.Core diff --git a/OpenIZ.Reporting.Jasper/Model/Core/ReportUnit.cs b/OpenIZ.Reporting.Jasper/Model/Core/ReportUnit.cs index c71b715b..3fc98a67 100644 --- a/OpenIZ.Reporting.Jasper/Model/Core/ReportUnit.cs +++ b/OpenIZ.Reporting.Jasper/Model/Core/ReportUnit.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Collections.Generic; using System.Xml.Serialization; using OpenIZ.Reporting.Jasper.Model.Reference; diff --git a/OpenIZ.Reporting.Jasper/Model/DataSource/AwsDataSource.cs b/OpenIZ.Reporting.Jasper/Model/DataSource/AwsDataSource.cs index b708e50a..d78b148b 100644 --- a/OpenIZ.Reporting.Jasper/Model/DataSource/AwsDataSource.cs +++ b/OpenIZ.Reporting.Jasper/Model/DataSource/AwsDataSource.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/DataSource/BeanDataSource.cs b/OpenIZ.Reporting.Jasper/Model/DataSource/BeanDataSource.cs index 9b33357f..56b86a53 100644 --- a/OpenIZ.Reporting.Jasper/Model/DataSource/BeanDataSource.cs +++ b/OpenIZ.Reporting.Jasper/Model/DataSource/BeanDataSource.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/DataSource/JdbcDataSource.cs b/OpenIZ.Reporting.Jasper/Model/DataSource/JdbcDataSource.cs index 321543cd..db196b43 100644 --- a/OpenIZ.Reporting.Jasper/Model/DataSource/JdbcDataSource.cs +++ b/OpenIZ.Reporting.Jasper/Model/DataSource/JdbcDataSource.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/DataSource/JndiDataSource.cs b/OpenIZ.Reporting.Jasper/Model/DataSource/JndiDataSource.cs index 51ed075a..a23ac920 100644 --- a/OpenIZ.Reporting.Jasper/Model/DataSource/JndiDataSource.cs +++ b/OpenIZ.Reporting.Jasper/Model/DataSource/JndiDataSource.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.DataSource diff --git a/OpenIZ.Reporting.Jasper/Model/DataSource/SubDataSource.cs b/OpenIZ.Reporting.Jasper/Model/DataSource/SubDataSource.cs index 2104e1b7..c7403b74 100644 --- a/OpenIZ.Reporting.Jasper/Model/DataSource/SubDataSource.cs +++ b/OpenIZ.Reporting.Jasper/Model/DataSource/SubDataSource.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml; using System.Xml.Serialization; diff --git a/OpenIZ.Reporting.Jasper/Model/DataSource/VirtualDataSource.cs b/OpenIZ.Reporting.Jasper/Model/DataSource/VirtualDataSource.cs index 8145a7c8..1ebed399 100644 --- a/OpenIZ.Reporting.Jasper/Model/DataSource/VirtualDataSource.cs +++ b/OpenIZ.Reporting.Jasper/Model/DataSource/VirtualDataSource.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Error/ErrorDescriptor.cs b/OpenIZ.Reporting.Jasper/Model/Error/ErrorDescriptor.cs index b7212671..981bd29e 100644 --- a/OpenIZ.Reporting.Jasper/Model/Error/ErrorDescriptor.cs +++ b/OpenIZ.Reporting.Jasper/Model/Error/ErrorDescriptor.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-31 + * User: justi + * Date: 2017-4-4 */ - using System.Collections.Generic; using System.Xml.Serialization; diff --git a/OpenIZ.Reporting.Jasper/Model/Error/ErrorParameter.cs b/OpenIZ.Reporting.Jasper/Model/Error/ErrorParameter.cs index dc9ad756..85236221 100644 --- a/OpenIZ.Reporting.Jasper/Model/Error/ErrorParameter.cs +++ b/OpenIZ.Reporting.Jasper/Model/Error/ErrorParameter.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-31 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.Error diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/DataSourceReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/DataSourceReference.cs index 1e0376fc..2326af3b 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/DataSourceReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/DataSourceReference.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.Reference diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/DataTypeReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/DataTypeReference.cs index b1229985..79021db6 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/DataTypeReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/DataTypeReference.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/FileReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/FileReference.cs index 8722ddd9..fb69261c 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/FileReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/FileReference.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.Reference diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/InputControlReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/InputControlReference.cs index 6bd96a83..de2411d5 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/InputControlReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/InputControlReference.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/JrXmlFileReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/JrXmlFileReference.cs index 6758f16c..6b89e3fd 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/JrXmlFileReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/JrXmlFileReference.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.Reference diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/QueryReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/QueryReference.cs index 75a9ec2c..c30852b5 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/QueryReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/QueryReference.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/ReferenceBase.cs b/OpenIZ.Reporting.Jasper/Model/Reference/ReferenceBase.cs index af6d17a6..b74b14f5 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/ReferenceBase.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/ReferenceBase.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml; using System.Xml.Serialization; diff --git a/OpenIZ.Reporting.Jasper/Model/Reference/ResourceFileReference.cs b/OpenIZ.Reporting.Jasper/Model/Reference/ResourceFileReference.cs index 31b5d964..ec22c94e 100644 --- a/OpenIZ.Reporting.Jasper/Model/Reference/ResourceFileReference.cs +++ b/OpenIZ.Reporting.Jasper/Model/Reference/ResourceFileReference.cs @@ -14,10 +14,9 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ - using System.Xml.Serialization; namespace OpenIZ.Reporting.Jasper.Model.Reference diff --git a/OpenIZ.Reporting.Jasper/Model/ResourceBase.cs b/OpenIZ.Reporting.Jasper/Model/ResourceBase.cs index bb566c99..cc7089a4 100644 --- a/OpenIZ.Reporting.Jasper/Model/ResourceBase.cs +++ b/OpenIZ.Reporting.Jasper/Model/ResourceBase.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: Nityan - * Date: 2017-4-1 + * User: justi + * Date: 2017-4-4 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/ResourceLookup.cs b/OpenIZ.Reporting.Jasper/Model/ResourceLookup.cs index 0f97ee8c..b3185c40 100644 --- a/OpenIZ.Reporting.Jasper/Model/ResourceLookup.cs +++ b/OpenIZ.Reporting.Jasper/Model/ResourceLookup.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-31 + * User: justi + * Date: 2017-4-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Model/Resources.cs b/OpenIZ.Reporting.Jasper/Model/Resources.cs index 55a73e3d..c942f279 100644 --- a/OpenIZ.Reporting.Jasper/Model/Resources.cs +++ b/OpenIZ.Reporting.Jasper/Model/Resources.cs @@ -14,8 +14,8 @@ * License for the specific language governing permissions and limitations under * the License. * - * User: khannan - * Date: 2017-3-31 + * User: justi + * Date: 2017-4-1 */ using System; using System.Collections.Generic; diff --git a/OpenIZ.Reporting.Jasper/Properties/AssemblyInfo.cs b/OpenIZ.Reporting.Jasper/Properties/AssemblyInfo.cs index 7705d062..5a0f9be2 100644 --- a/OpenIZ.Reporting.Jasper/Properties/AssemblyInfo.cs +++ b/OpenIZ.Reporting.Jasper/Properties/AssemblyInfo.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-5 + * + * User: justi + * Date: 2017-1-7 */ - using System.Reflection; using System.Runtime.InteropServices; @@ -51,5 +50,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.4.*")] +[assembly: AssemblyVersion("0.9.6.*")] [assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/OpenIZ.Reporting.Jasper/Provider/MaterialValueProvider.cs b/OpenIZ.Reporting.Jasper/Provider/MaterialValueProvider.cs index 3353908d..be2e2133 100644 --- a/OpenIZ.Reporting.Jasper/Provider/MaterialValueProvider.cs +++ b/OpenIZ.Reporting.Jasper/Provider/MaterialValueProvider.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-15 + * + * User: justi + * Date: 2017-1-16 */ - using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; using OpenIZ.Core.Model; diff --git a/OpenIZ.Reporting.Jasper/Provider/PlaceValueProvider.cs b/OpenIZ.Reporting.Jasper/Provider/PlaceValueProvider.cs index 1dab8fa6..38520920 100644 --- a/OpenIZ.Reporting.Jasper/Provider/PlaceValueProvider.cs +++ b/OpenIZ.Reporting.Jasper/Provider/PlaceValueProvider.cs @@ -1,23 +1,22 @@ /* * Copyright 2015-2017 Mohawk College of Applied Arts and Technology * - * - * Licensed under the Apache License, Version 2.0 (the "License"); you - * may not use this file except in compliance with the License. You may - * obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under * the License. - * - * User: khannan - * Date: 2017-1-15 + * + * User: justi + * Date: 2017-1-16 */ - using System; using MARC.HI.EHRS.SVC.Core; using MARC.HI.EHRS.SVC.Core.Services; diff --git a/OpenIZ.Warehouse.ADO/ADODatawarehouse.cs b/OpenIZ.Warehouse.ADO/ADODatawarehouse.cs index 95551a8b..89a7a990 100644 --- a/OpenIZ.Warehouse.ADO/ADODatawarehouse.cs +++ b/OpenIZ.Warehouse.ADO/ADODatawarehouse.cs @@ -1,4 +1,23 @@ -using System; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-17 + */ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenIZ.Warehouse.ADO/Configuration/AdoConfiguration.cs b/OpenIZ.Warehouse.ADO/Configuration/AdoConfiguration.cs index 60fd7e11..178520a0 100644 --- a/OpenIZ.Warehouse.ADO/Configuration/AdoConfiguration.cs +++ b/OpenIZ.Warehouse.ADO/Configuration/AdoConfiguration.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-4-22 */ using OpenIZ.OrmLite.Providers; using System; diff --git a/OpenIZ.Warehouse.ADO/Configuration/AdoConfigurationSectionHandler.cs b/OpenIZ.Warehouse.ADO/Configuration/AdoConfigurationSectionHandler.cs index 3f202232..172b668f 100644 --- a/OpenIZ.Warehouse.ADO/Configuration/AdoConfigurationSectionHandler.cs +++ b/OpenIZ.Warehouse.ADO/Configuration/AdoConfigurationSectionHandler.cs @@ -15,7 +15,7 @@ * the License. * * User: justi - * Date: 2016-6-14 + * Date: 2017-4-22 */ using OpenIZ.OrmLite.Providers; using System; diff --git a/OpenIZ.Warehouse.ADO/Data/Model/AdhocDatamart.cs b/OpenIZ.Warehouse.ADO/Data/Model/AdhocDatamart.cs index e62a0681..4f31d75f 100644 --- a/OpenIZ.Warehouse.ADO/Data/Model/AdhocDatamart.cs +++ b/OpenIZ.Warehouse.ADO/Data/Model/AdhocDatamart.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Warehouse.ADO/Data/Model/AdhocProperty.cs b/OpenIZ.Warehouse.ADO/Data/Model/AdhocProperty.cs index b33a41c3..2a8af385 100644 --- a/OpenIZ.Warehouse.ADO/Data/Model/AdhocProperty.cs +++ b/OpenIZ.Warehouse.ADO/Data/Model/AdhocProperty.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Warehouse.ADO/Data/Model/AdhocQuery.cs b/OpenIZ.Warehouse.ADO/Data/Model/AdhocQuery.cs index a9dd0bd8..06b6cd37 100644 --- a/OpenIZ.Warehouse.ADO/Data/Model/AdhocQuery.cs +++ b/OpenIZ.Warehouse.ADO/Data/Model/AdhocQuery.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Warehouse.ADO/Data/Model/AdhocSchema.cs b/OpenIZ.Warehouse.ADO/Data/Model/AdhocSchema.cs index 68aea435..c07d6e77 100644 --- a/OpenIZ.Warehouse.ADO/Data/Model/AdhocSchema.cs +++ b/OpenIZ.Warehouse.ADO/Data/Model/AdhocSchema.cs @@ -1,4 +1,23 @@ -using OpenIZ.OrmLite.Attributes; +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-4-22 + */ +using OpenIZ.OrmLite.Attributes; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenIZ.Warehouse.ADO/DatawarehouseConstants.cs b/OpenIZ.Warehouse.ADO/DatawarehouseConstants.cs index 5e0d1421..c2a50703 100644 --- a/OpenIZ.Warehouse.ADO/DatawarehouseConstants.cs +++ b/OpenIZ.Warehouse.ADO/DatawarehouseConstants.cs @@ -1,4 +1,23 @@ -namespace OpenIZ.Warehouse.ADO +/* + * Copyright 2015-2017 Mohawk College of Applied Arts and Technology + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); you + * may not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + * User: justi + * Date: 2017-2-17 + */ +namespace OpenIZ.Warehouse.ADO { /// /// Datawarehouse constants diff --git a/OpenIZ.Warehouse.ADO/OpenIZ.Warehouse.ADO.csproj b/OpenIZ.Warehouse.ADO/OpenIZ.Warehouse.ADO.csproj index 98f5ec9f..5e0c8581 100644 --- a/OpenIZ.Warehouse.ADO/OpenIZ.Warehouse.ADO.csproj +++ b/OpenIZ.Warehouse.ADO/OpenIZ.Warehouse.ADO.csproj @@ -85,6 +85,11 @@ Always + + + OpenIZ.licenseheader + +