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

Inheritance: AbstractTO
ファイルを表示 Open project: OSEHRA/mdws

Public Properties

Property Type Description
listId int
patientId string
patientName string
ssn string

Public Methods

Method Description
PatientListEntryTO ( ) : System
PatientListEntryTO ( gov.va.medora.mdo.PatientListEntry mdo ) : System

Method Details

PatientListEntryTO() public method

public PatientListEntryTO ( ) : System
return System

PatientListEntryTO() public method

public PatientListEntryTO ( gov.va.medora.mdo.PatientListEntry mdo ) : System
mdo gov.va.medora.mdo.PatientListEntry
return System

Property Details

listId public_oe property

public int listId
return int

patientId public_oe property

public string patientId
return string

patientName public_oe property

public string patientName
return string

ssn public_oe property

public string ssn
return string