Adds a new StudyRow to the System.Data.DataTable.Rows collection.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public StudyRow AddStudyRow(
string StudyInstanceUID,
DateTime StudyDate,
string AccessionNumber,
string StudyID,
string ReferDrFamilyName,
string ReferDrGivenName,
string ReferDrMiddleName,
string ReferDrNamePrefix,
string ReferDrNameSuffix,
string StudyDescription,
string AdmittingDiagnosesDesc,
string PatientAge,
Decimal PatientSize,
Decimal PatientWeight,
string Occupation,
string AdditionalPatientHistory,
string InterpretationAuthor,
PatientRow parentPatientRowByFKPatientStudy,
string RetrieveAETitle
)
<DebuggerNonUserCodeAttribute(),
GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")>
Public Function AddStudyRow(
ByVal StudyInstanceUID As String,
ByVal StudyDate As Date,
ByVal AccessionNumber As String,
ByVal StudyID As String,
ByVal ReferDrFamilyName As String,
ByVal ReferDrGivenName As String,
ByVal ReferDrMiddleName As String,
ByVal ReferDrNamePrefix As String,
ByVal ReferDrNameSuffix As String,
ByVal StudyDescription As String,
ByVal AdmittingDiagnosesDesc As String,
ByVal PatientAge As String,
ByVal PatientSize As Decimal,
ByVal PatientWeight As Decimal,
ByVal Occupation As String,
ByVal AdditionalPatientHistory As String,
ByVal InterpretationAuthor As String,
ByVal parentPatientRowByFKPatientStudy As PatientRow,
ByVal RetrieveAETitle As String
) As StudyRow
public:
[DebuggerNonUserCodeAttribute]
[GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator",
L"4.0.0.0")]
StudyRow^ AddStudyRow(
String^ StudyInstanceUID,
System::DateTime StudyDate,
String^ AccessionNumber,
String^ StudyID,
String^ ReferDrFamilyName,
String^ ReferDrGivenName,
String^ ReferDrMiddleName,
String^ ReferDrNamePrefix,
String^ ReferDrNameSuffix,
String^ StudyDescription,
String^ AdmittingDiagnosesDesc,
String^ PatientAge,
Decimal PatientSize,
Decimal PatientWeight,
String^ Occupation,
String^ AdditionalPatientHistory,
String^ InterpretationAuthor,
PatientRow^ parentPatientRowByFKPatientStudy,
String^ RetrieveAETitle
)
StudyInstanceUID
A System.String representing the Study Instance UID.
StudyDate
Type: System.DateTime.
The Study Date.
AccessionNumber
A System.String representing the Accession Number.
StudyID
A System.String representing the Study ID.
ReferDrFamilyName
A System.String representing the Refer Dr Family Name.
ReferDrGivenName
A System.String representing the Refer Dr Given Name.
ReferDrMiddleName
A System.String representing the Refer Dr Middle Name.
ReferDrNamePrefix
A System.String representing the Refer Dr Name Prefix.
ReferDrNameSuffix
A System.String representing the Refer Dr Name Suffix.
StudyDescription
A System.String representing the Study Description.
AdmittingDiagnosesDesc
A System.String representing the Admitting Diagnoses Desc.
PatientAge
A System.String representing the Patient Age.
PatientSize
Type: System.Decimal.
The Patient Size.
PatientWeight
Type: System.Decimal.
The Patient Weight.
Occupation
A System.String representing the Occupation.
AdditionalPatientHistory
A System.String representing the Additional Patient History.
InterpretationAuthor
A System.String representing the Interpretation Author.
parentPatientRowByFKPatientStudy
Type: PatientRow. The parent Patient Row.
RetrieveAETitle
A System.String representing the Retrieve AE Title.
The StudyRow which is added to the System.Data.DataTable.Rows collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET