←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly