LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

UserIdentifier Property (SeriesVolume)

Show in webframe






Gets or sets the user identifier for the 3D volume.
Syntax
public string UserIdentifier {get; set;}
'Declaration
 
Public Property UserIdentifier As String
'Usage
 
Dim instance As SeriesVolume
Dim value As String
 
instance.UserIdentifier = value
 
value = instance.UserIdentifier

            

            
public: __property string* get_UserIdentifier();
public: __property void set_UserIdentifier( 
   string* value
);
public:
property string* UserIdentifier {
   string* get();
   void set (    string* value);
}

Property Value

Type: System.String The user identifier for the 3D volume.
Remarks

This identifier is supplied from the user when calling the IWorkstationDataAccessAgent.StoreVolume.

Requirements

Target Platforms

See Also

Reference

SeriesVolume Class
SeriesVolume Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.