Class X12EntityExtensions
Inheritance
System.Object
X12EntityExtensions
Assembly: Bishop.X12.dll
Syntax
public static class X12EntityExtensions
Methods
SetBiller(X12Loop, X12EntityType, String, String, String, String, String)
Declaration
public static X12Loop SetBiller(this X12Loop loop, X12EntityType type, string first, string middle, string lastOrOrgName, string suffix, string identifier)
Parameters
Type |
Name |
Description |
X12Loop |
loop |
|
X12EntityType |
type |
|
System.String |
first |
|
System.String |
middle |
|
System.String |
lastOrOrgName |
|
System.String |
suffix |
|
System.String |
identifier |
|
Returns
SetPatient(X12Loop, String, String, String, String)
Declaration
public static X12Loop SetPatient(this X12Loop loop, string first, string middle, string last, string suffix)
Parameters
Type |
Name |
Description |
X12Loop |
loop |
|
System.String |
first |
|
System.String |
middle |
|
System.String |
last |
|
System.String |
suffix |
|
Returns
SetPayer(X12Loop, String, String)
Declaration
public static X12Loop SetPayer(this X12Loop loop, string lastOrOrg, string payerId)
Parameters
Type |
Name |
Description |
X12Loop |
loop |
|
System.String |
lastOrOrg |
|
System.String |
payerId |
|
Returns
WithAttendedBy(X12Loop, String, String, String, String, String)
Declaration
public static X12Loop WithAttendedBy(this X12Loop self, string first, string middle, string last, string suffix, string npi = "9999999999")
Parameters
Type |
Name |
Description |
X12Loop |
self |
|
System.String |
first |
|
System.String |
middle |
|
System.String |
last |
|
System.String |
suffix |
|
System.String |
npi |
|
Returns
WithFacility(X12Loop, String, String)
Declaration
public static X12Loop WithFacility(this X12Loop self, string orgName, string npi = "9999999999")
Parameters
Type |
Name |
Description |
X12Loop |
self |
|
System.String |
orgName |
|
System.String |
npi |
|
Returns
WithPayer(X12Loop, String, String)
Declaration
public static X12Loop WithPayer(this X12Loop self, string name, string payerId)
Parameters
Type |
Name |
Description |
X12Loop |
self |
|
System.String |
name |
|
System.String |
payerId |
|
Returns
WithReferredBy(X12Loop, String, String, String, String, String)
Declaration
public static X12Loop WithReferredBy(this X12Loop self, string first, string middle, string last, string suffix, string npi = "9999999999")
Parameters
Type |
Name |
Description |
X12Loop |
self |
|
System.String |
first |
|
System.String |
middle |
|
System.String |
last |
|
System.String |
suffix |
|
System.String |
npi |
|
Returns
WithRenderedBy(X12Loop, String, String, String, String, String)
Declaration
public static X12Loop WithRenderedBy(this X12Loop self, string first, string middle, string last, string suffix, string npi = "9999999999")
Parameters
Type |
Name |
Description |
X12Loop |
self |
|
System.String |
first |
|
System.String |
middle |
|
System.String |
last |
|
System.String |
suffix |
|
System.String |
npi |
|
Returns
WithSubscriber(X12Loop, X12EntityType, String, String)
Declaration
public static X12Loop WithSubscriber(this X12Loop self, X12EntityType type, string name, string idValue)
Parameters
Returns
WithSubscriber(X12Loop, X12EntityType, String)
Declaration
public static X12Loop WithSubscriber(this X12Loop self, X12EntityType type, string name)
Parameters
Returns