MOIN,
ich habe meinen ersten BG Fall der Unfallversicherung.
ich möchte eine Rechung anlegen, in der die BG Ziffern ausgewählt werden. Hierbei habe ich als BG Rechnungskreis die entsprechende Auswahl angelegt.
wenn ich eine Rechnung anlegen will kommt folgende fehlermeldung:;
OS 14.6.1, tomedo v1.151.1.20] ERROR: Assertion failed: self.rechnung.isBGRechnungValue == self.rechnung.privatrechnungTyp.isBGValue: (PrivatRechnungViewController.m:761)
(
0 tomedo 0x0000000106069758 -[PrivatRechnungViewController arrangeViews] + 356
1 tomedo 0x0000000106075dc4 -[PrivatRechnungViewController onRechnungTypDidChange:] + 512
2 AppKit 0x000000019ab5cffc -[NSApplication(NSResponder) sendAction:to:from:] + 460
3 tomedo 0x000000010539a1b8 -[ZSApplication sendAction:to:from:] + 100
4 AppKit 0x000000019ab5ce00 -[NSControl sendAction:to:] + 72
5 AppKit 0x000000019ab5cd44 __26-[NSCell _sendActionFrom:]_block_invoke + 100
6 AppKit 0x000000019ab5cc6c -[NSCell _sendActionFrom:] + 204
7 AppKit 0x000000019ab5cb90 -[NSButtonCell _sendActionFrom:] + 88
8 AppKit 0x000000019b0ffe98 -[NSPopUpButtonCell _withAnimatedImageUpdatesIfApplicable:] + 92
9 AppKit 0x000000019acc4ae4 __38-[NSPopUpButtonCell _popUpItemAction:]_block_invoke + 100
10 AppKit 0x000000019acc4a3c -[NSPopUpButtonCell _popUpItemAction:] + 168
11 AppKit 0x000000019ab5cffc -[NSApplication(NSResponder) sendAction:to:from:] + 460
12 tomedo 0x000000010539a1b8 -[ZSApplication sendAction:to:from:] + 100
13 AppKit 0x000000019ac27088 -[NSMenuItem _corePerformAction] + 372
14 AppKit 0x000000019b1d748c _NSMenuPerformActionWithHighlighting + 152
15 AppKit 0x000000019ac5f830 -[NSMenu performActionForItemAtIndex:] + 200
16 AppKit 0x000000019ac5f750 -[NSMenu _internalPerformActionForItemAtIndex:] + 76
17 AppKit 0x000000019b1cddec +[NSCocoaMenuImpl _performActionForMenuItem:] + 84
18 AppKit 0x000000019aff6c10 -[NSMenuTrackingSession _performPostTrackingDismissalActions] + 268
19 AppKit 0x000000019aff6984 -[NSMenuTrackingSession startRunningMenuEventLoop:] + 1128
20 AppKit 0x000000019b72ac14 -[NSContextMenuTrackingSession startMonitoringEventsInMode:] + 136
21 AppKit 0x000000019afaf848 +[NSContextMenuImpl presentPopup:fromView:withContext:animated:] + 640
22 AppKit 0x000000019b1d8c94 _NSPopUpMenu + 2104
23 AppKit 0x000000019b1d8388 -[NSCocoaMenuImpl popUpMenu:atLocation:width:view:selectedItemIndexProvider:font:positioningRect:flags:options:] + 432
24 AppKit 0x000000019ac88a8c -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 616
25 AppKit 0x000000019ab58f14 -[NSControl mouseDown:] + 448
26 tomedo 0x00000001063191e8 -[NSControl(getFirstResponderOnMouseDown) zs_mouseDown:] + 352
27 AppKit 0x000000019ab57ce0 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 3472
28 AppKit 0x000000019aae3504 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 288
29 AppKit 0x000000019aae3210 -[NSWindow(NSEventRouting) sendEvent:] + 284
30 tomedo 0x00000001061e21f8 -[ZSWindowWithPopover sendEvent:] + 556
31 AppKit 0x000000019b1ac4f0 -[NSApplication(NSEventRouting) sendEvent:] + 1604
32 tomedo 0x0000000105397eb4 -[ZSApplication sendEvent:] + 2092
33 AppKit 0x000000019adf9d9c -[NSApplication _handleEvent:] + 60
34 AppKit 0x000000019a9aa020 -[NSApplication run] + 512
35 AppKit 0x000000019a981240 NSApplicationMain + 880
36 tomedo 0x0000000104701b70 main + 4752
37 dyld 0x0000000196cef154 start + 2476
)
Was muss ich in Tomedo machen, um (den ersten) BG Patienten die entsprechden Rechnungen zuzuordnen mit den spezifischen BG Leistungsinhalten?
ich habe meinen ersten BG Fall der Unfallversicherung.
ich möchte eine Rechung anlegen, in der die BG Ziffern ausgewählt werden. Hierbei habe ich als BG Rechnungskreis die entsprechende Auswahl angelegt.
wenn ich eine Rechnung anlegen will kommt folgende fehlermeldung:;
OS 14.6.1, tomedo v1.151.1.20] ERROR: Assertion failed: self.rechnung.isBGRechnungValue == self.rechnung.privatrechnungTyp.isBGValue: (PrivatRechnungViewController.m:761)
(
0 tomedo 0x0000000106069758 -[PrivatRechnungViewController arrangeViews] + 356
1 tomedo 0x0000000106075dc4 -[PrivatRechnungViewController onRechnungTypDidChange:] + 512
2 AppKit 0x000000019ab5cffc -[NSApplication(NSResponder) sendAction:to:from:] + 460
3 tomedo 0x000000010539a1b8 -[ZSApplication sendAction:to:from:] + 100
4 AppKit 0x000000019ab5ce00 -[NSControl sendAction:to:] + 72
5 AppKit 0x000000019ab5cd44 __26-[NSCell _sendActionFrom:]_block_invoke + 100
6 AppKit 0x000000019ab5cc6c -[NSCell _sendActionFrom:] + 204
7 AppKit 0x000000019ab5cb90 -[NSButtonCell _sendActionFrom:] + 88
8 AppKit 0x000000019b0ffe98 -[NSPopUpButtonCell _withAnimatedImageUpdatesIfApplicable:] + 92
9 AppKit 0x000000019acc4ae4 __38-[NSPopUpButtonCell _popUpItemAction:]_block_invoke + 100
10 AppKit 0x000000019acc4a3c -[NSPopUpButtonCell _popUpItemAction:] + 168
11 AppKit 0x000000019ab5cffc -[NSApplication(NSResponder) sendAction:to:from:] + 460
12 tomedo 0x000000010539a1b8 -[ZSApplication sendAction:to:from:] + 100
13 AppKit 0x000000019ac27088 -[NSMenuItem _corePerformAction] + 372
14 AppKit 0x000000019b1d748c _NSMenuPerformActionWithHighlighting + 152
15 AppKit 0x000000019ac5f830 -[NSMenu performActionForItemAtIndex:] + 200
16 AppKit 0x000000019ac5f750 -[NSMenu _internalPerformActionForItemAtIndex:] + 76
17 AppKit 0x000000019b1cddec +[NSCocoaMenuImpl _performActionForMenuItem:] + 84
18 AppKit 0x000000019aff6c10 -[NSMenuTrackingSession _performPostTrackingDismissalActions] + 268
19 AppKit 0x000000019aff6984 -[NSMenuTrackingSession startRunningMenuEventLoop:] + 1128
20 AppKit 0x000000019b72ac14 -[NSContextMenuTrackingSession startMonitoringEventsInMode:] + 136
21 AppKit 0x000000019afaf848 +[NSContextMenuImpl presentPopup:fromView:withContext:animated:] + 640
22 AppKit 0x000000019b1d8c94 _NSPopUpMenu + 2104
23 AppKit 0x000000019b1d8388 -[NSCocoaMenuImpl popUpMenu:atLocation:width:view:selectedItemIndexProvider:font:positioningRect:flags:options:] + 432
24 AppKit 0x000000019ac88a8c -[NSPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 616
25 AppKit 0x000000019ab58f14 -[NSControl mouseDown:] + 448
26 tomedo 0x00000001063191e8 -[NSControl(getFirstResponderOnMouseDown) zs_mouseDown:] + 352
27 AppKit 0x000000019ab57ce0 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 3472
28 AppKit 0x000000019aae3504 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 288
29 AppKit 0x000000019aae3210 -[NSWindow(NSEventRouting) sendEvent:] + 284
30 tomedo 0x00000001061e21f8 -[ZSWindowWithPopover sendEvent:] + 556
31 AppKit 0x000000019b1ac4f0 -[NSApplication(NSEventRouting) sendEvent:] + 1604
32 tomedo 0x0000000105397eb4 -[ZSApplication sendEvent:] + 2092
33 AppKit 0x000000019adf9d9c -[NSApplication _handleEvent:] + 60
34 AppKit 0x000000019a9aa020 -[NSApplication run] + 512
35 AppKit 0x000000019a981240 NSApplicationMain + 880
36 tomedo 0x0000000104701b70 main + 4752
37 dyld 0x0000000196cef154 start + 2476
)
Was muss ich in Tomedo machen, um (den ersten) BG Patienten die entsprechden Rechnungen zuzuordnen mit den spezifischen BG Leistungsinhalten?