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

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

공개 프로퍼티들

프로퍼티 타입 설명
admitTimestamp string
adts gov.va.medora.mdws.dto.AdtTO[]
dischargeDiagnoses DischargeDiagnosesTO
dischargeTimestamp string
location HospitalLocationTO
movementCheckinId string
patient PatientTO
type string

공개 메소드들

메소드 설명
InpatientStayTO ( ) : System
InpatientStayTO ( InpatientStay mdo ) : System

메소드 상세

InpatientStayTO() 공개 메소드

public InpatientStayTO ( ) : System
리턴 System

InpatientStayTO() 공개 메소드

public InpatientStayTO ( InpatientStay mdo ) : System
mdo gov.va.medora.mdo.InpatientStay
리턴 System

프로퍼티 상세

admitTimestamp 공개적으로 프로퍼티

public string admitTimestamp
리턴 string

adts 공개적으로 프로퍼티

public AdtTO[],gov.va.medora.mdws.dto adts
리턴 gov.va.medora.mdws.dto.AdtTO[]

dischargeDiagnoses 공개적으로 프로퍼티

public DischargeDiagnosesTO,gov.va.medora.mdws.dto dischargeDiagnoses
리턴 DischargeDiagnosesTO

dischargeTimestamp 공개적으로 프로퍼티

public string dischargeTimestamp
리턴 string

location 공개적으로 프로퍼티

public HospitalLocationTO,gov.va.medora.mdws.dto location
리턴 HospitalLocationTO

movementCheckinId 공개적으로 프로퍼티

public string movementCheckinId
리턴 string

patient 공개적으로 프로퍼티

public PatientTO,gov.va.medora.mdws.dto patient
리턴 PatientTO

type 공개적으로 프로퍼티

public string type
리턴 string