Click or drag to resize

ConfigProfile Class

프로그램 개인설정 관리 로컬에 xml 파일형식으로 개인설정 정보들을 관리한다.
Inheritance Hierarchy
SystemObject
  Mcc.Series.CommonConfigProfile

Namespace:  Mcc.Series.Common
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ConfigProfile

The ConfigProfile type exposes the following members.

Constructors
  NameDescription
Public methodConfigProfile
Initializes a new instance of the ConfigProfile class
Top
Properties
  NameDescription
Public propertyAllOrOcsOrEmr
최초 로드 프로그램 구분
Public propertyStatic memberCurrent
사용사 프로그램 환경설정 정보 속성 입니다.
Public propertyEsrYN
전자동의서 사용유무
Public propertyListOrderGridViewColumn
처방프로그램 그리드 컬럼 정보
Public propertyMACHINE_NO
VAN URL 설정
Public propertyPosID
포스 아이디
Public propertyPosPWD
포스 비밀번호
Public propertyPrinter40
일반촬영 프린터명
Public propertyPrinter41
초음파 프린터명
Public propertyPrinter42
CT 프린터명
Public propertyPrinter43
MRI 프린터명
Public propertyPrinter44
MRI 프린터명
Public propertyPrinter45
MRI 프린터명
Public propertyPrinter46
특수촬영 프린터명
Public propertyPrinter47
심장초음파 프린터명
Public propertyPrinter48
산부인과 프린터명
Public propertyPrinterA4
A4 프린터명
Public propertyPrinterAnti
약제과 항암제 라벨 프린트명
Public propertyPrinterBarCode
(임병)바코드 프린터명
Public propertyPrinterBarCodeX
(임병)바코드 프린터명 시작점 x
Public propertyPrinterBarCodeY
(임병)바코드 프린터명 시작점 y
Public propertyPrinterDrug
약제과 약봉투(외래, 퇴원약) 프린트명
Public propertyPrinterOutOrder
원외처방전 프린터명
Public propertyPrinterPowder
약제과 파우더 프린트명
Public propertyPrinterPtntInfoAdult
성인 환자팔찌 설정
Public propertyPrinterPtntInfoAdult_X
성인 환자팔찌 프린터명 시작점 x
Public propertyPrinterPtntInfoAdult_Y
성인 환자팔찌 프린터명 시작점 y
Public propertyPrinterPtntInfoChild
소아 환자팔찌 설정
Public propertyPrinterPtntInfoChild_X
소아 환자팔찌 프린터명 시작점 x
Public propertyPrinterPtntInfoChild_Y
소아 환자팔찌 프린터명 시작점 y
Public propertyPrinterReceipt
영수증 프린터명
Public propertyPrinterSyrup
약제과 시럽약 프린트명
Public propertyPrinterWhite
약제과 순백용지(입원) 프린트명
Public propertyPrinterWhite2
약제과 순백용지(입원) 프린트명
Public propertySignPadDisplayRequest
사인패드 서명요청 문구
Public propertySignPadDisplayWait
사인패드 대기화면 문구
Public propertySignPadPort
사인패드 통신포트설정
Public propertySignPadYN
전자동의서 사인패드 사용유무
Public propertyVanUrl
VAN URL 설정
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveProgramConfig
프로그램설정파일 저장
Public methodSetProgramConfig
프로그램 설정파일 로드
Public methodSetProgramConfig(Boolean)
프로그램 설정파일 로드
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also