Click or drag to resize

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

The ISegmentHandler type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the segment this handles
Top
Methods
  NameDescription
Public methodCreate
Create necesary segment(s) from the specified data
Public methodParse
Parse the segment into a model object
Top
See Also