Interface: Build835RemarkSpec
One remark (LQ). Mirrors "./types.js".X12RemitRemark minus the
looked-up description. Emitted as LQ*{system}*{code}. Note: the read
side also surfaces MIA/MOA remark codes as system: "HE" remarks - the
builder emits all remarks via LQ, so a round-trip reproduces the
{ system, code } pair (the equivalent model), not the original
MIA/MOA segment.
Example
import type { Build835RemarkSpec } from "@cosyte/x12";
const lq: Build835RemarkSpec = { system: "HE", code: "N4" };
Properties
code
readonlycode:string
LQ-02 - industry code value.
system
readonlysystem:string
LQ-01 - code list qualifier code (HE healthcare remark / RARC, …).