LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

PatientId Property (WorkstationViewer.LoadSeriesInformation)







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 string PatientId {get; set;}
 get_PatientId();
set_PatientId(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationViewer.LoadSeriesInformation Class
WorkstationViewer.LoadSeriesInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.