LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PatientId Property (WorkstationViewer.LoadSeriesInformation)

Show in webframe






Gets or sets the Patient ID of the series.
Syntax
public string PatientId {get; set;}
'Declaration
 
Public Property PatientId As String
'Usage
 
Dim instance As WorkstationViewer.LoadSeriesInformation
Dim value As String
 
instance.PatientId = value
 
value = instance.PatientId

            

            
public: __property string* get_PatientId();
public: __property void set_PatientId( 
   string* value
);
public:
property string* PatientId {
   string* get();
   void set (    string* value);
}

Property Value

Type: System.String The Patient ID of the series.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer.LoadSeriesInformation Class
WorkstationViewer.LoadSeriesInformation Members

 

 


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