Click or drag to resize

MDIContainerMessageSendProcess Method (String, String, Int32, Int32, String)

메인 프로세스로 메세지를 전달합니다.

Namespace:  Mcc.Series.Main.Esr
Assembly:  Mcc.Series.Main.Esr (in Mcc.Series.Main.Esr.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void MessageSendProcess(
	string kindOfSignal,
	string io_gb,
	int ptnt_no,
	int recept_no,
	string dept_cd
)

Parameters

kindOfSignal
Type: SystemString
작업코드
io_gb
Type: SystemString
입외구분
ptnt_no
Type: SystemInt32
환자번호
recept_no
Type: SystemInt32
접수번호
dept_cd
Type: SystemString
부서코드
See Also