LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AddImagingServiceRequestRow(String,String,String,String,String,String,String,String,String,String,String,String,String,String,String,String,String) Method
See Also 
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MWLDataset.ImagingServiceRequestDataTable Class > AddImagingServiceRequestRow Method : AddImagingServiceRequestRow(String,String,String,String,String,String,String,String,String,String,String,String,String,String,String,String,String) Method



AccessionNumber
A System.String representing the Accession Number.
PatientID
A System.String representing the Patient ID.
IssuerOfPatientID
A System.String representing the Issuer Of Patient ID.
ImagingServiceRequestComments
A System.String representing the Imaging Service Request Comments.
RequestingPhysicianFamilyName
A System.String representing the Requesting Physician Family Name.
RequestingPhysicianGivenName
A System.String representing the Requesting Physician Given Name.
RequestingPhysicianMiddleName
A System.String representing the Requesting Physician Middle Name.
RequestingPhysicianPrefix
A System.String representing the Requesting Physician Prefix.
RequestingPhysicianSuffix
A System.String representing the Requesting Physician Suffix.
ReferringPhysicianFamilyName
A System.String representing the Referring Physician Family Name.
ReferringPhysicianGivenName
A System.String representing the Referring Physician Given Name.
ReferringPhysicianMiddleName
A System.String representing the Referring Physician Middle Name.
ReferringPhysicianPrefix
A System.String representing the Referring Physician Prefix.
ReferringPhysicianSuffix
A System.String representing the Referring Physician Suffix.
RequestingService
A System.String representing the Requesting Service.
PlacerOrderNumber_ImagingServiceRequest
A System.String representing the Placer Order Number Imaging Service Request.
FillerOrderNumber_ImagingServiceRequest
A System.String representing the Filler Order Number Imaging Service Request.
AccessionNumber
A System.String representing the Accession Number.
PatientID
A System.String representing the Patient ID.
IssuerOfPatientID
A System.String representing the Issuer Of Patient ID.
ImagingServiceRequestComments
A System.String representing the Imaging Service Request Comments.
RequestingPhysicianFamilyName
A System.String representing the Requesting Physician Family Name.
RequestingPhysicianGivenName
A System.String representing the Requesting Physician Given Name.
RequestingPhysicianMiddleName
A System.String representing the Requesting Physician Middle Name.
RequestingPhysicianPrefix
A System.String representing the Requesting Physician Prefix.
RequestingPhysicianSuffix
A System.String representing the Requesting Physician Suffix.
ReferringPhysicianFamilyName
A System.String representing the Referring Physician Family Name.
ReferringPhysicianGivenName
A System.String representing the Referring Physician Given Name.
ReferringPhysicianMiddleName
A System.String representing the Referring Physician Middle Name.
ReferringPhysicianPrefix
A System.String representing the Referring Physician Prefix.
ReferringPhysicianSuffix
A System.String representing the Referring Physician Suffix.
RequestingService
A System.String representing the Requesting Service.
PlacerOrderNumber_ImagingServiceRequest
A System.String representing the Placer Order Number Imaging Service Request.
FillerOrderNumber_ImagingServiceRequest
A System.String representing the Filler Order Number Imaging Service Request.
Adds a new MWLDataset.ImagingServiceRequestRow to the System.Data.DataTable.Rows collection.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddImagingServiceRequestRow( _
   ByVal AccessionNumber As String, _
   ByVal PatientID As String, _
   ByVal IssuerOfPatientID As String, _
   ByVal ImagingServiceRequestComments As String, _
   ByVal RequestingPhysicianFamilyName As String, _
   ByVal RequestingPhysicianGivenName As String, _
   ByVal RequestingPhysicianMiddleName As String, _
   ByVal RequestingPhysicianPrefix As String, _
   ByVal RequestingPhysicianSuffix As String, _
   ByVal ReferringPhysicianFamilyName As String, _
   ByVal ReferringPhysicianGivenName As String, _
   ByVal ReferringPhysicianMiddleName As String, _
   ByVal ReferringPhysicianPrefix As String, _
   ByVal ReferringPhysicianSuffix As String, _
   ByVal RequestingService As String, _
   ByVal PlacerOrderNumber_ImagingServiceRequest As String, _
   ByVal FillerOrderNumber_ImagingServiceRequest As String _
) As MWLDataset.ImagingServiceRequestRow
Visual Basic (Usage)Copy Code
Dim instance As MWLDataset.ImagingServiceRequestDataTable
Dim AccessionNumber As String
Dim PatientID As String
Dim IssuerOfPatientID As String
Dim ImagingServiceRequestComments As String
Dim RequestingPhysicianFamilyName As String
Dim RequestingPhysicianGivenName As String
Dim RequestingPhysicianMiddleName As String
Dim RequestingPhysicianPrefix As String
Dim RequestingPhysicianSuffix As String
Dim ReferringPhysicianFamilyName As String
Dim ReferringPhysicianGivenName As String
Dim ReferringPhysicianMiddleName As String
Dim ReferringPhysicianPrefix As String
Dim ReferringPhysicianSuffix As String
Dim RequestingService As String
Dim PlacerOrderNumber_ImagingServiceRequest As String
Dim FillerOrderNumber_ImagingServiceRequest As String
Dim value As MWLDataset.ImagingServiceRequestRow
 
value = instance.AddImagingServiceRequestRow(AccessionNumber, PatientID, IssuerOfPatientID, ImagingServiceRequestComments, RequestingPhysicianFamilyName, RequestingPhysicianGivenName, RequestingPhysicianMiddleName, RequestingPhysicianPrefix, RequestingPhysicianSuffix, ReferringPhysicianFamilyName, ReferringPhysicianGivenName, ReferringPhysicianMiddleName, ReferringPhysicianPrefix, ReferringPhysicianSuffix, RequestingService, PlacerOrderNumber_ImagingServiceRequest, FillerOrderNumber_ImagingServiceRequest)

Parameters

AccessionNumber
A System.String representing the Accession Number.
PatientID
A System.String representing the Patient ID.
IssuerOfPatientID
A System.String representing the Issuer Of Patient ID.
ImagingServiceRequestComments
A System.String representing the Imaging Service Request Comments.
RequestingPhysicianFamilyName
A System.String representing the Requesting Physician Family Name.
RequestingPhysicianGivenName
A System.String representing the Requesting Physician Given Name.
RequestingPhysicianMiddleName
A System.String representing the Requesting Physician Middle Name.
RequestingPhysicianPrefix
A System.String representing the Requesting Physician Prefix.
RequestingPhysicianSuffix
A System.String representing the Requesting Physician Suffix.
ReferringPhysicianFamilyName
A System.String representing the Referring Physician Family Name.
ReferringPhysicianGivenName
A System.String representing the Referring Physician Given Name.
ReferringPhysicianMiddleName
A System.String representing the Referring Physician Middle Name.
ReferringPhysicianPrefix
A System.String representing the Referring Physician Prefix.
ReferringPhysicianSuffix
A System.String representing the Referring Physician Suffix.
RequestingService
A System.String representing the Requesting Service.
PlacerOrderNumber_ImagingServiceRequest
A System.String representing the Placer Order Number Imaging Service Request.
FillerOrderNumber_ImagingServiceRequest
A System.String representing the Filler Order Number Imaging Service Request.

Return Value

The MWLDataset.ImagingServiceRequestRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features