XdsObjects Help file
XdsObjects Namespace / XdsPatient Class / XdsPatient Constructor / XdsPatient Constructor(String)
The name of the patient



In This Topic
    XdsPatient Constructor(String)
    In This Topic
    Constructs a new XdsPatient object with an initialised value for SingleName
    Syntax
    Public Function New( _
       ByVal Name As String _
    )
    Dim Name As String
     
    Dim instance As New XdsPatient(Name)
    public XdsPatient( 
       string Name
    )
    public:
    XdsPatient( 
       String^ Name
    )

    Parameters

    Name
    The name of the patient
    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