C# 클래스 ClearHl7.V281.Types.ExtendedPersonName

HL7 Version 2 XPN - Extended Person Name.
상속: IType
파일 보기 프로젝트 열기: davebronson/clear-hl7-net

공개 메소드들

메소드 설명
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

메소드 상세

ExtendedPersonName() 공개 메소드

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

ExtendedPersonName() 공개 메소드

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.
리턴 System

FromDelimitedString() 공개 메소드

public FromDelimitedString ( string delimitedString ) : void
delimitedString string
리턴 void

FromDelimitedString() 공개 메소드

public FromDelimitedString ( string delimitedString, Separators separators ) : void
delimitedString string
separators Separators
리턴 void

ToDelimitedString() 공개 메소드

public ToDelimitedString ( ) : string
리턴 string