UnscheduledPatient Property

Summary

Gets or sets the unscheduled patient information.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public PatientInfoforUnscheduledPPS UnscheduledPatient { get; set; } 
  
<DataMemberAttribute()> 
Public Property UnscheduledPatient As PatientInfoforUnscheduledPPS 
[DataMemberAttribute()] 
public: 
property PatientInfoforUnscheduledPPS^ UnscheduledPatient { 
   PatientInfoforUnscheduledPPS^ get(); 
   void set (    PatientInfoforUnscheduledPPS^ ); 
} 

Property Value

The information that describes the unscheduled patient for the Performed Procedure Step.

Remarks

The unscheduled patient information is used if the patient that the performed procedure is for is unknow to the implementing system.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly