-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CDMS-200 initial version of decision refactoring
- Loading branch information
1 parent
ef57bf1
commit d2585a9
Showing
24 changed files
with
253 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This code was generated from a template. | ||
// | ||
// Manual changes to this file may cause unexpected behavior in your application. | ||
// Manual changes to this file will be overwritten if the code is regenerated. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
#nullable enable | ||
|
||
using JsonApiDotNetCore.Resources.Annotations; | ||
using System.Text.Json.Serialization; | ||
using System.Dynamic; | ||
|
||
|
||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
/// </summary> | ||
public partial class AlvsDecisionItem | ||
{ | ||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public int ItemNumber { get; set; } | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public required string CheckCode { get; set; } | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public required string AlvsDecisionCode { get; set; } | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public string? BtmsDecisionCode { get; set; } | ||
} | ||
|
||
/// <summary> | ||
/// | ||
/// </summary> | ||
public partial class AlvsDecision // | ||
{ | ||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public required CdsClearanceRequest Decision { get; set; } | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public int AlvsDecisionNumber { get; set; } = default; | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public int BtmsDecisionNumber { get; set; } = default; | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public int EntryVersionNumber { get; set; } = default; | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public bool Paired { get; set; } = default; | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public string? PairStatus { get; set; } | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public bool IsNoMatch { get; set; } = default; | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public bool BtmsDecisionMatched { get; set; } = default; | ||
|
||
[Attr] | ||
[System.ComponentModel.Description("")] | ||
public required List<AlvsDecisionItem> Checks { get; set; } | ||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
using System.Dynamic; | ||
|
||
|
||
namespace Btms.Model.Alvs; | ||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
using System.Dynamic; | ||
|
||
|
||
namespace Btms.Model.Alvs; | ||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
using System.Dynamic; | ||
|
||
|
||
namespace Btms.Model.Alvs; | ||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
#nullable enable | ||
|
||
|
||
namespace Btms.Model.Alvs; | ||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
using System.Dynamic; | ||
|
||
|
||
namespace Btms.Model.Alvs; | ||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
using System.Dynamic; | ||
|
||
|
||
namespace Btms.Model.Alvs; | ||
namespace Btms.Model.Cds; | ||
|
||
/// <summary> | ||
/// | ||
|
Oops, something went wrong.