Public Property PatientInfo As XdsPatient
Dim instance As XdsSubmissionSet Dim value As XdsPatient instance.PatientInfo = value value = instance.PatientInfo
public XdsPatient PatientInfo {get; set;}
public: property XdsPatient^ PatientInfo { XdsPatient^ get(); void set ( XdsPatient^ value); }