修改modality
This commit is contained in:
@@ -2,6 +2,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
@@ -236,6 +237,9 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public string Modalitys { get; set; } = "CT|MR|BoneScan|Photograph|PET|X-ray|US";
|
||||
|
||||
[NotMapped]
|
||||
public List<string> ModalityList => Modalitys.Split('|', StringSplitOptions.RemoveEmptyEntries).Where(t => !string.IsNullOrEmpty(t)).ToList();
|
||||
|
||||
|
||||
public string PreliminaryAuditReuploadText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user