C# Class ClearHl7.V281.Types.ExtendedPersonName

HL7 Version 2 XPN - Extended Person Name.
Inheritance: IType
Show file Open project: davebronson/clear-hl7-net

Public Methods

Method Description
ExtendedPersonName ( ) : System

Initializes a new instance of the ExtendedPersonName class.

ExtendedPersonName ( ClearHl7.V281.Types.FamilyName familyName, string givenName ) : System

Initializes a new instance of the ExtendedPersonName class.

FromDelimitedString ( string delimitedString ) : void
FromDelimitedString ( string delimitedString, Separators separators ) : void
ToDelimitedString ( ) : string

Method Details

ExtendedPersonName() public method

Initializes a new instance of the ExtendedPersonName class.
public ExtendedPersonName ( ) : System
return System

ExtendedPersonName() public method

Initializes a new instance of the ExtendedPersonName class.
public ExtendedPersonName ( ClearHl7.V281.Types.FamilyName familyName, string givenName ) : System
familyName ClearHl7.V281.Types.FamilyName XPN.1 - Family Name.
givenName string XPN.2 - Given Name.
return System

FromDelimitedString() public method

public FromDelimitedString ( string delimitedString ) : void
delimitedString string
return void

FromDelimitedString() public method

public FromDelimitedString ( string delimitedString, Separators separators ) : void
delimitedString string
separators Separators
return void

ToDelimitedString() public method

public ToDelimitedString ( ) : string
return string