using System;
namespace HL_FristAidPlatform_Help
{
public class Patient_FirstMedicalReception
public string Name { get; set; }
public DateTime CreationDate { get; set; }
public string Is_Remote_Ecgtran { get; set; }
}