Click or drag to resize

ISegmentHandlerCreate Method

Create necesary segment(s) from the specified data

Namespace:  SanteDB.Messaging.HL7.Segments
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
IEnumerable<ISegment> Create(
	IdentifiedData data,
	IGroup context,
	AssigningAuthority[] exportDomains
)

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData
The data to be translated into segment(s)
context
Type: IGroup
The message in which the segment is created
exportDomains
Type: SanteDB.Core.Model.DataTypesAssigningAuthority

[Missing <param name="exportDomains"/> documentation for "M:SanteDB.Messaging.HL7.Segments.ISegmentHandler.Create(SanteDB.Core.Model.IdentifiedData,NHapi.Base.Model.IGroup,SanteDB.Core.Model.DataTypes.AssigningAuthority[])"]

Return Value

Type: IEnumerableISegment
The necessary segments to be added to the message
See Also