Gets the patient's id.
public string Id {get; set;}
'Declaration
Public Property Id As String
'Usage
Dim instance As Patient
Dim value As String
instance.Id = value
value = instance.Id
public:
property String^ Id {
String^ get();
void set ( String^ value);
}
Property Value
Primary hospital identification number or code for the patient.