tosch-hl7
    Preparing search index...

    Type Alias SegmentWithIndexAccess

    SegmentWithIndexAccess: Segment & { [index: number]: any }

    Extends Segment to allow indexed access to advanced fields (allows writing).

    Type declaration

    • [index: number]: any

      Access fields by index. May return null if not present.