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

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

공개 프로퍼티들

프로퍼티 타입 설명
boundaryStatus string
comment string
labSiteId string
specimenType string
test LabTestTO
value string

공개 메소드들

메소드 설명
LabResultTO ( ) : System
LabResultTO ( LabResult mdo ) : System

메소드 상세

LabResultTO() 공개 메소드

public LabResultTO ( ) : System
리턴 System

LabResultTO() 공개 메소드

public LabResultTO ( LabResult mdo ) : System
mdo gov.va.medora.mdo.LabResult
리턴 System

프로퍼티 상세

boundaryStatus 공개적으로 프로퍼티

public string boundaryStatus
리턴 string

comment 공개적으로 프로퍼티

public string comment
리턴 string

labSiteId 공개적으로 프로퍼티

public string labSiteId
리턴 string

specimenType 공개적으로 프로퍼티

public string specimenType
리턴 string

test 공개적으로 프로퍼티

public LabTestTO,gov.va.medora.mdws.dto test
리턴 LabTestTO

value 공개적으로 프로퍼티

public string value
리턴 string