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