PreserveCompositeInstancesAfterMediaCreation Property

Summary

Gets or sets the value specifying whether or not to preserve composite instances after media creation.

Syntax
C#
VB
C++
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> ); 
} 

Property Value

Yes to preserve composite instances after media creation, no otherwise.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Dicom.Scu Assembly