C#
VB
C++
Gets or sets the value specifying whether or not to preserve composite instances after media creation.
public Nullable<YesNo> PreserveCompositeInstancesAfterMediaCreation { get; set; }
Public Property PreserveCompositeInstancesAfterMediaCreation As Nullable(Of YesNo)
public:
property Nullable<YesNo> PreserveCompositeInstancesAfterMediaCreation {
Nullable<YesNo> get();
void set ( Nullable<YesNo> );
}
Yes to preserve composite instances after media creation, no otherwise.
This value serves as a hint to the SCP. Even if the SCU specifies Yes, the SCP may flush its cache of instances at its discretion.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET