Interface: FixedWidthSource
A fixed-width source (slice by column) - e.g. the ICD-10-CM order file. Fully parameterized: the consumer supplies the field slices (see ICD10CM_ORDER_FILE_FIELDS for the documented ICD-10-CM preset, which they confirm against their release's README, since the byte offsets are not confirmed against an authoritative machine-readable source). BYO.
Properties
content
readonlycontent:string
The raw fixed-width file content.
fields
readonlyfields:FixedWidthFieldMap
Which char slices hold the code/display/billable/status/properties.
format
readonlyformat:"fixed-width"
Discriminant.
name?
readonlyoptionalname?:string
A human-readable name.
statusMap?
readonlyoptionalstatusMap?:StatusMapper
Override the default status interpretation of the status slice's raw token.
url?
readonlyoptionalurl?:string
The code system's canonical URI.
version?
readonlyoptionalversion?:string
The release version.