BMXNET 4.0 Developer API

Common M[umps] related function libraries implemented with static members.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class M
Public NotInheritable Class M
public ref class M abstract sealed

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DateFromFileMan(String)
M-like utility method to convert from a FileMan date/time formatted String to a .NET DateTime
DateToFileMan(DateTime)
M-like utility method to convert from a DateTime to the FileMan data/time format
Piece(String, String, Int32)
M-like utility method to answer the piece at a 1-based offset. Corresponds to M's $$Piece function
Piece(String, String, Int32, Int32)
M-like utility method to answer a delimited string of pieces between two 1-based offsets
PieceLength(String, String)
M-like utility method to answer the number of pieces limited by aDelimiter. Corresponds to M's $L(STRING,DELIMITER)

Inheritance Hierarchy

System..::.Object
  IndianHealthService.BMXNet..::.M

See Also