AddImagingServiceRequestRow(string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string,string) Method (original) (raw)

Syntax

[DebuggerNonUserCodeAttribute()] public [ImagingServiceRequestRow](businessentity-mwldataset-imagingservicerequestrow.html) AddImagingServiceRequestRow( string _AccessionNumber_, string _PatientID_, string _IssuerOfPatientID_, string _ImagingServiceRequestComments_, string _RequestingPhysicianFamilyName_, string _RequestingPhysicianGivenName_, string _RequestingPhysicianMiddleName_, string _RequestingPhysicianPrefix_, string _RequestingPhysicianSuffix_, string _ReferringPhysicianFamilyName_, string _ReferringPhysicianGivenName_, string _ReferringPhysicianMiddleName_, string _ReferringPhysicianPrefix_, string _ReferringPhysicianSuffix_, string _RequestingService_, string _PlacerOrderNumberImagingServiceRequest_, string _FillerOrderNumberImagingServiceRequest_ )

[DebuggerNonUserCodeAttribute()] public: [ImagingServiceRequestRow^](businessentity-mwldataset-imagingservicerequestrow.html) AddImagingServiceRequestRow(    String^ _AccessionNumber_,    String^ _PatientID_,    String^ _IssuerOfPatientID_,    String^ _ImagingServiceRequestComments_,    String^ _RequestingPhysicianFamilyName_,    String^ _RequestingPhysicianGivenName_,    String^ _RequestingPhysicianMiddleName_,    String^ _RequestingPhysicianPrefix_,    String^ _RequestingPhysicianSuffix_,    String^ _ReferringPhysicianFamilyName_,    String^ _ReferringPhysicianGivenName_,    String^ _ReferringPhysicianMiddleName_,    String^ _ReferringPhysicianPrefix_,    String^ _ReferringPhysicianSuffix_,    String^ _RequestingService_,    String^ _PlacerOrderNumberImagingServiceRequest_,    String^ _FillerOrderNumberImagingServiceRequest_ )

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.

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 ImagingServiceRequestRow which is added to the System.Data.DataTable.Rows collection.