Skip to content

Field OBX-5 in V21 is defined as ST and not defined as type Varies #45

@0x4AMiller

Description

@0x4AMiller

Which is causing invalid cast exception on line # 184 in NHapi.Base.Model.Varies

in fixOBX5 method...
foreach (IType repetition in segment.GetField(5))
{
Varies v = (Varies) repetition; <--- Invalid cast exception
...
}

Metadata

Metadata

Assignees

Labels

bugThe result of a coding Error

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions