Commit da11a36b authored by Sandeep Sagar Panjala's avatar Sandeep Sagar Panjala

initial commit

parent 743de392
namespace Hims.Shared.UserModels.Laboratory
{
/// <summary>
/// The lab detail model.
/// </summary>
public class LabDetailModel
{
/// <summary>
/// Gets or sets the lab detail id.
/// </summary>
public int LabDetailId { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the test parameter.
/// </summary>
public string TestParameter { get; set; }
/// <summary>
/// Gets or sets the reference range.
/// </summary>
public string ReferenceRange { get; set; }
/// <summary>
/// Gets or sets the refrence range unit.
/// </summary>
public int? RefrenceRangeUnit { get; set; }
/// <summary>
/// Gets or sets the active.
/// </summary>
public bool Active { get; set; }
/// <summary>
/// Gets or sets the name.
/// </summary>
public string Name { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.Collections.Generic;
/// <summary>
/// The lab header model.
/// </summary>
public class LabHeaderModel
{
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab package detail id.
/// </summary>
public int LabPackageDetailId { get; set; }
/// <summary>
/// Gets or sets the patient lab detail identifier.
/// </summary>
/// <value>
/// The patient lab detail identifier.
/// </value>
public int PatientLabDetailId { get; set; }
/// <summary>
/// Gets or sets the lab package id.
/// </summary>
public int? LabPackageId { get; set; }
/// <summary>
/// Gets or sets the lab service identifier.
/// </summary>
/// <value>
/// The lab service identifier.
/// </value>
public int? LabServicesId { get; set; }
/// <summary>
/// Gets or sets the lab code.
/// </summary>
public string LabCode { get; set; }
/// <summary>
/// Gets or sets the signature.
/// </summary>
public string Signature { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string TestParameter { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string[] LabData { get; set; }
/// <summary>
/// Gets or sets the unit.
/// </summary>
public int Unit { get; set; }
/// <summary>
/// Gets or sets the charge.
/// </summary>
public double Charge { get; set; }
/// <summary>
/// Gets or sets the charge as cost.
/// </summary>
public double Cost { get; set; }
/// <summary>
/// Gets or sets the in patient charge.
/// </summary>
public double InPatientCharge { get; set; }
/// <summary>
/// Gets or sets the active.
/// </summary>
public bool Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the lab details.
/// </summary>
public List<LabDetailModel> LabDetails { get; set; }
/// <summary>
/// Gets or sets the lab details.
/// </summary>
public List<LocationLabHeaderMapModel> LabLocChargeDetails { get; set; }
/// <summary>
/// Gets or sets the no of parameter.
/// </summary>
public int NoOfParameter { get; set; }
/// <summary>
/// Gets or sets created by name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets modified by name.
/// </summary>
public string ModifiedByName { get; set; }
/// <summary>
/// Gets or sets total items.
/// </summary>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the discount percentage.
/// </summary>
public int? DiscountPercentage { get; set; }
/// <summary>
/// Gets or sets the discount amount.
/// </summary>
public double? DiscountAmount { get; set; }
/// <summary>
/// Gets or sets the net amount.
/// </summary>
public double NetAmount { get; set; }
/// <summary>
/// Gets or sets the net amount.
/// </summary>
public double Amount { get; set; }
/// <summary>
/// Gets or sets the login Account value id.
/// </summary>
public int? LoginAccountId { get; set; }
/// <summary>
/// Gets or sets the login Role value id.
/// </summary>
public int? LoginRoleId { get; set; }
/// <summary>
/// Gets or sets the lab.
/// </summary>
/// <value>
/// The lab.
/// </value>
public DateTime? LabDate { get; set; }
/// <summary>
/// Gets or sets the Location Id.
/// </summary>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the lab department identifier.
/// </summary>
/// <value>
/// The lab department identifier.
/// </value>
public int LabDepartmentId { get; set; }
/// <summary>
/// Gets or sets the name of the department.
/// </summary>
/// <value>
/// The name of the department.
/// </value>
public string DepartmentName { get; set; }
/// <summary>
/// Gets or sets the name of the location.
/// </summary>
/// <value>
/// The name of the location.
/// </value>
public string LocationName { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.Collections.Generic;
/// <summary>
/// The lab header model.
/// </summary>
public class LabImportModel
{
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab package detail id.
/// </summary>
public int LabPackageDetailId { get; set; }
/// <summary>
/// Gets or sets the patient lab detail identifier.
/// </summary>
/// <value>
/// The patient lab detail identifier.
/// </value>
public int PatientLabDetailId { get; set; }
/// <summary>
/// Gets or sets the lab package id.
/// </summary>
public int? LabPackageId { get; set; }
/// <summary>
/// Gets or sets the lab service identifier.
/// </summary>
/// <value>
/// The lab service identifier.
/// </value>
public int? LabServicesId { get; set; }
/// <summary>
/// Gets or sets the lab code.
/// </summary>
public string LabCode { get; set; }
/// <summary>
/// Gets or sets the signature.
/// </summary>
public string Signature { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string TestParameter { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string[] LabData { get; set; }
/// <summary>
/// Gets or sets the unit.
/// </summary>
public int Unit { get; set; }
/// <summary>
/// Gets or sets the charge.
/// </summary>
public double Charge { get; set; }
/// <summary>
/// Gets or sets the charge as cost.
/// </summary>
public double Cost { get; set; }
/// <summary>
/// Gets or sets the in patient charge.
/// </summary>
public double InPatientCharge { get; set; }
/// <summary>
/// Gets or sets the active.
/// </summary>
public bool Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the lab details.
/// </summary>
public List<LabsMapModel> Labs { get; set; }
/// <summary>
/// Gets or sets the no of parameter.
/// </summary>
public int NoOfParameter { get; set; }
/// <summary>
/// Gets or sets created by name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets modified by name.
/// </summary>
public string ModifiedByName { get; set; }
/// <summary>
/// Gets or sets total items.
/// </summary>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the discount percentage.
/// </summary>
public int? DiscountPercentage { get; set; }
/// <summary>
/// Gets or sets the discount amount.
/// </summary>
public double? DiscountAmount { get; set; }
/// <summary>
/// Gets or sets the net amount.
/// </summary>
public double NetAmount { get; set; }
/// <summary>
/// Gets or sets the login Account value id.
/// </summary>
public int? LoginAccountId { get; set; }
/// <summary>
/// Gets or sets the login Role value id.
/// </summary>
public int? LoginRoleId { get; set; }
/// <summary>
/// Gets or sets the Location Id.
/// </summary>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the lab department identifier.
/// </summary>
/// <value>
/// The lab department identifier.
/// </value>
public int LabDepartmentId { get; set; }
}
public class LabsMapModel
{
/// <summary>
/// Gets or sets the in patient charge.
/// </summary>
public double InPatientCharge { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the charge.
/// </summary>
public double Charge { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
/// <summary>
/// The lab package detail model.
/// </summary>
public class LabPackageDetailModel
{
/// <summary>
/// Gets or sets the lab package detail id.
/// </summary>
public int LabPackageDetailId { get; set; }
/// <summary>
/// Gets or sets the lab package id.
/// </summary>
public int LabPackageId { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the lab code.
/// </summary>
public string LabCode { get; set; }
/// <summary>
/// Gets or sets the created by name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the signature.
/// </summary>
public string Signature { get; set; }
/// <summary>
/// Gets or sets the charge.
/// </summary>
public double Charge { get; set; }
/// <summary>
/// Gets or sets the in patient charge.
/// </summary>
public double InPatientCharge { get; set; }
/// <summary>
/// Gets or sets the active.
/// </summary>
public bool Active { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets total items.
/// </summary>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the discount percentage.
/// </summary>
public int? DiscountPercentage { get; set; }
/// <summary>
/// Gets or sets the discount amount.
/// </summary>
public double? DiscountAmount { get; set; }
/// <summary>
/// Gets or sets the net amount.
/// </summary>
public double NetAmount { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
/// <summary>
/// The lab package model.
/// </summary>
public class LabPackageModel
{
/// <summary>
/// Gets or sets the lab package id.
/// </summary>
public int LabPackageId { get; set; }
/// <summary>
/// Gets or sets the name.
/// </summary>
public string Name { get; set; }
/// <summary>
/// Gets or sets the amount.
/// </summary>
public double Amount { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the no of labs.
/// </summary>
public int NoOfLabs { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the active.
/// </summary>
public bool Active { get; set; }
/// <summary>
/// Gets or sets the created by name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the created by role.
/// </summary>
public string CreatedByRole { get; set; }
/// <summary>
/// Gets or sets the modified by name.
/// </summary>
public string ModifiedByName { get; set; }
/// <summary>
/// Gets or sets the modified by role.
/// </summary>
public string ModifiedByRole { get; set; }
/// <summary>
/// Gets or sets the total items.
/// </summary>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the page size.
/// </summary>
public int? PageSize { get; set; }
/// <summary>
/// Gets or sets the page index.
/// </summary>
public int? PageIndex { get; set; }
/// <summary>
/// Gets or sets the account id.
/// </summary>
public int? AccountId { get; set; }
/// <summary>
/// Gets or sets the from date.
/// </summary>
public string? FromDate { get; set; }
/// <summary>
/// Gets or sets the to date.
/// </summary>
public string? ToDate { get; set; }
/// <summary>
/// Gets or sets the location name.
/// </summary>
public string? LocationName { get; set; }
/// <summary>
/// Gets or sets the lab Location id.
/// </summary>
public int LocationId { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
/// <summary>
/// The lab report main model.
/// </summary>
public class LabReportMainModel
{
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public int LabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab booking header id.
/// </summary>
public int LabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the patient id.
/// </summary>
public int PatientId { get; set; }
/// <summary>
/// Gets or sets the amount.
/// </summary>
public double Amount { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>
public string Status { get; set; }
/// <summary>
/// Gets or sets the value indicating is report generated.
/// </summary>
public bool? IsReportGenerated { get; set; }
/// <summary>
/// Gets or sets the report date.
/// </summary>
public DateTime? ReportDate { get; set; }
/// <summary>
/// Gets or sets the lab code.
/// </summary>
public string LabCode { get; set; }
/// <summary>
/// Gets or sets the signature.
/// </summary>
public string Signature { get; set; }
/// <summary>
/// Gets or sets
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the patient type.
/// </summary>
public string PatientType { get; set; }
/// <summary>
/// Gets or sets the bill number.
/// </summary>
public string BillNumber { get; set; }
/// <summary>
/// Gets or sets the patient name.
/// </summary>
public string PatientName { get; set; }
/// <summary>
/// Gets or sets the mobile.
/// </summary>
public string Mobile { get; set; }
/// <summary>
/// Gets or sets the doctor name.
/// </summary>
public string DoctorName { get; set; }
/// <summary>
/// Gets or sets the paid via.
/// </summary>
public string PaidVia { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the age.
/// </summary>
public int Age { get; set; }
/// <summary>
/// Gets or sets the created by name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
public string UMRNo { get; set; }
/// <summary>
/// Gets or sets the gender.
/// </summary>
public string Gender { get; set; }
/// <summary>
/// Gets or sets the net amount.
/// </summary>
public double NetAmount { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets a value indicating whether is sample collected.
/// </summary>
public bool? IsSampleCollected { get; set; }
/// <summary>
/// Gets or sets the sample date.
/// </summary>
public DateTime? SampleDate{get;set;}
}
}
namespace Hims.Shared.UserModels.Laboratory
{
/// <summary>
/// The lab report param model.
/// </summary>
public class LabReportParamModel
{
/// <summary>
/// Gets or sets the lab detail id.
/// </summary>
public int LabDetailId { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the refrence range unit.
/// </summary>
public int RefrenceRangeUnit { get; set; }
/// <summary>
/// Gets or sets the test parameter.
/// </summary>
public string TestParameter { get; set; }
/// <summary>
/// Gets or sets the reference range.
/// </summary>
public string ReferenceRange { get; set; }
/// <summary>
/// Gets or sets the refrence range unit name.
/// </summary>
public string RefrenceRangeUnitName { get; set; }
/// <summary>
/// Gets or sets the test param result.
/// </summary>
public string TestParamResult { get; set; }
/// <summary>
/// Gets or sets the typed by name.
/// </summary>
public string TypedByName { get; set; }
/// <summary>
/// Gets or sets the lab patient parameter id.
/// </summary>
public int LabPatientParameterId { get; set; }
/// <summary>
/// Gets or sets the typed by.
/// </summary>
public int? TypedBy { get; set; }
/// <summary>
/// Gets or sets the verified by.
/// </summary>
public int? VerifiedBy { get; set; }
/// <summary>
/// Gets or sets the verified by name.
/// </summary>
public string VerifiedByName { get; set; }
/// <summary>
/// Gets or sets the name of the verified by doctor.
/// </summary>
/// <value>
/// The name of the verified by doctor.
/// </value>
public string VerifiedByDoctorName { get; set; }
/// <summary>
/// Gets or sets the typed date.
/// </summary>
public System.DateTime? TypedDate { get; set; }
/// <summary>
/// Gets or sets the lab booking package detail id.
/// </summary>
public int? LabBookingPackageDetailId { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.Collections.Generic;
/// <summary>
/// The request laboratory.
/// </summary>
public class LabSample
{
/// <summary>
/// Gets or sets the status.
/// </summary>
public string Status { get; set; }
/// <summary>
/// Gets or sets the account id.
/// </summary>
public int AccountId { get; set; }
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public List<int>? LabBookingDetailIds { get; set; }
/// <summary>
/// Gets or sets the lab booking packages detail id.
/// </summary>
public List<int>? labBookingPackageDetailIds { get; set; }
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public int? LabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public int? LabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public int? LabBookingPackageDetailId { get; set; }
/// <summary>
/// Gets or sets the bar code generated by.
/// </summary>
public int? BarcodeGeneratedBy { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.ComponentModel.DataAnnotations;
using Hims.Shared.Dapper.Attributes;
/// <summary> The chat.</summary>
public class LabServicesModel
{
/// <summary>
/// Gets or sets the lab service identifier.
/// </summary>
/// <value>
/// The lab service identifier.
/// </value>
public int LabServicesId { get; set; }
/// <summary>
/// Gets or sets the lab booking header identifier.
/// </summary>
/// <value>
/// The lab booking header identifier.
/// </value>
public int? LabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab booking detail identifier.
/// </summary>
/// <value>
/// The lab booking detail identifier.
/// </value>
public int? LabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab status identifier.
/// </summary>
/// <value>
/// The lab status identifier.
/// </value>
public string LabStatus { get; set; }
/// <summary>
/// Gets or sets the lab report status identifier.
/// </summary>
/// <value>
/// The lab report status identifier.
/// </value>
public bool? IsReportGenerated { get; set; }
/// <summary>
/// Gets or sets the sample collected identifier.
/// </summary>
/// <value>
/// The sample collected identifier.
/// </value>
public bool? IsSampleCollected { get; set; }
/// <summary>
/// Gets or sets the lab report date identifier.
/// </summary>
/// <value>
/// The lab report date identifier.
/// </value>
public DateTime? ReportDate { get; set; }
/// <summary>
/// Gets or sets the lab name identifier.
/// </summary>
/// <value>
/// The lab name identifier.
/// </value>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the lab code identifier.
/// </summary>
/// <value>
/// The lab code identifier.
/// </value>
public string LabCode { get; set; }
/// <summary>
/// Gets or sets the admission identifier.
/// </summary>
/// <value>
/// The admission identifier.
/// </value>
public int? AdmissionId { get; set; }
/// <summary>
/// Gets or sets the appointment identifier.
/// </summary>
/// <value>
/// The appointment identifier.
/// </value>
public int? AppointmentId { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
[IgnoreUpdate]
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
[IgnoreUpdate]
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the name of the created by name.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
/// <value>
/// The modified by.
/// </value>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the name of the modified by name.
/// </summary>
/// <value>
/// The name of the modified by.
/// </value>
public string ModifiedByName { get; set; }
/// <summary>
/// Gets or sets the lab header id identifier.
/// </summary>
/// <value>
/// The lab header identifier.
/// </value>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the unit.
/// </summary>
/// <value>
/// The unit.
/// </value>
public int Unit { get; set; }
/// <summary>
/// Gets or sets the cost.
/// </summary>
/// <value>
/// The cost.
/// </value>
public double Cost { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="ServiceOrder"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool Active { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is main.
/// </summary>
/// <value>
/// <c>true</c> if this instance is main; otherwise, <c>false</c>.
/// </value>
public bool IsMain { get; set; }
/// <summary>
/// Gets or sets the notes.
/// </summary>
/// <value>
/// The notes.
/// </value>
public string Notes { get; set; }
public string TestName { get; set; }
public string TestCode { get; set; }
public string DiscountType { get; set; }
public double? DiscountPercentage { get; set; }
public double? DiscountAmount { get; set; }
public double? Discount { get; set; }
}
}
using System;
namespace Hims.Shared.UserModels.Laboratory
{
public class LabVacutainerDetailModel
{
public int LabVacutainerId { get; set; }
public string LabVacutainerName { get; set; }
public bool Active { get; set; }
public int CreatedBy { get; set; }
public int ModifiedBy { get; set; }
public DateTime CreatedDate { get; set; }
public DateTime ModifiedDate { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
/// <summary>
/// The lab department model.
/// </summary>
public class LabVacutainerModel
{
/// <summary>
/// Gets or sets the lab department identifier.
/// </summary>
/// <value>
/// The lab department identifier.
/// </value>
public int LabVacutainerId { get; set; }
/// <summary>
/// Gets or sets the name of the department.
/// </summary>
/// <value>
/// The name of the department.
/// </value>
public string LabVacutainerName { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="LabDepartment"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool? Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
/// <value>
/// The modified by.
/// </value>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the name of the created by.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the name of the modified by.
/// </summary>
/// <value>
/// The name of the modified by.
/// </value>
public string ModifiedByName { get; set; }
/// <summary>
/// Gets or sets the total items.
/// </summary>
/// <value>
/// The total items.
/// </value>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the size of the page.
/// </summary>
/// <value>
/// The size of the page.
/// </value>
public int? PageSize { get; set; }
/// <summary>
/// Gets or sets the index of the page.
/// </summary>
/// <value>
/// The index of the page.
/// </value>
public int? PageIndex { get; set; }
/// <summary>
/// Gets or Sets the Role Id.
/// </summary>
public int ? RoleId { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.Collections.Generic;
/// <summary>
/// The lab header model.
/// </summary>
public class LabsDashboardModel
{
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the lab total percentage.
/// </summary>
public string LabTotalPercentage { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string FromDate { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string ToDate { get; set; }
/// <summary>
/// Gets or sets the lab location.
/// </summary>
public int LocationId { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.Collections.Generic;
/// <summary>
/// The lab header model.
/// </summary>
public class LabsDashboardRevenueModel
{
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the lab total percentage.
/// </summary>
public string LabTotalPercentage { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public double GrandTotal { get; set; }
/// <summary>
/// Gets or sets the lab total percentage.
/// </summary>
public double LabTotal { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Laboratory
{
/// <summary>
/// Gets or sets the location Labheader map identifier.
/// </summary>
public class LocationLabHeaderMapModel
{
/// <summary>
/// Gets or sets the location Labheader map identifier.
/// </summary>
public int LocationLabHeaderMapId { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public string LocationName { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public decimal Charge { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public decimal TestCharge { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public decimal InPatientCharge { get; set; }
/// <summary>
/// Gets or sets a value indicating whether active.
/// </summary>
public bool IsActive { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
public DateTime? ModifiedDate { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
using System.Collections.Generic;
/// <summary>
/// The add booking.
/// </summary>
public class PackageImportModel
{
/// <summary>
/// Gets and sets the lab booking header id.
/// </summary>
public int LabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the patient lab header identifier.
/// </summary>
/// <value>
/// The patient lab header identifier.
/// </value>
public int PatientLabHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int LabHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab package id.
/// </summary>
public int LabPackageId { get; set; }
/// <summary>
/// Gets or sets patient type.
/// </summary>
public string PatientType { get; set; }
/// <summary>
/// Gets or sets status.
/// </summary>
public string Status { get; set; }
/// <summary>
/// Gets or sets the bill number.
/// </summary>
public string BillNumber { get; set; }
/// <summary>
/// Gets or sets the patient id.
/// </summary>
public int? PatientId { get; set; }
/// <summary>
/// Gets or sets the patient name.
/// </summary>
public string PatientName { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
public string UMRNo { get; set; }
/// <summary>
/// Gets or sets the Mobile.
/// </summary>
public string Mobile { get; set; }
/// <summary>
/// Gets or sets the doctor name.
/// </summary>
public string DoctorName { get; set; }
/// <summary>
/// Gets or sets the paid via.
/// </summary>
//public string PaidVia { get; set; } adding paytype id instead.
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the amount.
/// </summary>
public double Amount { get; set; }
/// <summary>
/// Gets or sets the net amount.
/// </summary>
public double NetAmount { get; set; }
/// <summary>
/// Gets or sets the verified by.
/// </summary>
public int? VerifiedBy { get; set; }
/// <summary>
/// Gets or sets the discount percentage.
/// </summary>
public int? DiscountPercentage { get; set; }
/// <summary>
/// Gets or sets the discount amount.
/// </summary>
public double? DiscountAmount { get; set; }
/// <summary>
/// Gets or sets the labs.
/// </summary>
public List<LabHeaderModel> Packages { get; set; }
/// <summary>
/// Gets or sets the package name.
/// </summary>
public string Name { get; set; }
/// <summary>
/// Gets or sets the login Role value id.
/// </summary>
public int? LoginRoleId { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the lab header id.
/// </summary>
public int AccountId { get; set; }
/// <summary>
/// Gets or sets the doctor name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets package name.
/// </summary>
public string PackageName { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the patient name.
/// </summary>
public string RoleName { get; set; }
/// <summary>
/// Gets or sets the provider id.
/// </summary>
public int? ProviderId { get; set; }
/// <summary>
/// Gets or sets the admission id.
/// </summary>
public int? AdmissionId { get; set; }
/// <summary>
/// Gets or sets the appointment id.
/// </summary>
public int? AppointmentId { get; set; }
/// <summary>
/// Gets or sets Notes.
/// </summary>
public string? Notes { get; set; }
/// <summary>
/// Gets or sets the lab Location id.
/// </summary>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the Pay Type id.
/// </summary>
public int PayTypeId { get; set; }
/// <summary>
/// Gets or sets the payment /transaction number.
/// </summary>
public string PaymentNumber { get; set; }
}
}
namespace Hims.Shared.UserModels.Laboratory
{
using System;
/// <summary>
/// The request laboratory.
/// </summary>
public class RequestLaboratory
{
/// <summary>
/// Gets or sets the lab code.
/// </summary>
public string LabCode { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string LabName { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>
public string Status { get; set; }
/// <summary>
/// Gets or sets the lab booking header id.
/// </summary>
public int? LabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public int? LabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab booking package detail id.
/// </summary>
public int? LabBookingPackageDetailId { get; set; }
/// <summary>
/// Gets or sets the verified by.
/// </summary>
public int? VerifiedBy { get; set; }
/// <summary>
/// Gets or sets the lab package id.
/// </summary>
public int? LabPackageId { get; set; }
/// <summary>
/// Gets or sets the bill number.
/// </summary>
public string BillNumber { get; set; }
/// <summary>
/// Gets or sets the page size.
/// </summary>
public int? PageSize { get; set; }
/// <summary>
/// Gets or sets the page index.
/// </summary>
public int? PageIndex { get; set; }
/// <summary>
/// Gets or sets the update all.
/// </summary>
public string UpdateAll { get; set; }
/// <summary>
/// Gets or sets the account id.
/// </summary>
public int? AccountId { get; set; }
/// <summary>
/// Gets or sets the Provider id.
/// </summary>
public int? ProviderId { get; set; }
/// <summary>
/// Gets or sets the patient id.
/// </summary>
public int? PatientId { get; set; }
/// <summary>
/// Gets or sets the role id.
/// </summary>
public string RoleId { get; set; } = string.Empty;
/// <summary>
/// Gets or sets the doctor name.
/// </summary>
public string DoctorName { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public string CreatedBy { get; set; }
/// <summary>
/// Gets or sets the from date .
/// </summary>
// public string? FromDate { get; set; }
/// <summary>
/// Gets or sets the to date.
/// </summary>
// public string? ToDate { get; set; }
/// <summary>
/// Gets or sets the from date .
/// </summary>
public DateTime? FromDate { get; set; }
/// <summary>
/// Gets or sets the to date.
/// </summary>
public DateTime? ToDate { get; set; }
/// <summary>
/// Gets or sets the request date.
/// </summary>
public DateTime? RequestDate { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
public string UMRNo { get; set; }
/// <summary>
/// Gets or sets the mobile.
/// </summary>
public string Mobile { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public int? LoginRoleId { get; set; }
/// <summary>
/// Gets or sets the role id.
/// </summary>
public string PatientName { get; set; }
/// <summary>
/// Gets or sets the verified by name.
/// </summary>
public string VerifiedByName { get; set; }
/// <summary>
/// Gets or sets the created by name.
/// </summary>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the lab name.
/// </summary>
public string PackageName { get; set; }
/// <summary>
/// Gets or sets the payment type.
/// </summary>
public string PaidVia { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
public string? PackageId { get; set; }
/// <summary>
/// Gets or sets the encrypted patient id.
/// </summary>
public string? EncryptedPatientId { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
// public string SelectedFromDate { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
// public string SelectedToDate { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
public DateTime? SelectedFromDate { get; set; }
/// <summary>
/// Gets or sets the umr no.
/// </summary>
public DateTime? SelectedToDate { get; set; }
/// <summary>
/// Gets or sets the full name.
/// </summary>
public string FullName { get; set; }
/// <summary>
/// Gets or sets the Location Id .
/// </summary>
public int? LocationId { get; set; }
/// <summary>
/// Gets or sets the Pay Type id.
/// </summary>
public int? PayTypeId { get; set; }
/// <summary>
/// Gets or sets the barcode name.
/// </summary>
public string Barcode { get; set; }
/// <summary>
/// Gets or sets the lab booking detail id.
/// </summary>
public Array? LabBookingDetailIds { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The AdmissionNewLabsModel.
/// </summary>
public class AdmissionNewLabsModel
{
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab booking detail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Creates new labbookingheaderid.
/// </summary>
/// <value>
/// The new lab booking header identifier.
/// </value>
public int NewLabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>
/// <value>
/// The status.
/// </value>
public string LabStatus { get; set; }
/// <summary>
/// Gets or sets the name of the test.
/// </summary>
/// <value>
/// The name of the test.
/// </value>
public string TestName { get; set; }
/// <summary>
/// Gets or sets the test code.
/// </summary>
/// <value>
/// The test code.
/// </value>
public string TestCode { get; set; }
/// <summary>
/// Gets or sets the unit.
/// </summary>
/// <value>
/// The unit.
/// </value>
public int? Unit { get; set; }
public int? ModulesMasterId { get; set; }
/// <summary>
/// Gets or sets the lab services identifier.
/// </summary>
/// <value>
/// The lab services identifier.
/// </value>
public int? LabServicesId { get; set; }
/// <summary>
/// Gets or sets the cost.
/// </summary>
/// <value>
/// The cost.
/// </value>
public int? Cost { get; set; }
/// <summary>
/// Gets or sets the is main.
/// </summary>
/// <value>
/// The is main.
/// </value>
public bool? IsMain { get; set; }
/// <summary>
/// Gets or sets the lab main detail identifier.
/// </summary>
/// <value>
/// The lab main detail identifier.
/// </value>
public int LabMainDetailId { get; set; }
/// <summary>
/// Gets or sets the active.
/// </summary>
/// <value>
/// The active.
/// </value>
public bool? Active { get; set; }
/// <summary>
/// Gets or sets the name of the created by.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the name of the modified by.
/// </summary>
/// <value>
/// The name of the modified by.
/// </value>
public string ModifiedByName { get; set; }
public int? AdmissionPackageId { get; set; }
public int? PackageModuleDetailId { get; set; }
public int? UsedQuantity { get; set; }
public double? UsedCost { get; set; }
public string DiscountType { get; set; }
public double? DiscountPercentage { get; set; }
public double? DiscountAmount { get; set; }
public double? Discount { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class ApointmentLabsMobileModel
{
/// <summary>
/// Gets or sets the appointment identifier.
/// </summary>
/// <value>
/// The appointment identifier.
/// </value>
public int AppointmentId { get; set; }
/// <summary>
/// Gets or sets the name of the test.
/// </summary>
/// <value>
/// The name of the test.
/// </value>
public string TestName { get; set; }
/// <summary>
/// Gets or sets the test code.
/// </summary>
/// <value>
/// The test code.
/// </value>
public string TestCode { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>
/// <value>
/// The status.
/// </value>
public string Status { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Creates new labbookingheaderid.
/// </summary>
/// <value>
/// The new lab booking header identifier.
/// </value>
public int NewLabBookingHeaderId { get; set; }
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab bookingdetail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the patient identifier.
/// </summary>
/// <value>
/// The patient identifier.
/// </value>
public int PatientId { get; set; }
/// <summary>
/// Gets or sets the name of the patient.
/// </summary>
/// <value>
/// The name of the patient.
/// </value>
public string PatientName { get; set; }
}
}
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The check transfer location model
/// </summary>
public class CheckTransferLocationModel
{
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab booking detail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the transfered location identifier.
/// </summary>
/// <value>
/// The transfered location identifier.
/// </value>
public int TransferedLocationId { get; set; }
/// <summary>
/// Gets or sets the name of the transfer location.
/// </summary>
/// <value>
/// The name of the transfer location.
/// </value>
public string TransferLocationName { get; set; }
/// <summary>
/// Gets or sets the booking ids.
/// </summary>
/// <value>
/// The booking ids.
/// </value>
public string BookingIds { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class ConsultantWiseRevenueModel
{
public int ProviderId { get; set; }
public string DoctorName { get; set; }
public string UMRNo { get; set; }
public string PatientName { get; set; }
public double Appointment { get; set; }
public double PatientRegistration { get; set; }
public double Labs { get; set; }
public double Pharmacy { get; set; }
public double ScanAppointment { get; set; }
public string FromDate { get; set; }
public string ToDate { get; set; }
public int? LocationId { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class ExternalLabAgencyDetailModel
{
/// <summary>
/// Gets or sets the external lab agency detail identifier.
/// </summary>
/// <value>
/// The external lab agency detail identifier.
/// </value>
public int ExternalLabAgencyDetailId { get; set; }
/// <summary>
/// Gets or sets the external lab agency identifier.
/// </summary>
/// <value>
/// The external lab agency identifier.
/// </value>
public int ExternalLabAgencyId { get; set; }
/// <summary>
/// Gets or sets the lab main detail identifier.
/// </summary>
/// <value>
/// The lab main detail identifier.
/// </value>
public int LabMainDetailId { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the amount.
/// </summary>
/// <value>
/// The amount.
/// </value>
public double Amount { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="ExternalLabAgencyDetailModel"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
/// <value>
/// The modified by.
/// </value>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the name of the test.
/// </summary>
/// <value>
/// The name of the test.
/// </value>
public string TestName { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class ExternalLabAgencyModel
{
/// <summary>
/// Gets or sets the external lab agency identifier.
/// </summary>
/// <value>
/// The external lab agency identifier.
/// </value>
public int ExternalLabAgencyId { get; set; }
/// <summary>
/// Gets or sets the name of the agency.
/// </summary>
/// <value>
/// The name of the agency.
/// </value>
public string AgencyName { get; set; }
/// <summary>
/// Gets or sets the agency code.
/// </summary>
/// <value>
/// The agency code.
/// </value>
public string AgencyCode { get; set; }
/// <summary>
/// Gets or sets the address.
/// </summary>
/// <value>
/// The address.
/// </value>
public string Address { get; set; }
/// <summary>
/// Gets or sets the URL.
/// </summary>
/// <value>
/// The URL.
/// </value>
public string URL { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="ExternalLabAgencyModel"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool? Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
/// <value>
/// The modified by.
/// </value>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the total items.
/// </summary>
/// <value>
/// The total items.
/// </value>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the size of the page.
/// </summary>
/// <value>
/// The size of the page.
/// </value>
public int? PageSize { get; set; }
/// <summary>
/// Gets or sets the index of the page.
/// </summary>
/// <value>
/// The index of the page.
/// </value>
public int? PageIndex { get; set; }
/// <summary>
/// Gets or sets the login by role
/// </summary>
/// <value>
/// The created by role.
/// </value>
public short? LoginRoleId { get; set; }
/// <summary>
/// Gets or sets the created by name.
/// </summary>
/// <value>
/// The created by name.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the name of the modified by.
/// </summary>
/// <value>
/// The name of the modified by.
/// </value>
public string? ModifiedByName { get; set; }
/// <summary>
/// Gets or sets the labs.
/// </summary>
/// <value>
/// The labs.
/// </value>
public List<ExternalLabAgencyDetailModel> Labs { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int LocationId { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class ExternalLabTransferUserModel
{
/// <summary>
/// Gets or sets the external lab agemcy identifier.
/// </summary>
/// <value>
/// The external lab agemcy identifier.
/// </value>
public int ExternalLabAgencyId { get; set; }
/// <summary>
/// Gets or sets the transfered by.
/// </summary>
/// <value>
/// The transfered by.
/// </value>
public int TransferedBy { get; set; }
/// <summary>
/// Gets or sets the role identifier.
/// </summary>
/// <value>
/// The role identifier.
/// </value>
public int RoleId { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the create date.
/// </summary>
/// <value>
/// The create date.
/// </value>
public DateTime CreateDate { get; set; }
/// <summary>
/// Gets or sets the name of the created by.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the labs.
/// </summary>
/// <value>
/// The labs.
/// </value>
public List<LabTransferDetailModel> Labs { get; set; }
/// <summary>
/// Gets or sets the comments.
/// </summary>
/// <value>
/// The comments.
/// </value>
public string Comments { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class HomeSampleCollectionInsertModel
{
/// <summary>
/// Creates new labbookingheaderid.
/// </summary>
/// <value>
/// The new lab booking header identifier.
/// </value>
public int NewLabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int CreatedBy { get; set; }
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab booking detail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab main detail identifier.
/// </summary>
/// <value>
/// The lab main detail identifier.
/// </value>
public int LabMainDetailId { get; set; }
/// <summary>
/// Gets or sets the lab sample collection detail identifier.
/// </summary>
/// <value>
/// The lab sample collection detail identifier.
/// </value>
public int LabSampleCollectionDetailId { get; set; }
/// <summary>
/// Gets or sets the lab sample collection identifier.
/// </summary>
/// <value>
/// The lab sample collection identifier.
/// </value>
public int LabSampleCollectionId { get; set; }
/// <summary>
/// Gets or sets the name of the created by.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the requisition number.
/// </summary>
/// <value>
/// The requisition number.
/// </value>
public string RequisitionNumber { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class LISParamsFetchUserModel
{
public int NewLabBookingDetailId { get; set; }
public int LabTemplateHeaderId { get; set; }
public int LabComponentHeaderId { get; set; }
public int LabParameterHeaderId { get; set; }
public string ParameterName { get; set; }
public string DisplayName { get; set; }
public int MachineId { get; set; }
public string MachineParameterName { get; set; }
public string LabParameterObservedValue { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The lab booking Status Model.
/// </summary>
public class LabBookingAllStatusModel
{
/// <summary>
/// Gets or sets the lab booking status identifier.
/// </summary>
/// <value>
/// The lab booking status identifier.
/// </value>
public int LabBookingStatusId { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>
/// <value>
/// The status.
/// </value>
public string Status { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="LabBookingAllStatusModel"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool? Active { get; set; }
/// <summary>
/// Gets or sets the colour.
/// </summary>
/// <value>
/// The colour.
/// </value>
public string RowColor { get; set; }
}
}
This diff is collapsed.
namespace Hims.Shared.UserModels.Labs
{
using System;
/// <summary>
/// The lab booking status model.
/// </summary>
public class LabBookingStatusModel
{
/// <summary>
/// Gets or sets the lab booking time line identifier.
/// </summary>
/// <value>
/// The lab booking time line identifier.
/// </value>
public int LabBookingTimeLineId { get; set; }
/// <summary>
/// Creates new labbookingheaderid.
/// </summary>
/// <value>
/// The new lab booking header identifier.
/// </value>
public int NewLabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab booking status identifier.
/// </summary>
/// <value>
/// The lab booking status identifier.
/// </value>
public int LabBookingStatusId { get; set; }
/// <summary>
/// Gets or sets the commented by.
/// </summary>
/// <value>
/// The commented by.
/// </value>
public int CommentedBy { get; set; }
/// <summary>
/// Gets or sets the comment.
/// </summary>
/// <value>
/// The comment.
/// </value>
public string Comment { get; set; }
/// <summary>
/// Gets or sets the status.
/// </summary>
/// <value>
/// The status.
/// </value>
public string Status { get; set; }
/// <summary>
/// Gets or sets the name of the commented by.
/// </summary>
/// <value>
/// The name of the commented by.
/// </value>
public string CommentedByName { get; set; }
/// <summary>
/// Gets or sets the name of the role.
/// </summary>
/// <value>
/// The name of the role.
/// </value>
public string RoleName { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
}
}

namespace Hims.Shared.UserModels.Labs
{
using System;
using System.Collections.Generic;
using System.Text;
/// <summary>
/// The New Lab Cancelling Model
/// </summary>
public class LabCancellingModel
{
/// <summary>
/// gets or sets the NewLabCancelBookingHeaderId.
/// </summary>
public int NewLabCancelBookingHeaderId { get; set; }
/// <summary>
/// gets or sets theNewLabHeaderId.
/// </summary>
public int NewLabBookingHeaderId { get; set; }
/// <summary>
/// Gets or sets the total return amount.
/// </summary>
/// <value>
/// The total return amount.
/// </value>
public double TotalReturnAmount { get; set; }
/// <summary>
/// gets or sets the CreatedBy
/// </summary>
public int CreatedBy { get; set; }
/// <summary>
/// gets or sets the CreatedDate
/// </summary>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the labs.
/// </summary>
/// <value>
/// The labs.
/// </value>
public List<NewLabCancellingDetailModel> Labs { get; set; }
}
/// <summary>
/// The New Lab Cancel deatil
/// </summary>
public class NewLabCancellingDetailModel
{
/// <summary>
/// gets or sets the NewLabCancelbookingdetailId.
/// </summary>
public int NewLabCancelbookingdetailId { get; set; }
/// <summary>
/// gets or sets the NewLabCancelBookingHeaderId.
/// </summary>
public int? NewLabCancelBookingHeaderId { get; set; }
/// <summary>
/// gets or sets the NewLabBookingDetailId.
/// </summary>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// gets or sets the ReturnAmount.
/// </summary>
public double ReturnAmount { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class LabChargeCategoryChargeModel
{
/// <summary>
/// Gets or sets the charge module details identifier.
/// </summary>
/// <value>
/// The charge module details identifier.
/// </value>
public int ChargeModuleDetailsId { get; set; }
/// <summary>
/// Gets or sets the reference identifier.
/// </summary>
/// <value>
/// The reference identifier.
/// </value>
public int ReferenceId { get; set; }
/// <summary>
/// Gets or sets the charge module category identifier.
/// </summary>
/// <value>
/// The charge module category identifier.
/// </value>
public int ChargeModuleCategoryId { get; set; }
/// <summary>
/// Gets or sets the amount.
/// </summary>
/// <value>
/// The amount.
/// </value>
public double Amount { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int LocationId { get; set; }
/// <summary>
/// Gets or sets the lab main detail identifier.
/// </summary>
/// <value>
/// The lab main detail identifier.
/// </value>
public int LabMainDetailId { get; set; }
/// <summary>
/// Gets or sets the name of the test.
/// </summary>
/// <value>
/// The name of the test.
/// </value>
public string TestName { get; set; }
/// <summary>
/// Gets or sets the test code.
/// </summary>
/// <value>
/// The test code.
/// </value>
public string TestCode { get; set; }
/// <summary>
/// Gets or sets the charge category identifier.
/// </summary>
/// <value>
/// The charge category identifier.
/// </value>
public int ChargeCategoryId { get; set; }
/// <summary>
/// Gets or sets the name of the charge category.
/// </summary>
/// <value>
/// The name of the charge category.
/// </value>
public string ChargeCategoryName { get; set; }
/// <summary>
/// Gets or sets the modules master identifier.
/// </summary>
/// <value>
/// The modules master identifier.
/// </value>
public int ModulesMasterId { get; set; }
/// <summary>
/// Gets or sets the term.
/// </summary>
/// <value>
/// The term.
/// </value>
public string Term { get; set; }
/// <summary>
/// Gets or sets the charge module template identifier.
/// </summary>
/// <value>
/// The charge module template identifier.
/// </value>
public int ChargeModuleTemplateId { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The LabChargeCategoryModel.
/// </summary>
public class LabChargeCategoryModel
{
/// <summary>
/// Gets or sets the charge category identifier.
/// </summary>
/// <value>
/// The charge category identifier.
/// </value>
public int ChargeCategoryId { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int? LocationId { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="LabChargeCategoryModel"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool? Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int? CreatedBy { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime? CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
/// <value>
/// The modified by.
/// </value>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the name of the charge category.
/// </summary>
/// <value>
/// The name of the charge category.
/// </value>
public string ChargeCategoryName { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="LabChargeCategoryModel"/> is default.
/// </summary>
/// <value>
/// <c>true</c> if default; otherwise, <c>false</c>.
/// </value>
public bool? Default { get; set; }
}
}
namespace Hims.Shared.UserModels.Labs
{
using System;
using System.Collections.Generic;
using System.Text;
/// <summary>
/// The lab component model.
/// </summary>
public class LabComponentModel
{
/// <summary>
/// Gets or sets the lab component header identifier.
/// </summary>
/// <value>
/// The lab component header identifier.
/// </value>
public int LabComponentHeaderId { get; set; }
/// <summary>
/// Gets or sets the name of the component.
/// </summary>
/// <value>
/// The name of the component.
/// </value>
public string ComponentName { get; set; }
/// <summary>
/// Gets or sets the component identifier.
/// </summary>
/// <value>
/// The component identifier.
/// </value>
public string ComponentId { get; set; }
/// <summary>
/// Gets or sets the joined.
/// </summary>
/// <value>
/// The joined.
/// </value>
public string Joined { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="LabComponentModel"/> is active.
/// </summary>
/// <value>
/// <c>true</c> if active; otherwise, <c>false</c>.
/// </value>
public bool? Active { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int CreatedBy { get; set; }
/// <summary>
/// Gets or sets the name of the created by.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
/// <summary>
/// Gets or sets the created date.
/// </summary>
/// <value>
/// The created date.
/// </value>
public DateTime CreatedDate { get; set; }
/// <summary>
/// Gets or sets the modified by.
/// </summary>
/// <value>
/// The modified by.
/// </value>
public int? ModifiedBy { get; set; }
/// <summary>
/// Gets or sets the name of the modified by.
/// </summary>
/// <value>
/// The name of the modified by.
/// </value>
public string ModifiedByName { get; set; }
/// <summary>
/// Gets or sets the modified date.
/// </summary>
/// <value>
/// The modified date.
/// </value>
public DateTime? ModifiedDate { get; set; }
/// <summary>
/// Gets or sets the parameters.
/// </summary>
/// <value>
/// The parameters.
/// </value>
public List<LabComponentDetailModel> Parameters { get; set; }
/// <summary>
/// Gets or sets the parameter count.
/// </summary>
/// <value>
/// The parameter count.
/// </value>
public int ParameterCount { get; set; }
/// <summary>
/// Gets or sets the total items.
/// </summary>
/// <value>
/// The total items.
/// </value>
public int TotalItems { get; set; }
/// <summary>
/// Gets or sets the size of the page.
/// </summary>
/// <value>
/// The size of the page.
/// </value>
public int? PageSize { get; set; }
/// <summary>
/// Gets or sets the index of the page.
/// </summary>
/// <value>
/// The index of the page.
/// </value>
public int? PageIndex { get; set; }
/// <summary>
/// Gets or sets the term.
/// </summary>
/// <value>
/// The term.
/// </value>
public string Term { get; set; }
/// <summary>
/// Gets or sets the role identifier.
/// </summary>
/// <value>
/// The role identifier.
/// </value>
public int RoleId { get; set; }
}
/// <summary>
/// The lab component detail model.
/// </summary>
public class LabComponentDetailModel
{
/// <summary>
/// Gets or sets the lab component detail identifier.
/// </summary>
/// <value>
/// The lab component detail identifier.
/// </value>
public int LabComponentDetailId { get; set; }
/// <summary>
/// Gets or sets the lab component header identifier.
/// </summary>
/// <value>
/// The lab component header identifier.
/// </value>
public int LabComponentHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab parameter header identifier.
/// </summary>
/// <value>
/// The lab parameter header identifier.
/// </value>
public int LabParameterHeaderId { get; set; }
/// <summary>
/// Gets or sets the priority.
/// </summary>
/// <value>
/// The priority.
/// </value>
public int Priority { get; set; }
/// <summary>
/// Gets or sets the name of the parameter.
/// </summary>
/// <value>
/// The name of the parameter.
/// </value>
public string ParameterName { get; set; }
/// <summary>
/// Gets or sets the display name.
/// </summary>
/// <value>
/// The display name.
/// </value>
public string DisplayName { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The LabDoctorVerificationModel.
/// </summary>
public class LabDoctorVerificationModel
{
/// <summary>
/// Gets or sets the doctor identifier.
/// </summary>
/// <value>
/// The doctor identifier.
/// </value>
public int DoctorId { get; set; }
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab booking detail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the account identifier.
/// </summary>
/// <value>
/// The account identifier.
/// </value>
public int AccountId { get; set; }
/// <summary>
/// Gets or sets the URL link.
/// </summary>
/// <value>
/// The URL link.
/// </value>
public string UrlLink { get; set; }
/// <summary>
/// Gets or sets the patient identifier.
/// </summary>
/// <value>
/// The patient identifier.
/// </value>
public int? PatientId { get; set; }
/// <summary>
/// Gets or sets the role identifier.
/// </summary>
/// <value>
/// The role identifier.
/// </value>
public int? RoleId { get; set; }
/// <summary>
/// Gets or sets the name of the test.
/// </summary>
/// <value>
/// The name of the test.
/// </value>
public string TestName { get; set; }
/// <summary>
/// Gets or sets the requisition number.
/// </summary>
/// <value>
/// The requisition number.
/// </value>
public string RequisitionNumber { get; set; }
/// <summary>
/// Gets or sets the name of the created by.
/// </summary>
/// <value>
/// The name of the created by.
/// </value>
public string CreatedByName { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class LabHoldStatusModel
{
public int NewLabBookingDetailId { get; set; }
public int AccountId {get;set;}
public string Status { get; set; }
public string HoldComments { get; set; }
public string UnHoldComments { get; set; }
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The LabImportModel.
/// </summary>
public class NewLabImportModel
{
/// <summary>
/// Gets or sets the lab main detail identifier.
/// </summary>
/// <value>
/// The lab main detail identifier.
/// </value>
public int LabMainDetailId { get; set; }
/// <summary>
/// Gets or sets the name of the test.
/// </summary>
/// <value>
/// The name of the test.
/// </value>
public string TestName { get; set; }
/// <summary>
/// Gets or sets the test code.
/// </summary>
/// <value>
/// The test code.
/// </value>
public string TestCode { get; set; }
/// <summary>
/// Gets or sets the lab charges.
/// </summary>
/// <value>
/// The lab charges.
/// </value>
public List<NewLabImportLabCharges> LabCharges { get; set; }
/// <summary>
/// Gets or sets the location identifier.
/// </summary>
/// <value>
/// The location identifier.
/// </value>
public int? LocationId { get; set; }
}
/// <summary>
/// The NewLabImportLabCharges.
/// </summary>
public class NewLabImportLabCharges
{
/// <summary>
/// Gets or sets the lab main detail charge identifier.
/// </summary>
/// <value>
/// The lab main detail charge identifier.
/// </value>
public int LabMainDetailChargeId { get; set; }
/// <summary>
/// Gets or sets the lab main detail identifier.
/// </summary>
/// <value>
/// The lab main detail identifier.
/// </value>
public int LabMainDetailId { get; set; }
/// <summary>
/// Gets or sets the charge category identifier.
/// </summary>
/// <value>
/// The charge category identifier.
/// </value>
public int ChargeCategoryId { get; set; }
/// <summary>
/// Gets or sets the name of the charge category.
/// </summary>
/// <value>
/// The name of the charge category.
/// </value>
public string ChargeCategoryName { get; set; }
/// <summary>
/// Gets or sets the rate.
/// </summary>
/// <value>
/// The rate.
/// </value>
public double Rate { get; set; }
}
}
This diff is collapsed.
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
public class LabMothlyCountModel
{
public string MonthName { get; set; }
public string TestName { get; set; }
public int Count { get; set; }
public int Jan { get; set; }
public int Feb { get; set; }
public int Mar { get; set; }
public int Apr { get; set; }
public int May { get; set; }
public int Jun { get; set; }
public int Jul { get; set; }
public int Aug { get; set; }
public int Sep { get; set; }
public int Oct { get; set; }
public int Nov { get; set; }
public int Dec { get; set; }
/// <summary>
/// Gets or sets from date.
/// </summary>
/// <value>
/// From date.
/// </value>
public string FromDate { get; set; }
/// <summary>
/// Gets or sets from date.
/// </summary>
/// <value>
/// From date.
/// </value>
public string ToDate { get; set; }
/// <summary>
///
/// </summary>
public int? LocationId { get; set; }
/// <summary>
///
/// </summary>
public int? LabMainDetailId { get; set; }
}
}
This diff is collapsed.
This diff is collapsed.
namespace Hims.Shared.UserModels.Labs
{
using System.Collections.Generic;
/// <summary>
/// The lab parameter observed value model.
/// </summary>
public class LabParameterObservedValueModel
{
/// <summary>
/// Gets or sets the lab parameter observed value identifier.
/// </summary>
/// <value>
/// The lab parameter observed value identifier.
/// </value>
public long? LabParameterObservedValueId { get; set; }
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab booking detail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab template header identifier.
/// </summary>
/// <value>
/// The lab template header identifier.
/// </value>
public int LabTemplateHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab component header identifier.
/// </summary>
/// <value>
/// The lab component header identifier.
/// </value>
public int LabComponentHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab parameter header identifier.
/// </summary>
/// <value>
/// The lab parameter header identifier.
/// </value>
public int LabParameterHeaderId { get; set; }
/// <summary>
/// Gets or sets the lab parameter detail identifier.
/// </summary>
/// <value>
/// The lab parameter detail identifier.
/// </value>
public int? LabParameterDetailId { get; set; } // to be removed in future.
/// <summary>
/// Gets or sets the observed value.
/// </summary>
/// <value>
/// The observed value.
/// </value>
public string ObservedValue { get; set; }
}
/// <summary>
/// The input observed value model.
/// </summary>
public class InputObservedValueModel
{
/// <summary>
/// Creates new labbookingdetailid.
/// </summary>
/// <value>
/// The new lab booking detail identifier.
/// </value>
public int NewLabBookingDetailId { get; set; }
/// <summary>
/// Gets or sets the lab sample collection detail identifier.
/// </summary>
/// <value>
/// The lab sample collection detail identifier.
/// </value>
public int? LabSampleCollectionDetailId { get; set; }
/// <summary>
/// Gets or sets the parameters.
/// </summary>
/// <value>
/// The parameters.
/// </value>
public List<LabParameterObservedValueModel> Parameters { get; set; }
/// <summary>
/// Gets or sets the created by.
/// </summary>
/// <value>
/// The created by.
/// </value>
public int? CreatedBy { get; set; }
}
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
using System;
using System.Collections.Generic;
using System.Text;
namespace Hims.Shared.UserModels.Labs
{
/// <summary>
/// The LabReportProviderSignature.
/// </summary>
public class LabReportProviderSignatureModel
{
/// <summary>
/// Gets or sets the id of the provider.
/// </summary>
/// <value>
/// The id of the provider.
/// </value>
public int ProviderId { get; set; }
/// <summary>
/// Gets or sets the name of the provider.
/// </summary>
/// <value>
/// The name of the provider.
/// </value>
public string ProviderName { get; set; }
/// <summary>
/// Gets or sets the signature.
/// </summary>
public string Signature { get; set; }
/// <summary>
/// Gets or sets the name of the department.
/// </summary>
/// <value>
/// The name of the department.
/// </value>
public string DepartmentName { get; set; }
/// <summary>
/// Gets or sets the approved date.
/// </summary>
/// <value>
/// The approved date.
/// </value>
public DateTime ApprovedDate { get; set; }
}
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
namespace Hims.Shared.UserModels.Menu.Button
{
public class InsertModel
{
public int MenuId { get; set; }
public string UniqId { get; set; }
public string Name { get; set; }
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment