ivus-导表修改
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using IRaCIS.Core.API._ServiceExtensions.NewtonsoftJson;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Reflection;
|
||||
|
||||
@@ -75,6 +76,12 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
||||
|
||||
foreach (PropertyInfo property in properties)
|
||||
{
|
||||
if (typeof(IEnumerable).IsAssignableFrom(property.PropertyType)
|
||||
&& property.PropertyType != typeof(string))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
string propertyName = property.Name;
|
||||
object propertyValue = property.GetValue(obj);
|
||||
// 如果属性的类型是枚举,将其值保留为整数
|
||||
|
||||
@@ -312,6 +312,10 @@ public static class StaticData
|
||||
|
||||
public const string TumorCDISC_Export = "TumorCDISC_Export";
|
||||
|
||||
public const string IVUS_CDISC_Export = "IVUS_CDISC_Export";
|
||||
|
||||
public const string OCT_CDISC_Export = "OCT_CDISC_Export";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user