C# Class gov.va.medora.mdo.PersonName

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
PersonName ( ) : System
PersonName ( String value ) : System
ToString ( ) : string
getFirstNameFirst ( ) : String
getFullName ( ) : String
getLastNameFirst ( ) : String
isValid ( string s ) : bool

Private Methods

Method Description
splitName ( String value ) : void

Method Details

PersonName() public method

public PersonName ( ) : System
return System

PersonName() public method

public PersonName ( String value ) : System
value String
return System

ToString() public method

public ToString ( ) : string
return string

getFirstNameFirst() public method

public getFirstNameFirst ( ) : String
return String

getFullName() public method

public getFullName ( ) : String
return String

getLastNameFirst() public method

public getLastNameFirst ( ) : String
return String

isValid() public static method

public static isValid ( string s ) : bool
s string
return bool