BenSelect Documentation
GetExistingGroupNumbers(clsCase,Guid,Nullable<Guid>,Nullable<Guid>,Nullable<Guid>,Nullable<Int32>,Nullable<Int32>) Method
See Also  Send Feedback
Selerix.BenSelect.Api.ApplicationCore.Services.Setup.Edi Namespace > SetupPayerGroupNumberService Class > GetExistingGroupNumbers Method : GetExistingGroupNumbers(clsCase,Guid,Nullable<Guid>,Nullable<Guid>,Nullable<Guid>,Nullable<Int32>,Nullable<Int32>) Method
usercase
The case
locationUniqueID
The location
planYearUniqueID
The plan year. Use null for default plan year.
payer
Optional payer
product
Optional product
startRecord
The first record to return for paging. 0 is the first record.
maxResults
Maximum number of records to return for paging. 0 is for all records
Get existing group numbers

Syntax

JScript 
public function GetExistingGroupNumbers( 
   usercase : clsCase,
   locationUniqueID : Guid,
   planYearUniqueID : Nullable,
   payer : Nullable,
   product : Nullable,
   startRecord : Nullable,
   maxResults : Nullable
) : GetExistingGroupNumbersSearchResult;

Parameters

usercase
The case
locationUniqueID
The location
planYearUniqueID
The plan year. Use null for default plan year.
payer
Optional payer
product
Optional product
startRecord
The first record to return for paging. 0 is the first record.
maxResults
Maximum number of records to return for paging. 0 is for all records

Exceptions

ExceptionDescription
Selerix.Foundation.Data.DataValidationExceptionData validation exception.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.