เพิ่ม api

1. ตรวจสอบสถานะความพร้อมในการออกคำสั่ง
2. เปลี่ยนสถานะไป state ถัดไป
3. เปลี่ยนสถานะไป state ก่อนหน้า
This commit is contained in:
Suphonchai Phoonsawat 2023-08-04 10:40:09 +07:00
parent e8607f76fa
commit ab7135fcbf
4 changed files with 194 additions and 11 deletions

View 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";
}
}