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

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

공개 프로퍼티들

프로퍼티 타입 설명
appointmentTimestamp string
bed string
building string
department TaggedText
facility SiteTO
floor string
id string
name string
phone string
physicalLocation string
room string
service TaggedText
specialty TaggedText
status string
type string

공개 메소드들

메소드 설명
HospitalLocationTO ( ) : System
HospitalLocationTO ( HospitalLocation mdo ) : System

메소드 상세

HospitalLocationTO() 공개 메소드

public HospitalLocationTO ( ) : System
리턴 System

HospitalLocationTO() 공개 메소드

public HospitalLocationTO ( HospitalLocation mdo ) : System
mdo gov.va.medora.mdo.HospitalLocation
리턴 System

프로퍼티 상세

appointmentTimestamp 공개적으로 프로퍼티

public string appointmentTimestamp
리턴 string

bed 공개적으로 프로퍼티

public string bed
리턴 string

building 공개적으로 프로퍼티

public string building
리턴 string

department 공개적으로 프로퍼티

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

facility 공개적으로 프로퍼티

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

floor 공개적으로 프로퍼티

public string floor
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

phone 공개적으로 프로퍼티

public string phone
리턴 string

physicalLocation 공개적으로 프로퍼티

public string physicalLocation
리턴 string

room 공개적으로 프로퍼티

public string room
리턴 string

service 공개적으로 프로퍼티

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

specialty 공개적으로 프로퍼티

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

status 공개적으로 프로퍼티

public string status
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string