RequestedProcedure Property

Summary

Gets a strongly typed System.Data.DataTable for the physical 'Requested Procedure' table.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public RequestedProcedureDataTable RequestedProcedure { get; } 
  
Public ReadOnly Property RequestedProcedure As RequestedProcedureDataTable 
public: 
property RequestedProcedureDataTable^ RequestedProcedure { 
   RequestedProcedureDataTable^ get(); 
} 

Property Value

A RequestedProcedureDataTable which holds the information about the 'Requested Procedure' table.

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.DataAccessLayer Assembly