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...
|
| MsgConstGolnik () |
|
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...
|
|
Here one can handle specifics with respect to different versions of the program for different customers. This class should not contain any additional definitions!