Index: APPS/Halux/Planning/impl/DisplayInfoGeproduceerd.cls.xml
===================================================================
diff -u -r29059 -r40816
--- APPS/Halux/Planning/impl/DisplayInfoGeproduceerd.cls.xml (.../DisplayInfoGeproduceerd.cls.xml) (revision 29059)
+++ APPS/Halux/Planning/impl/DisplayInfoGeproduceerd.cls.xml (.../DisplayInfoGeproduceerd.cls.xml) (revision 40816)
@@ -25,29 +25,28 @@
35
-
-
-Do ##class(APPS.Halux.Planning.impl.DisplayInfoGeproduceerd).DisplayAlleProductieLijnen()
+
1
-
+
1
%ListOfDataTypes
@@ -80,7 +79,7 @@
DisplayWriterType="DEV" of "HTML"
-ProductieLijn:APPS.Halux.common.enu.ProductieLijn,DisplayWriterType:%String="DEV"
+LedDisplay:APPS.Halux.common.enu.LedDisplay,DisplayWriterType:%String="DEV"
1
1
%Status
@@ -89,14 +88,13 @@
#dim Status As %Status = $$$OK
Set ..DisplayWriterType=DisplayWriterType
try {
- #dim DeviceNaam As TECH.String = ..GeefDeviceNaam(ProductieLijn)
- Do ..GeefDisplayWriter(DeviceNaam)
+ Do ..GeefDisplayWriter(LedDisplay)
} catch {
Set ..DisplayDevice=""
#dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch()
Set InnerExceptie = ##class(TECH.Exceptions.GeneralErrorException).%New("Kan device niet openen")
- Do InnerExceptie.VoegToeExtraInfo("ProductieLijn = "_ProductieLijn)
- Do InnerExceptie.VoegToeExtraInfo("Device = "_DeviceNaam)
+ Do InnerExceptie.VoegToeExtraInfo("ProductieLijn = "_..GeefProductieLijnOmschrijvingVoorLedDisplay(LedDisplay))
+ Do InnerExceptie.VoegToeExtraInfo("Device = "_LedDisplay)
Do Exceptie.VoegToeInnerExceptie(InnerExceptie)
Do ##class(TECH.ExceptionHandler).Throw(Exceptie)
}
@@ -106,12 +104,12 @@
-ProductieLijn:APPS.Halux.common.enu.ProductieLijn
+LedDisplay:APPS.Halux.common.enu.LedDisplay
+
+LedDisplay:APPS.Halux.common.enu.LedDisplay
+%String
+
+
+
-ProductieLijn:APPS.Halux.common.enu.ProductieLijn
+LedDisplay:APPS.Halux.common.enu.LedDisplay
1
-
-ProductieLijn:APPS.Halux.common.enu.ProductieLijn
-1
-TECH.String
-
-
-
ProductieLijn:APPS.Halux.common.enu.ProductieLijn
1