归档增加字段-三个影像层级表

This commit is contained in:
2025-10-22 10:25:11 +08:00
parent 8cabc8c96a
commit 7a37c01b7f
19 changed files with 22096 additions and 22 deletions
+31
View File
@@ -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
}