16 lines
		
	
	
		
			383 B
		
	
	
	
		
			C#
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			383 B
		
	
	
	
		
			C#
		
	
	
| using System;
 | |
| 
 | |
| namespace IRaCIS.Core.Domain.Models
 | |
| {
 | |
|     
 | |
|     //public class NoneDicomFile : Entity, IAuditAdd
 | |
|     //{
 | |
|     //    public Guid StudyId { get; set; }
 | |
| 
 | |
|     //    public string FileName { get; set; }
 | |
| 
 | |
|     //    public string Path { get; set; }
 | |
|     //    public Guid CreateUserId { get; set; }
 | |
|     //    public DateTime CreateTime { get; set; } = DateTime.Now;
 | |
|     //}
 | |
| } |