AllowMediaSplitting Property

Summary

Gets or sets the value specifying whether or not to allow media splitting.

Syntax
C#
VB
C++
[Element(DicomTag.AllowMediaSplitting)] 
public Nullable<YesNo> AllowMediaSplitting { get; set; } 
<TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")> 
<ElementAttribute()> 
Public Property AllowMediaSplitting As Nullable(Of YesNo) 
[TypeConverterAttribute("Leadtools.Dicom.Common.Editing.Converters.EnumValueConverter`1[[Leadtools.Dicom.Common.DataTypes.YesNo, Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977]], Leadtools.Dicom.Common, Version=19.0.0.0, Culture=neutral, PublicKeyToken=3b25a5de27f81977")] 
[ElementAttribute()] 
public: 
property Nullable<YesNo> AllowMediaSplitting { 
   Nullable<YesNo> get(); 
   void set (    Nullable<YesNo> ); 
} 

Property Value

Yes to allow media splitting; otherwise, no.

Remarks

The SCP may not have the capability to split media. If the file-set size exceeds the media storage capacity, and AllowMediaSplitting has been set to know the SCP may refuse to process the request.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly