Creates a copy of this field. If this field has components each component is cloned separately. The class of the returned object is determined by the CreateField(String, HL7Toolkit..::..HL7Version) method.

Namespace: Mergecom.HL7
Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0

Syntax

C#
public virtual HL7Field CreateCopy()
Visual Basic
Public Overridable Function CreateCopy As HL7Field
Visual C++
public:
virtual HL7Field^ CreateCopy()

Return Value

A field instance containing the same data as the current field.

See Also