Edit

Share via


SimpleField Class

Definition

public ref class SimpleField : Microsoft::Solutions::BTAHL7::Pipelines::AbstractDataEntity
public class SimpleField : Microsoft.Solutions.BTAHL7.Pipelines.AbstractDataEntity
type SimpleField = class
    inherit AbstractDataEntity
Public Class SimpleField
Inherits AbstractDataEntity
Inheritance
Derived

Constructors

SimpleField(String, Int32, Int32, HL7DataType)

Fields

mCouldBeLastEntity (Inherited from AbstractDataEntity)
mDataType
mIsCompiled (Inherited from AbstractDataEntity)
mIsFirstChild (Inherited from AbstractDataEntity)
mIsLastChild (Inherited from AbstractDataEntity)
mMaxOccurs (Inherited from AbstractDataEntity)
mMinOccurs (Inherited from AbstractDataEntity)
mParent (Inherited from AbstractDataEntity)
mXmlTag (Inherited from AbstractDataEntity)

Properties

CanEndWithCS (Inherited from AbstractDataEntity)
CanEndWithFS (Inherited from AbstractDataEntity)
CanEndWithNL (Inherited from AbstractDataEntity)
CanEndWithRC (Inherited from AbstractDataEntity)
CanEndWithSCS (Inherited from AbstractDataEntity)
CanRepeat (Inherited from AbstractDataEntity)
CouldBeLastEntity (Inherited from AbstractDataEntity)
DataType
Depth (Inherited from AbstractDataEntity)
Index (Inherited from AbstractDataEntity)
IsFirstChild (Inherited from AbstractDataEntity)
IsLastChild (Inherited from AbstractDataEntity)
IsOptional (Inherited from AbstractDataEntity)
MaxOccurs (Inherited from AbstractDataEntity)
MinOccurs (Inherited from AbstractDataEntity)
Parent (Inherited from AbstractDataEntity)
XmlTag (Inherited from AbstractDataEntity)

Methods

AppendCustomDataTypeErrorAsApplicable(IExecutionContext, String)
AppendErrorIfEscapeOrDelimiterFound(IExecutionContext, Int32, Int32)
ChildFirstLastMap() (Inherited from AbstractDataEntity)
Compile(StringCollection)
ComputeFollowSet() (Inherited from AbstractDataEntity)
FollowSetMap() (Inherited from AbstractDataEntity)
IsDelimiter(Int32, DelimiterSet, Boolean, Boolean) (Inherited from AbstractDataEntity)
Print(String, StringBuilder) (Inherited from AbstractDataEntity)
ProduceFF(IExecutionContext, StreamWriter, XmlReader, Boolean)
ProduceXml(IExecutionContext, IDataReader, XmlWriter, Boolean)

Applies to