- PatientID
- The patient Id String value.
- FamilyName
- The patient family name String value.
- GivenName
- The patient given name String value.
- MiddleName
- The patient middle name String value.
- NamePrefix
- The patient name prefix String value.
- NameSuffix
- The patient name suffix String value.
- BirthDate
- The patient birth date DateTime value.
- Sex
- The patient sex String value.
- EthnicGroup
- The patient ethic group String value.
- Comments
- The patient comments String value.
- AETitle
- The client AE Title String value.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddPatientsRow( _ ByVal PatientID As String, _ ByVal FamilyName As String, _ ByVal GivenName As String, _ ByVal MiddleName As String, _ ByVal NamePrefix As String, _ ByVal NameSuffix As String, _ ByVal BirthDate As Date, _ ByVal Sex As String, _ ByVal EthnicGroup As String, _ ByVal Comments As String, _ ByVal AETitle As String _ ) As DicomInformation.PatientsRow |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public DicomInformation.PatientsRow AddPatientsRow( string PatientID, string FamilyName, string GivenName, string MiddleName, string NamePrefix, string NameSuffix, DateTime BirthDate, string Sex, string EthnicGroup, string Comments, string AETitle ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: DicomInformation.PatientsRow^ AddPatientsRow( String^ PatientID, String^ FamilyName, String^ GivenName, String^ MiddleName, String^ NamePrefix, String^ NameSuffix, DateTime BirthDate, String^ Sex, String^ EthnicGroup, String^ Comments, String^ AETitle ) |
Parameters
- PatientID
- The patient Id String value.
- FamilyName
- The patient family name String value.
- GivenName
- The patient given name String value.
- MiddleName
- The patient middle name String value.
- NamePrefix
- The patient name prefix String value.
- NameSuffix
- The patient name suffix String value.
- BirthDate
- The patient birth date DateTime value.
- Sex
- The patient sex String value.
- EthnicGroup
- The patient ethic group String value.
- Comments
- The patient comments String value.
- AETitle
- The client AE Title String value.
Return Value
The newly added DicomInformation.PatientsRowTarget Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family