Leadtools.Medical.Worklist.Wcf.Entities Namespace > WCFPPSInformation Class : Patient Property |
[DataMemberAttribute()] public WCFPatient Patient {get; set;}
'Declaration <DataMemberAttribute()> Public Property Patient As WCFPatient
'Usage Dim instance As WCFPPSInformation Dim value As WCFPatient instance.Patient = value value = instance.Patient
[DataMemberAttribute()] public: property WCFPatient^ Patient { WCFPatient^ get(); void set ( WCFPatient^ value); }