←Select platform

AddHangingProtocolDefinitonSequenceRow(string,HangingProtocolRow,string,string,string,string,string) Method

Summary

Adds a row to this HangingProtocolDefinitonSequenceDataTable.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public HangingProtocolDefinitonSequenceRow AddHangingProtocolDefinitonSequenceRow( 
   string DefinitionSequenceGuid, 
   HangingProtocolRow parentHangingProtocolRowByFKHangingProtocolDefinitonSequenceHangingProtocol, 
   string Modality, 
   string Laterality, 
   string StudyDescription, 
   string BodyPartExamined, 
   string ProtocolName 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddHangingProtocolDefinitonSequenceRow( 
   ByVal DefinitionSequenceGuid As String, 
   ByVal parentHangingProtocolRowByFKHangingProtocolDefinitonSequenceHangingProtocol As HangingProtocolRow, 
   ByVal Modality As String, 
   ByVal Laterality As String, 
   ByVal StudyDescription As String, 
   ByVal BodyPartExamined As String, 
   ByVal ProtocolName As String 
) As HangingProtocolDefinitonSequenceRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   HangingProtocolDefinitonSequenceRow^ AddHangingProtocolDefinitonSequenceRow( 
       String^ DefinitionSequenceGuid, 
      HangingProtocolRow^ parentHangingProtocolRowByFKHangingProtocolDefinitonSequenceHangingProtocol, 
      String^ Modality, 
      String^ Laterality, 
      String^ StudyDescription, 
      String^ BodyPartExamined, 
      String^ ProtocolName 
   ) 

Parameters

DefinitionSequenceGuid

The value for the Definition Sequence GUID column.

parentHangingProtocolRowByFKHangingProtocolDefinitonSequenceHangingProtocol

The value for the ParentHangingProtocolRowByFK_HangingProtocolDefinitonSequence_HangingProtocol column.

Modality

The value for the Modality column.

Laterality

The value for the Laterality column.

StudyDescription

The value for the Study Description column.

BodyPartExamined

The value for the Body Part Examined column.

ProtocolName

The value for the Protocol Name column.

Return Value

A HangingProtocolDefinitonSequenceRow that represents the newly added row.

Remarks

This will append a new row to the table.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly