C# 클래스 gov.va.medora.mdws.dto.TaggedMedicationArrays

상속: AbstractArrayTO
파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arrays gov.va.medora.mdws.dto.TaggedMedicationArray[]

공개 메소드들

메소드 설명
TaggedMedicationArrays ( ) : System
TaggedMedicationArrays ( IndexedHashtable t ) : System
add ( string siteId, IList meds ) : void

메소드 상세

TaggedMedicationArrays() 공개 메소드

public TaggedMedicationArrays ( ) : System
리턴 System

TaggedMedicationArrays() 공개 메소드

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

add() 공개 메소드

public add ( string siteId, IList meds ) : void
siteId string
meds IList
리턴 void

프로퍼티 상세

arrays 공개적으로 프로퍼티

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