PatientId Property
Summary
Gets or sets the patient's ID.
Syntax
[DataMemberAttribute()]
public string PatientId { get; set; }
public:
[DataMemberAttribute]
property String^ PatientId
{
String^ get()
void set(String^ value)
}
Property Value
The patient's ID.