COBHL7Field - HL7 Module - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Premier - Standard - Essential

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 23.1
License
Premier
Standard
Essential

This object represents an HL7 field.

Method

Description

AppendComponent

This method will append a new component to the current field.

GetComponent

If a component exists in the field, this method will return the component as an object.

GetComponentValue

This method returns the value of the field component.

GetNextRepeatingField

If this field is repeating, this method will return the next field.

GetNumComponents

This method will return the number of components in this field.

GetRawValue

This method returns the raw text value of the current field.

GetSequenceNum

This method returns the location of the field within the context of the segment.

GetValue

This method returns the value of the current field.

IsEmpty

This method determines whether or not the field contains data. If no data is present, then the method returns a 1, otherwise a 0 is returned.

IsRepeating

This method returns whether or not this is a repeating field. If this is a repeating field, then the method will return a 1, otherwise it will return a 0.

SetComponentValue

This method is used to set the value of a specific component to a different value.

SetValue

This method sets the value of the current field.