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