←Select platform

AddSRDocumentGeneralRow(InstanceRow,DateTime,DateTime,string,string,string) Method

Summary

Adds a new SR document general module row (SRDocumentGeneralRow) to this data table collection.

Syntax

C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "17.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public SRDocumentGeneralRow AddSRDocumentGeneralRow( 
   InstanceRow parentInstanceRowByFK_Instance_SRDocumentGeneral, 
   DateTime ContentDate, 
   DateTime ContentTime, 
   string CompletionFlag, 
   string VerificationFlag, 
   string PreliminaryFlag 
) 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"17.0.0.0")] 
   SRDocumentGeneralRow^ AddSRDocumentGeneralRow( 
       InstanceRow^ parentInstanceRowByFK_Instance_SRDocumentGeneral, 
      DateTime^ ContentDate, 
      DateTime^ ContentTime, 
      String^ CompletionFlag, 
      String^ VerificationFlag, 
      String^ PreliminaryFlag 
   ) 

Parameters

parentInstanceRowByFK_Instance_SRDocumentGeneral

The parent instance row.

ContentDate

A System.DateTime representing the date the document content creation started.

ContentTime

A System.DateTime representing the time the document content creation started.

CompletionFlag

A System.String representing the estimated degree of completeness of this SR document. Possible values are PARTIAL or COMPLETE.

VerificationFlag

A System.String representing the SR Document verification state. Possible values are:

Value Meaning
UNVERIFIED The SR document is unverified.
VERIFIED The SR document is verified.

PreliminaryFlag

A System.String representing the preliminary flag value. Possible values are:

Value Meaning
PRELIMINARY The SR document is intended to be preliminary report.
FINAL The SR document is intended to be final report.

Return Value

The instance of the added row (SRDocumentGeneralRow) to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

See Also

SRDocumentGeneralDataTable Class

SRDocumentGeneralDataTable Members

Leadtools.Medical.Storage.DataAccessLayer Namespace

Help Version 23.0.2024.5.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

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