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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
Person ( ) : System
setName ( String value ) : void
setSSN ( String value ) : void

Private Methods

Méthode Description
conformGender ( String s ) : string

Method Details

Person() public méthode

public Person ( ) : System
Résultat System

setName() public méthode

public setName ( String value ) : void
value String
Résultat void

setSSN() public méthode

public setSSN ( String value ) : void
value String
Résultat void