Click or drag to resize

MDIContainerMessageSendProcess Method (String, Int32, Int32, String)

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

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

Parameters

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