←Select platform

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

Summary

Adds a row to this HangingProtocolDataTable.

Syntax
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 
) 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly