Click or drag to resize

Utils Class

전체 프레임웍에서 사용되는 공통 메쏘드를 정의한 클래스
Inheritance Hierarchy
SystemObject
  Mcc.Series.CommonUtils

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 Utils

The Utils type exposes the following members.

Constructors
  NameDescription
Public methodUtils
Initializes a new instance of the Utils class
Top
Methods
  NameDescription
Public methodStatic memberBinaryStringToImage
바이너리형식의 문자열을 이미지로 변환하여 반환합니다.
Public methodStatic memberBinaryToImage
바이너리형식을 이미지로 변환하여 반환합니다.
Public methodStatic memberCreateClientDirectory
local PC의 지정된 경로에 모든 하위디렉토리를 생성합니다.
Public methodStatic memberDataRows2DataTable
DataRow 배열을 데이타테이블로 변형하여 반환 합니다.
Public methodStatic memberDataSetToXml
DataSet형식을 XML형식 string으로 반환합니다.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberErrorLogWrite
에러로그 write - 저장경로는 Mcc.Series.Common.GVariable.DirLogPath
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 methodStatic memberGetCalcWindowPosition
팝업창의 좌표를 workingarea에 마춰 재계산합니다.
Public methodStatic memberGetEMRArgs
EMR Process Run을 위한 Argument return Method
Public methodStatic memberGetESRArgs
전자동의서 Process Run을 위한 Argument return Method
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetLocalIpAddress
현재 컴퓨터의 IP Address를 반환 합니다.
Public methodStatic memberGetOpenWindowPosition(Control)
팝업창의 시작위치를 반환.
Public methodStatic memberGetOpenWindowPosition(Control, Size)
팝업창의 시작위치를 반환함
Public methodStatic memberGetOpenWindowPosition(Control, Size, AlignType)
팝업창의 시작위치를 반환.
Public methodStatic memberGetPtntEmrSaveFileName
Emr 환자별 저장파일의 명칭을 반환합니다.
Public methodStatic memberGetStringHeight
문자열의 높이를 계산하여 반환합니다.
Public methodStatic memberGetStringWidth
문자열 가로 길이를 반환 합니다.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberImageToBinary
이미지를 바이너리형식으로 반환합니다.
Public methodStatic memberImageToBinaryString(Image)
이미지를 바이너리형식의 문자열로 반환합니다. 기본으로 jpeg 포멧으로 변환합니다.
Public methodStatic memberImageToBinaryString(Image, ImageFormat)
이미지를 바이너리형식의 문자열로 반환합니다.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWriteLog(String, String, String, Int32)
로그기록을 Write 합니다.
Public methodStatic memberWriteLog(String, String, String, Int32, Int32, String)
로그기록 txt 파일 생성
Public methodStatic memberXmlToDataSet
XML형식을 DataSet형식으로 반환합니다.
Top
See Also