This method determines whether or not the subcomponent contains data. If no data is present, then the method returns a 1, otherwise a 0 is returned.
blnSubComponentEmpty = objHL7SubComponent.IsEmpty()
Parameter |
Type |
Description |
---|---|---|
N/A |
Return Value |
Description |
---|---|
0 |
Returned if this subcomponent contains data. |
1 |
Returned if this subcomponent does NOT contain data. |