←Select platform

CopyPatient Property

Summary

Gets or sets a value indicating whether an SCP will forward any CopyPatient Patient Updater messages received to another SCP.

Syntax
C#
VB
C++
[IntValueAttribute(107)] 
public bool CopyPatient { get; set; } 
<IntValueAttribute(107)>  
Public Property CopyPatient() As Boolean 
   Get 
   Set 
public:  
   [IntValueAttribute(107)] 
   property bool CopyPatient 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to forward CopyPatient Patient Updater messages; Otherwise, false.

Remarks

Set this value to true to have an SCP foward any CopyPatient Patient Updater messages received to another SCP.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.