归档增加字段-三个影像层级表
This commit is contained in:
@@ -55,5 +55,36 @@ public class SCPInstance : BaseFullAuditEntity, IEntitySeqId
|
||||
|
||||
public bool IsEncapsulated { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region 模态支持增加字段
|
||||
|
||||
public string PhotometricInterpretation { get; set; }
|
||||
|
||||
public int BitsAllocated { get; set; }
|
||||
|
||||
public string PixelRepresentation { get; set; }
|
||||
|
||||
public string RescaleIntercept { get; set; }
|
||||
|
||||
public string RescaleSlope { get; set; }
|
||||
|
||||
public string ImagePositionPatient { get; set; }
|
||||
public string ImageOrientationPatient { get; set; }
|
||||
|
||||
//可能大
|
||||
public string SequenceOfUltrasoundRegions { get; set; }
|
||||
|
||||
public string FrameTime { get; set; }
|
||||
|
||||
public string CorrectedImage { get; set; }
|
||||
|
||||
public string Units { get; set; }
|
||||
public string DecayCorrection { get; set; }
|
||||
|
||||
public string EncapsulatedDocument { get; set; }
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user