| ISegmentHandler Interface |
Represents a class that can handle an individual segment
Namespace:
SanteDB.Messaging.HL7.Segments
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax public interface ISegmentHandler
Public Interface ISegmentHandler
public interface class ISegmentHandler
type ISegmentHandler = interface end
The ISegmentHandler type exposes the following members.
Properties
| Name | Description |
---|
| Name |
Gets the name of the segment this handles
|
TopMethods
| Name | Description |
---|
| Create |
Create necesary segment(s) from the specified data
|
| Parse |
Parse the segment into a model object
|
TopSee Also