Interface: X12AuthMember
A person (subscriber Loop 2010C / dependent Loop 2010D) decoded from NM1 +
the optional DMG demographics. idCode (NM1-09) is the member identifier
- synthetic-only in fixtures.
Example
import type { X12AuthMember } from "@cosyte/x12";
declare const m: X12AuthMember;
m.lastName; // "DOE"
m.dateOfBirth; // "19850515" (DMG-02, CCYYMMDD)
Properties
dateOfBirth
readonlydateOfBirth:string|undefined
entityIdentifierCode
readonlyentityIdentifierCode:string
entityTypeQualifier
readonlyentityTypeQualifier:string
firstName
readonlyfirstName:string|undefined
genderCode
readonlygenderCode:string|undefined
idCode
readonlyidCode:string|undefined
idQualifier
readonlyidQualifier:string|undefined
lastName
readonlylastName:string|undefined
middleName
readonlymiddleName:string|undefined
suffix
readonlysuffix:string|undefined