Click or drag to resize

Default Class

HL7 Default Character Set. All ASCII characters betwen hexadecimal values between 20 and 7E, inclusive, or ASCII decimal values between 32 and 126
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiSyntaxSet
    EdiFabric.Core.Model.Hl7Default

Namespace: EdiFabric.Core.Model.Hl7
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class Default : SyntaxSet

The Default type exposes the following members.

Constructors
 NameDescription
Public methodDefaultInitializes a new instance of the Default class
Top
Methods
 NameDescription
Public methodGetName Gets the name of the syntax set.
(Overrides SyntaxSetGetName)
Public methodGetValidChars Gets the valid chars.
(Overrides SyntaxSetGetValidChars)
Public methodIsValid(Char) Checks whether a char belongs to the given set.
(Overrides SyntaxSetIsValid(Char))
Public methodIsValid(String) Validates the regex.
(Overrides SyntaxSetIsValid(String))
Top
See Also