C# Class gov.va.medora.mdws.dto.PatientListEntryTO

Inheritance: AbstractTO
Afficher le fichier Open project: OSEHRA/mdws

Méthodes publiques

Свойство Type Description
listId int
patientId string
patientName string
ssn string

Méthodes publiques

Méthode Description
PatientListEntryTO ( ) : System
PatientListEntryTO ( gov.va.medora.mdo.PatientListEntry mdo ) : System

Method Details

PatientListEntryTO() public méthode

public PatientListEntryTO ( ) : System
Résultat System

PatientListEntryTO() public méthode

public PatientListEntryTO ( gov.va.medora.mdo.PatientListEntry mdo ) : System
mdo gov.va.medora.mdo.PatientListEntry
Résultat System

Property Details

listId public_oe property

public int listId
Résultat int

patientId public_oe property

public string patientId
Résultat string

patientName public_oe property

public string patientName
Résultat string

ssn public_oe property

public string ssn
Résultat string