IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.MsgConstGolnik Class Reference

Here one can handle specifics with respect to different versions of the program for different customers. This class should not contain any additional definitions! More...

+ Inheritance diagram for IG.Lib.MsgConstGolnik:
+ Collaboration diagram for IG.Lib.MsgConstGolnik:

Public Member Functions

 MsgConstGolnik ()
 
- Public Member Functions inherited from IG.Lib.MsgConst
DateTime ConvertTime (string timestr)
 Converts a atring that represents date and time in the messages to a DateTime object. More...
 
string ConvertTime (DateTime t)
 Converts a DateTime object to a string that represents date and time in the messages. More...
 
string ConvertTime (DateTime t, bool includetime)
 Converts a DateTime object to a string that represents date and time in the messages. Seconds are not included even if time is included. More...
 
string ConvertTime (DateTime t, bool includetime, bool underscores)
 Converts a DateTime object to a string that represents date and time in the messages. Seconds are not included even if time is included. More...
 
string ConvertTime (DateTime t, bool includetime, bool includeseconds, bool underscores)
 Converts a DateTime object to a string that represents date and time in the messages. More...
 
string TimeStamp (bool includetime, bool underscores)
 Returns a timestamp for the Current time. The string is produced by ConvertTime() called with the Current time. More...
 
string TimeStamp (bool includetime)
 Returns a timestamp for the Current time. The string is produced by ConvertTime() called with the Current time. More...
 
string TimeStamp ()
 Returns a timestamp for the Current time. The string is produced by ConvertTime() called with the Current time. More...
 
OeAction ConvertOeAction (string actioncode)
 Returns action corresponding to the specified action code for SpecimenObesrvationEvent. More...
 
string ConvertOeAction (OeAction action)
 Converts OeAction enumerator to string value for Action element. More...
 
string ConvertOeActionCode (OeAction action)
 Converts OeAction enumerator to string value for Action CODE element. More...
 
OoAction ConvertOoAction (string actioncode)
 Returns action corresponding to the specified action code for SpecimenObservationOrder. More...
 
string ConvertOoAction (OoAction actioncode)
 Returns a string corresponding to the specified observation order action code, as stated in the SpecimenObservationOrder specification. More...
 
string ConvertOoCode (OoAction actioncode)
 Returns a string corresponding to the specified observation order action code, as stated in the SpecimenObservationOrder specification for the message code (not action code). This is used for generation of the appropriate XML message code attribute when this needs to be modified. More...
 
OoStatus ConvertOoStatus (string statuscode)
 Returns observation order status corresponding to the status code. More...
 
string ConvertOoStatus (OoStatus statuscode)
 Returns a string corresponding to the specified observation order status code. More...
 
ActionPriority ConvertActionPriority (string code)
 Returns action priority corresponding to the string code. More...
 
string ConvertQuantity (decimal q)
 Converts a quantity to string format that is used in messages (9 numerical digits, with eventual leading zeros, last two are after the comma). More...
 
decimal ConvertQuantity (string qstr)
 Converts a string representation of quantity to number type. String form containts 9 numerical digits, with eventual leading zeros, last two are after the comma. More...
 

Additional Inherited Members

- Public Attributes inherited from IG.Lib.MsgConstFinancialTransaction
string FtCode = "FIAB_TE000001"
 
- Public Attributes inherited from IG.Lib.MsgConstObservationEvent
string OeActionActivate = "POXX_HN111003"
 
- Public Attributes inherited from IG.Lib.MsgConstObservationOrder
bool OoCheckAliveConsistency = false
 
string CreationTimeElement = "creationTime"
 Name of the Root XML node for all messages. More...
 
string OoActionCreate = "POXX_HN121002"
 
string OoOrderStatusCompleted = "completed"
 
string OoMessageType = "Observation"
 
- Public Attributes inherited from IG.Lib.MsgConstCommon
string ActionPriorityRoutine = "R"
 
string DiagnosisCodeSystem = "MKB10"
 
int DiagnosisTypeClinical = 1
 
int GenderMale = 1
 
readonly DateTime NullDateTime = new DateTime(1990, 1, 1)
 
int NullInt = -1
 
bool NullBool = false
 
string LabexId = "Labex"
 
string OoRootName = "MCCI_MT000100HT03.Message"
 
int OoGenderMale = 1
 
- Properties inherited from IG.Lib.MsgConst
static MsgConst Const [get]
 Returns the process-wide class containing constants used in BIS messages. Class is initialized with respect to the application variant that is currently running. More...
 
- Properties inherited from IG.Lib.MsgConstObservationOrder
virtual IReporter R [get]
 Reporter for this class. More...
 
bool OoCheckAll [set]
 

Detailed Description

Here one can handle specifics with respect to different versions of the program for different customers. This class should not contain any additional definitions!

Constructor & Destructor Documentation

IG.Lib.MsgConstGolnik.MsgConstGolnik ( )
inline

The documentation for this class was generated from the following file: