- 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.
- parentPatientRowByFK_Patient_Study
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- RetrieveAETitle
- A System.String representing the Retrieve AE Title.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads 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 parentPatientRowByFK_Patient_Study As CompositeInstanceDataSet.PatientRow, _ ByVal RetrieveAETitle As String _ ) As CompositeInstanceDataSet.StudyRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.StudyDataTable Dim StudyInstanceUID As String Dim StudyDate As Date Dim AccessionNumber As String Dim StudyID As String Dim ReferDrFamilyName As String Dim ReferDrGivenName As String Dim ReferDrMiddleName As String Dim ReferDrNamePrefix As String Dim ReferDrNameSuffix As String Dim StudyDescription As String Dim AdmittingDiagnosesDesc As String Dim PatientAge As String Dim PatientSize As Decimal Dim PatientWeight As Decimal Dim Occupation As String Dim AdditionalPatientHistory As String Dim InterpretationAuthor As String Dim parentPatientRowByFK_Patient_Study As CompositeInstanceDataSet.PatientRow Dim RetrieveAETitle As String Dim value As CompositeInstanceDataSet.StudyRow value = instance.AddStudyRow(StudyInstanceUID, StudyDate, AccessionNumber, StudyID, ReferDrFamilyName, ReferDrGivenName, ReferDrMiddleName, ReferDrNamePrefix, ReferDrNameSuffix, StudyDescription, AdmittingDiagnosesDesc, PatientAge, PatientSize, PatientWeight, Occupation, AdditionalPatientHistory, InterpretationAuthor, parentPatientRowByFK_Patient_Study, RetrieveAETitle) |
Parameters
- 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.
- parentPatientRowByFK_Patient_Study
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- RetrieveAETitle
- A System.String representing the Retrieve AE Title.
Return Value
The CompositeInstanceDataSet.StudyRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7