←Select platform

IsNull Property

Summary

Gets a value that indicates whether the field is null.

Syntax

C#
VB
C++
Public ReadOnly Property IsNull As Boolean 
public bool IsNull { get; } 
public: 
property bool IsNull { 
   bool get(); 
} 

Property Value

Boolean value that specifies whether this field object is null.

Remarks

Fields in HL7 can be empty, null or have values.

Requirements

Target Platforms

See Also

Reference

Field Class

Field Members

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly