←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 parentHangingProtocolRowByFK_HangingProtocolDefinitonSequence_HangingProtocol, 
   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 parentHangingProtocolRowByFK_HangingProtocolDefinitonSequence_HangingProtocol 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^ parentHangingProtocolRowByFK_HangingProtocolDefinitonSequence_HangingProtocol, 
      String^ Modality, 
      String^ Laterality, 
      String^ StudyDescription, 
      String^ BodyPartExamined, 
      String^ ProtocolName 
   ) 

Parameters

DefinitionSequenceGuid

The value for the Definition Sequence GUID column.

parentHangingProtocolRowByFK_HangingProtocolDefinitonSequence_HangingProtocol

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 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.