Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
elexis-3-core
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
elexis
elexis-3-core
Commits
356d0593
Commit
356d0593
authored
Nov 25, 2019
by
Marco Descher
🏔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[17027] Check result of transferToCoverage
parent
c3d8425d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/views/KonsDetailView.java
...s.core.ui/src/ch/elexis/core/ui/views/KonsDetailView.java
+6
-1
No files found.
bundles/ch.elexis.core.ui/src/ch/elexis/core/ui/views/KonsDetailView.java
View file @
356d0593
...
...
@@ -102,6 +102,7 @@ import ch.elexis.core.ui.views.controls.StickerComposite;
import
ch.elexis.core.utils.CoreUtil
;
import
ch.elexis.data.Konsultation
;
import
ch.elexis.data.Mandant
;
import
ch.rgw.tools.Result
;
import
ch.rgw.tools.StringTool
;
import
ch.rgw.tools.TimeTool
;
import
ch.rgw.tools.VersionedResource
;
...
...
@@ -918,8 +919,12 @@ public class KonsDetailView extends ViewPart
Messages
.
KonsDetailView_No
},
0
);
// $NON-NLS-1$
if
(
msd
.
open
()
==
Window
.
OK
)
{
EncounterServiceHolder
.
get
().
transferToCoverage
(
actEncounter
,
Result
<
IEncounter
>
transferResult
=
EncounterServiceHolder
.
get
().
transferToCoverage
(
actEncounter
,
changeToCoverage
,
false
);
if
(!
transferResult
.
isOK
())
{
SWTHelper
.
alert
(
"Error"
,
transferResult
.
toString
());
}
}
else
{
ignoreSelectionEventOnce
();
comboViewerFall
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment