←Select platform

AddHangingProtocolRow(string,string,string,string,string,string,DateTime,int,string,string,string) Method

Summary

Adds a row to this HangingProtocolDataTable.

Syntax
C#
VB
C++
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public HangingProtocolRow AddHangingProtocolRow( 
   string SOPClassUID, 
   string SOPInstanceUID, 
   string Name, 
   string Description, 
   string Level, 
   string Creator, 
   DateTime CreationDateTime, 
   int NumberOfPriorsReferenced, 
   string SpecificCharacterSet, 
   string ReferencedFile, 
   string UserGroupName 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddHangingProtocolRow( 
   ByVal SOPClassUID As String, 
   ByVal SOPInstanceUID As String, 
   ByVal Name As String, 
   ByVal Description As String, 
   ByVal Level As String, 
   ByVal Creator As String, 
   ByVal CreationDateTime As DateTime, 
   ByVal NumberOfPriorsReferenced As Integer, 
   ByVal SpecificCharacterSet As String, 
   ByVal ReferencedFile As String, 
   ByVal UserGroupName As String 
) As HangingProtocolRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   HangingProtocolRow^ AddHangingProtocolRow( 
       String^ SOPClassUID, 
      String^ SOPInstanceUID, 
      String^ Name, 
      String^ Description, 
      String^ Level, 
      String^ Creator, 
      DateTime^ CreationDateTime, 
      Int32 NumberOfPriorsReferenced, 
      String^ SpecificCharacterSet, 
      String^ ReferencedFile, 
      String^ UserGroupName 
   ) 

Parameters

SOPClassUID

The value for the SOP Class UID column.

SOPInstanceUID

The value for the SOP Instance UID column.

Name

The value for the Name column.

Description

The value for the Description column.

Level

The value for the Level column.

Creator

The value for the Creator column.

CreationDateTime

The value for the Creation Date Time column.

NumberOfPriorsReferenced

The value for the Number Of Priors Referenced column.

SpecificCharacterSet

The value for the Specific Character Set column.

ReferencedFile

The value for the Referenced File column.

UserGroupName

The value for the User Group Name column.

Return Value

A HangingProtocolRow that represents the newly added row.

Remarks

This will append a new row to the table.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.