←Select platform

PatientInfo Constructor(string,string,string,string,string,string)

Summary

Initializes a new instance of the PatientInfo class with the patientId, name, birthDate, sex, ethnicGroup, and comments.

Syntax
C#
VB
C++
public PatientInfo( 
   string patientId, 
   string name, 
   string birthDate, 
   string sex, 
   string ethnicGroup, 
   string comments 
) 
Public Sub New() 
public:  
   PatientInfo() 

Parameters

patientId

The patient's ID.

name

The patient's name.

birthDate

The patient's birth date.

sex

The patient's sex.

ethnicGroup

The patient's ethnic group.

comments

The comments about the patient.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly