เพิ่ม api
1. ตรวจสอบสถานะความพร้อมในการออกคำสั่ง 2. เปลี่ยนสถานะไป state ถัดไป 3. เปลี่ยนสถานะไป state ก่อนหน้า
This commit is contained in:
parent
e8607f76fa
commit
ab7135fcbf
4 changed files with 194 additions and 11 deletions
8
BMA.EHR.Domain/Shared/GlobalConstants.cs
Normal file
8
BMA.EHR.Domain/Shared/GlobalConstants.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace BMA.EHR.Domain.Shared
|
||||
{
|
||||
public class GlobalConstants
|
||||
{
|
||||
public static readonly string TYPE_ATTATCHMENT = "attachment";
|
||||
public static readonly string TYPE_COVER = "cover";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue