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: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
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