[This is preliminary documentation and is subject to change.]
Create a HL7 message from the content of a file.
| C# | Visual Basic | Visual C++ |
public Hl7Message In( string fullFileName )
Public Function In ( _ fullFileName As String _ ) As Hl7Message
public: Hl7Message^ In( String^ fullFileName )
- fullFileName (String)
- The full file name.
The HL7 messages created from the content of the file.