@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
53 lines (52 loc) • 936 B
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class AIS_Fields extends Hl7Fields {
/**
* Set ID - AIS
*/
AIS_1: Hl7Field;
/**
* Segment Action Code
*/
AIS_2: Hl7Field;
/**
* Universal Service Identifier
*/
AIS_3: Hl7Field;
/**
* Start Date/Time
*/
AIS_4: Hl7Field;
/**
* Start Date/Time Offset
*/
AIS_5: Hl7Field;
/**
* Start Date/Time Offset Units
*/
AIS_6: Hl7Field;
/**
* Duration
*/
AIS_7: Hl7Field;
/**
* Duration Units
*/
AIS_8: Hl7Field;
/**
* Allow Substitution Code
*/
AIS_9: Hl7Field;
/**
* Filler Status Code
*/
AIS_10: Hl7Field;
/**
* Placer Supplemental Service Information
*/
AIS_11: Hl7Field;
/**
* Filler Supplemental Service Information
*/
AIS_12: Hl7Field;
}