←Select platform

Item Property

Summary

Gets the PatientInfoforUnscheduledPPSRow at the specified index.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PatientInfoforUnscheduledPPSRow Item( 
   int index 
) { get; } 
  
Public ReadOnly Default Property Item( _ 
   ByVal index As Integer _ 
) As PatientInfoforUnscheduledPPSRow 
public: 
property PatientInfoforUnscheduledPPSRow^ default [int] { 
   PatientInfoforUnscheduledPPSRow^ get(int index); 
} 

Parameters

index
The zero-based index of the row to return.

Property Value

The specified PatientInfoforUnscheduledPPSRow

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly