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

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

공개 프로퍼티들

프로퍼티 타입 설명
clinic HospitalLocationTO
currentStatus string
ekgDateTime string
facility TaggedText
id string
labDateTime string
purpose string
status string
text string
timestamp string
title string
type string
xrayDateTime string

공개 메소드들

메소드 설명
AppointmentTO ( ) : System
AppointmentTO ( Appointment mdo ) : System

메소드 상세

AppointmentTO() 공개 메소드

public AppointmentTO ( ) : System
리턴 System

AppointmentTO() 공개 메소드

public AppointmentTO ( Appointment mdo ) : System
mdo gov.va.medora.mdo.Appointment
리턴 System

프로퍼티 상세

clinic 공개적으로 프로퍼티

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

currentStatus 공개적으로 프로퍼티

public string currentStatus
리턴 string

ekgDateTime 공개적으로 프로퍼티

public string ekgDateTime
리턴 string

facility 공개적으로 프로퍼티

public TaggedText,gov.va.medora.mdws.dto facility
리턴 TaggedText

id 공개적으로 프로퍼티

public string id
리턴 string

labDateTime 공개적으로 프로퍼티

public string labDateTime
리턴 string

purpose 공개적으로 프로퍼티

public string purpose
리턴 string

status 공개적으로 프로퍼티

public string status
리턴 string

text 공개적으로 프로퍼티

public string text
리턴 string

timestamp 공개적으로 프로퍼티

public string timestamp
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string

xrayDateTime 공개적으로 프로퍼티

public string xrayDateTime
리턴 string