- ItmeOrderNumber
- The Itme Order Number.
- MPPSSOPInstanceUID
- A System.String representing the MPPS SOP Instance UID.
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function FindByItmeOrderNumberMPPSSOPInstanceUID( _ ByVal ItmeOrderNumber As Long, _ ByVal MPPSSOPInstanceUID As String _ ) As MPPSDataset.PPSRelationshipRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MPPSDataset.PPSRelationshipDataTable Dim ItmeOrderNumber As Long Dim MPPSSOPInstanceUID As String Dim value As MPPSDataset.PPSRelationshipRow value = instance.FindByItmeOrderNumberMPPSSOPInstanceUID(ItmeOrderNumber, MPPSSOPInstanceUID) | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public MPPSDataset.PPSRelationshipRow FindByItmeOrderNumberMPPSSOPInstanceUID( long ItmeOrderNumber, string MPPSSOPInstanceUID ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: MPPSDataset.PPSRelationshipRow^ FindByItmeOrderNumberMPPSSOPInstanceUID( int64 ItmeOrderNumber, String^ MPPSSOPInstanceUID ) | |
Parameters
- ItmeOrderNumber
- The Itme Order Number.
- MPPSSOPInstanceUID
- A System.String representing the MPPS SOP Instance UID.
Return Value
The MPPSDataset.PPSRelationshipRow that matches the given ItmeOrderNumber and MPPSSOPInstanceUID. It returns null if no results are foundTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code