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

Inheritance: AbstractArrayTO
ファイルを表示 Open project: OSEHRA/mdws Class Usage Examples

Public Properties

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

Public Methods

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

Private Methods

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

Method Details

TaggedNoteArrays() public method

public TaggedNoteArrays ( ) : System
return System

TaggedNoteArrays() public method

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

Property Details

arrays public_oe property

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