Click or drag to resize

IPCMessageStruct Structure

프로세스간 메시지 전송 데이터 구조체

Namespace:  Mcc.Series.Common.Type
Assembly:  Mcc.Series.Common (in Mcc.Series.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct IPCMessageStruct

The IPCMessageStruct type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldDeptCd
진료과
Public fieldIoGb
입외구분
Public fieldkindOfSignal
작업종류 코드
Public fieldMessage_data_gb
파라메터 값
Public fieldPtntGb
보험구분
Public fieldPtntNo
환자번호
Public fieldReceptNo
접수번호
Top
See Also