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

Inheritance: AbstractArrayTO
Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
arrays gov.va.medora.mdws.dto.TaggedMedicationArray[]

Public Methods

Method Description
TaggedMedicationArrays ( ) : System
TaggedMedicationArrays ( IndexedHashtable t ) : System
add ( string siteId, IList meds ) : void

Method Details

TaggedMedicationArrays() public method

public TaggedMedicationArrays ( ) : System
return System

TaggedMedicationArrays() public method

public TaggedMedicationArrays ( IndexedHashtable t ) : System
t gov.va.medora.mdo.IndexedHashtable
return System

add() public method

public add ( string siteId, IList meds ) : void
siteId string
meds IList
return void

Property Details

arrays public_oe property

public TaggedMedicationArray[],gov.va.medora.mdws.dto arrays
return gov.va.medora.mdws.dto.TaggedMedicationArray[]