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

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
Person ( ) : System
setName ( String value ) : void
setSSN ( String value ) : void

Private Methods

Method Description
conformGender ( String s ) : string

Method Details

Person() public method

public Person ( ) : System
return System

setName() public method

public setName ( String value ) : void
value String
return void

setSSN() public method

public setSSN ( String value ) : void
value String
return void