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

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

Public Properties

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

Public Methods

Method Description
TaggedProblemArrays ( ) : System
TaggedProblemArrays ( IndexedHashtable t ) : System

Private Methods

Method Description
add ( string siteId, IList problems ) : void

Method Details

TaggedProblemArrays() public method

public TaggedProblemArrays ( ) : System
return System

TaggedProblemArrays() public method

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

Property Details

arrays public_oe property

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