C# 클래스 gov.va.medora.mdo.Medication.MedicationType

파일 보기 프로젝트 열기: OSEHRA/mdo

공개 프로퍼티들

프로퍼티 타입 설명
INFOROUT MedicationType
IV MedicationType
NONVA MedicationType
OUTPATIENT MedicationType
UNITDOSE MedicationType

공개 메소드들

메소드 설명
ToString ( ) : string
valueOf ( string code ) : MedicationType

비공개 메소드들

메소드 설명
MedicationType ( string code ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

valueOf() 공개 정적인 메소드

public static valueOf ( string code ) : MedicationType
code string
리턴 MedicationType

프로퍼티 상세

INFOROUT 공개적으로 정적으로 프로퍼티

public static MedicationType INFOROUT
리턴 MedicationType

IV 공개적으로 정적으로 프로퍼티

public static MedicationType IV
리턴 MedicationType

NONVA 공개적으로 정적으로 프로퍼티

public static MedicationType NONVA
리턴 MedicationType

OUTPATIENT 공개적으로 정적으로 프로퍼티

public static MedicationType OUTPATIENT
리턴 MedicationType

UNITDOSE 공개적으로 정적으로 프로퍼티

public static MedicationType UNITDOSE
리턴 MedicationType