Tells whether this field is empty, i.e. the value is a zero length string.
If this field has more than one component this method returns true
if all components are empty.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public virtual bool IsEmpty { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property IsEmpty As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsEmpty { bool get (); } |