| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal otherPatientID As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim otherPatientID As String Dim instance As New OtherPatientIDs(otherPatientID) | |
| C# | |
|---|---|
public OtherPatientIDs( string otherPatientID ) | |
| C++/CLI | |
|---|---|
public: OtherPatientIDs( String^ otherPatientID ) | |
Parameters
- otherPatientID
- A System.String representing the Other Patient ID used for matching.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7