initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Indotalent.Data.Enums;
|
||||
|
||||
public enum MedicalRecordStatus
|
||||
{
|
||||
Draft,
|
||||
Examining,
|
||||
Completed,
|
||||
Cancelled
|
||||
}
|
||||
Reference in New Issue
Block a user