From 0652b5d1b0f822cbb4316707b84ec74d087f8a66 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Wed, 29 Nov 2023 16:44:51 +0100 Subject: [PATCH] Customer Versicherten Nummer Status --- BeWo/View/Detail/CustomerView.xaml | 10 ++++- BeWo/ViewModel/CustomerVM.cs | 37 +++++++++++++++++++ Dakota/Dakota.csproj | 2 +- Dakota/Logic/DakotaInfoCreator.cs | 21 +++++------ .../Models/Blocke/BlockAbrechnungsposition.cs | 6 +-- Dakota/Models/Blocke/BlockKlient.cs | 10 ++--- Dakota/Models/Blocke/BlockKrankenkasse.cs | 6 +-- Dakota/Models/Daten/DatenelementDecimal.cs | 5 ++- .../Models/Infos/InfoAbrechnungsposition.cs | 5 --- Dakota/Models/Infos/InfoBlockKostentrager.cs | 4 +- ...ockKvKarte.cs => InfoBlockKrankenkasse.cs} | 8 ++-- Dakota/Models/Infos/InfoNachrichtSLGA.cs | 2 +- Dakota/Models/Infos/InfoNachrichtSLLA.cs | 2 +- Dakota/Models/Nachrichten/NachrichtSLGA.cs | 2 +- Dakota/Models/Nachrichten/NachrichtSLLA.cs | 2 +- Dakota/Models/Segmente/SLGA/SegmentSLGAFKT.cs | 6 +-- Dakota/Models/Segmente/SLLA/SegmentSLLAFKT.cs | 6 +-- Data/Entities/Customer.cs | 34 ++++++++++++++++- Data/Mappings/Customer.hbm.xml | 5 ++- .../Changes_2023_11_29_Versichertennummer.txt | 3 ++ Service/DCEntityMapper/CustomerDC_Customer.cs | 4 ++ Shared/DataContracts/CustomerDC.cs | 6 +++ 22 files changed, 134 insertions(+), 52 deletions(-) rename Dakota/Models/Infos/{InfoBlockKvKarte.cs => InfoBlockKrankenkasse.cs} (70%) create mode 100644 Model/Changes_2023_11_29_Versichertennummer.txt diff --git a/BeWo/View/Detail/CustomerView.xaml b/BeWo/View/Detail/CustomerView.xaml index fe25b9069..26c4b7ef1 100644 --- a/BeWo/View/Detail/CustomerView.xaml +++ b/BeWo/View/Detail/CustomerView.xaml @@ -376,7 +376,13 @@