- parentPatientRowByFK_Patient_ReferencedPatientSequence
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- ReferencedSOPInstanceUID
- A System.String representing the Referenced SOP Instance UID.
- ReferencedSOPClassUID
- A System.String representing the Referenced SOP Class UID.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddReferencedPatientSequenceRow( _ ByVal parentPatientRowByFK_Patient_ReferencedPatientSequence As CompositeInstanceDataSet.PatientRow, _ ByVal ReferencedSOPInstanceUID As String, _ ByVal ReferencedSOPClassUID As String _ ) As CompositeInstanceDataSet.ReferencedPatientSequenceRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.ReferencedPatientSequenceDataTable Dim parentPatientRowByFK_Patient_ReferencedPatientSequence As CompositeInstanceDataSet.PatientRow Dim ReferencedSOPInstanceUID As String Dim ReferencedSOPClassUID As String Dim value As CompositeInstanceDataSet.ReferencedPatientSequenceRow value = instance.AddReferencedPatientSequenceRow(parentPatientRowByFK_Patient_ReferencedPatientSequence, ReferencedSOPInstanceUID, ReferencedSOPClassUID) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.ReferencedPatientSequenceRow AddReferencedPatientSequenceRow( CompositeInstanceDataSet.PatientRow parentPatientRowByFK_Patient_ReferencedPatientSequence, string ReferencedSOPInstanceUID, string ReferencedSOPClassUID ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.ReferencedPatientSequenceRow^ AddReferencedPatientSequenceRow( CompositeInstanceDataSet.PatientRow^ parentPatientRowByFK_Patient_ReferencedPatientSequence, String^ ReferencedSOPInstanceUID, String^ ReferencedSOPClassUID ) |
Parameters
- parentPatientRowByFK_Patient_ReferencedPatientSequence
- Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
- ReferencedSOPInstanceUID
- A System.String representing the Referenced SOP Instance UID.
- ReferencedSOPClassUID
- A System.String representing the Referenced SOP Class UID.
Return Value
The CompositeInstanceDataSet.ReferencedPatientSequenceRow 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