diff --git a/eDosStation/App.config b/eDosStation/App.config
index 417ea9b..98b9049 100644
--- a/eDosStation/App.config
+++ b/eDosStation/App.config
@@ -17,6 +17,18 @@
1
+
+ 1
+
+
+ 11
+
+
+ BR1
+
+
+ Venus
+
\ No newline at end of file
diff --git a/eDosStation/DataSet1.Designer.cs b/eDosStation/DataSet1.Designer.cs
index 0902d1e..578d920 100644
--- a/eDosStation/DataSet1.Designer.cs
+++ b/eDosStation/DataSet1.Designer.cs
@@ -322,6 +322,10 @@ namespace eDosStation {
private global::System.Data.DataColumn columnEPDRad;
+ private global::System.Data.DataColumn columnInst_CODE;
+
+ private global::System.Data.DataColumn columnTaskType_CODE;
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public GetTaskListDataTable() {
@@ -387,6 +391,22 @@ namespace eDosStation {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public global::System.Data.DataColumn Inst_CODEColumn {
+ get {
+ return this.columnInst_CODE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public global::System.Data.DataColumn TaskType_CODEColumn {
+ get {
+ return this.columnTaskType_CODE;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -424,13 +444,15 @@ namespace eDosStation {
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
- public GetTaskListRow AddGetTaskListRow(string Task_Name, string TaskDescription, string EPDRad) {
+ public GetTaskListRow AddGetTaskListRow(string Task_Name, string TaskDescription, string EPDRad, int Inst_CODE, int TaskType_CODE) {
GetTaskListRow rowGetTaskListRow = ((GetTaskListRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
Task_Name,
TaskDescription,
- EPDRad};
+ EPDRad,
+ Inst_CODE,
+ TaskType_CODE};
rowGetTaskListRow.ItemArray = columnValuesArray;
this.Rows.Add(rowGetTaskListRow);
return rowGetTaskListRow;
@@ -464,6 +486,8 @@ namespace eDosStation {
this.columnTask_Name = base.Columns["Task_Name"];
this.columnTaskDescription = base.Columns["TaskDescription"];
this.columnEPDRad = base.Columns["EPDRad"];
+ this.columnInst_CODE = base.Columns["Inst_CODE"];
+ this.columnTaskType_CODE = base.Columns["TaskType_CODE"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -477,6 +501,10 @@ namespace eDosStation {
base.Columns.Add(this.columnTaskDescription);
this.columnEPDRad = new global::System.Data.DataColumn("EPDRad", typeof(string), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnEPDRad);
+ this.columnInst_CODE = new global::System.Data.DataColumn("Inst_CODE", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnInst_CODE);
+ this.columnTaskType_CODE = new global::System.Data.DataColumn("TaskType_CODE", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnTaskType_CODE);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnID_Task}, true));
this.columnID_Task.AutoIncrement = true;
@@ -671,6 +699,10 @@ namespace eDosStation {
private global::System.Data.DataColumn columnMarginExceeded;
+ private global::System.Data.DataColumn columnTaskType_CODE;
+
+ private global::System.Data.DataColumn columnInst_CODE1;
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public GetTaskInfoDataTable() {
@@ -896,6 +928,22 @@ namespace eDosStation {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public global::System.Data.DataColumn TaskType_CODEColumn {
+ get {
+ return this.columnTaskType_CODE;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public global::System.Data.DataColumn Inst_CODE1Column {
+ get {
+ return this.columnInst_CODE1;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
[global::System.ComponentModel.Browsable(false)]
@@ -956,7 +1004,9 @@ namespace eDosStation {
string Description,
int Inst_CODE,
double MinWorkerDosisMargin,
- bool MarginExceeded) {
+ bool MarginExceeded,
+ int TaskType_CODE,
+ int Inst_CODE1) {
GetTaskInfoRow rowGetTaskInfoRow = ((GetTaskInfoRow)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
@@ -982,7 +1032,9 @@ namespace eDosStation {
Description,
Inst_CODE,
MinWorkerDosisMargin,
- MarginExceeded};
+ MarginExceeded,
+ TaskType_CODE,
+ Inst_CODE1};
rowGetTaskInfoRow.ItemArray = columnValuesArray;
this.Rows.Add(rowGetTaskInfoRow);
return rowGetTaskInfoRow;
@@ -1036,6 +1088,8 @@ namespace eDosStation {
this.columnInst_CODE = base.Columns["Inst_CODE"];
this.columnMinWorkerDosisMargin = base.Columns["MinWorkerDosisMargin"];
this.columnMarginExceeded = base.Columns["MarginExceeded"];
+ this.columnTaskType_CODE = base.Columns["TaskType_CODE"];
+ this.columnInst_CODE1 = base.Columns["Inst_CODE1"];
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
@@ -1089,6 +1143,10 @@ namespace eDosStation {
base.Columns.Add(this.columnMinWorkerDosisMargin);
this.columnMarginExceeded = new global::System.Data.DataColumn("MarginExceeded", typeof(bool), null, global::System.Data.MappingType.Element);
base.Columns.Add(this.columnMarginExceeded);
+ this.columnTaskType_CODE = new global::System.Data.DataColumn("TaskType_CODE", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnTaskType_CODE);
+ this.columnInst_CODE1 = new global::System.Data.DataColumn("Inst_CODE1", typeof(int), null, global::System.Data.MappingType.Element);
+ base.Columns.Add(this.columnInst_CODE1);
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
this.columnID_Task}, true));
this.columnID_Task.AutoIncrement = true;
@@ -1299,6 +1357,38 @@ namespace eDosStation {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public int Inst_CODE {
+ get {
+ try {
+ return ((int)(this[this.tableGetTaskList.Inst_CODEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'Inst_CODE\' in table \'GetTaskList\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableGetTaskList.Inst_CODEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public int TaskType_CODE {
+ get {
+ try {
+ return ((int)(this[this.tableGetTaskList.TaskType_CODEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'TaskType_CODE\' in table \'GetTaskList\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableGetTaskList.TaskType_CODEColumn] = value;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsTask_NameNull() {
@@ -1322,6 +1412,30 @@ namespace eDosStation {
public void SetTaskDescriptionNull() {
this[this.tableGetTaskList.TaskDescriptionColumn] = global::System.Convert.DBNull;
}
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public bool IsInst_CODENull() {
+ return this.IsNull(this.tableGetTaskList.Inst_CODEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public void SetInst_CODENull() {
+ this[this.tableGetTaskList.Inst_CODEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public bool IsTaskType_CODENull() {
+ return this.IsNull(this.tableGetTaskList.TaskType_CODEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public void SetTaskType_CODENull() {
+ this[this.tableGetTaskList.TaskType_CODEColumn] = global::System.Convert.DBNull;
+ }
}
///
@@ -1712,6 +1826,38 @@ namespace eDosStation {
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public int TaskType_CODE {
+ get {
+ try {
+ return ((int)(this[this.tableGetTaskInfo.TaskType_CODEColumn]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'TaskType_CODE\' in table \'GetTaskInfo\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableGetTaskInfo.TaskType_CODEColumn] = value;
+ }
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public int Inst_CODE1 {
+ get {
+ try {
+ return ((int)(this[this.tableGetTaskInfo.Inst_CODE1Column]));
+ }
+ catch (global::System.InvalidCastException e) {
+ throw new global::System.Data.StrongTypingException("The value for column \'Inst_CODE1\' in table \'GetTaskInfo\' is DBNull.", e);
+ }
+ }
+ set {
+ this[this.tableGetTaskInfo.Inst_CODE1Column] = value;
+ }
+ }
+
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool IsTask_NameNull() {
@@ -1975,6 +2121,30 @@ namespace eDosStation {
public void SetMarginExceededNull() {
this[this.tableGetTaskInfo.MarginExceededColumn] = global::System.Convert.DBNull;
}
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public bool IsTaskType_CODENull() {
+ return this.IsNull(this.tableGetTaskInfo.TaskType_CODEColumn);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public void SetTaskType_CODENull() {
+ this[this.tableGetTaskInfo.TaskType_CODEColumn] = global::System.Convert.DBNull;
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public bool IsInst_CODE1Null() {
+ return this.IsNull(this.tableGetTaskInfo.Inst_CODE1Column);
+ }
+
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
+ public void SetInst_CODE1Null() {
+ this[this.tableGetTaskInfo.Inst_CODE1Column] = global::System.Convert.DBNull;
+ }
}
///
@@ -2174,6 +2344,8 @@ namespace eDosStation.DataSet1TableAdapters {
tableMapping.ColumnMappings.Add("Task_Name", "Task_Name");
tableMapping.ColumnMappings.Add("TaskDescription", "TaskDescription");
tableMapping.ColumnMappings.Add("EPDRad", "EPDRad");
+ tableMapping.ColumnMappings.Add("Inst_CODE", "Inst_CODE");
+ tableMapping.ColumnMappings.Add("TaskType_CODE", "TaskType_CODE");
this._adapter.TableMappings.Add(tableMapping);
}
@@ -2365,6 +2537,8 @@ namespace eDosStation.DataSet1TableAdapters {
tableMapping.ColumnMappings.Add("Inst_CODE", "Inst_CODE");
tableMapping.ColumnMappings.Add("MinWorkerDosisMargin", "MinWorkerDosisMargin");
tableMapping.ColumnMappings.Add("MarginExceeded", "MarginExceeded");
+ tableMapping.ColumnMappings.Add("TaskType_CODE", "TaskType_CODE");
+ tableMapping.ColumnMappings.Add("Inst_CODE1", "Inst_CODE1");
this._adapter.TableMappings.Add(tableMapping);
}
diff --git a/eDosStation/DataSet1.xsd b/eDosStation/DataSet1.xsd
index f6f9284..776841e 100644
--- a/eDosStation/DataSet1.xsd
+++ b/eDosStation/DataSet1.xsd
@@ -25,6 +25,8 @@
+
+
@@ -68,6 +70,8 @@
+
+
@@ -79,7 +83,7 @@
-
+
@@ -104,10 +108,12 @@
+
+
-
+
@@ -164,6 +170,8 @@
+
+
diff --git a/eDosStation/DataSet1.xss b/eDosStation/DataSet1.xss
index 8c4c522..e88812e 100644
--- a/eDosStation/DataSet1.xss
+++ b/eDosStation/DataSet1.xss
@@ -6,7 +6,7 @@
-->
-
+
diff --git a/eDosStation/EntryBadge.xaml b/eDosStation/EntryBadge.xaml
index 6d31c3c..cee648d 100644
--- a/eDosStation/EntryBadge.xaml
+++ b/eDosStation/EntryBadge.xaml
@@ -6,7 +6,7 @@
xmlns:local="clr-namespace:eDosStation"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="eDosStation.EntryBadge"
mc:Ignorable="d"
- Title="EntryBadge" Height="768" Width="1024" Loaded="Window_Loaded" FontFamily="Comic Sans MS">
+ Title="EntryBadge" Height="980" Width="1820" Loaded="Window_Loaded" FontFamily="Comic Sans MS" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" WindowState="Maximized" >
@@ -55,25 +55,26 @@
-
-
+
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+