@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
101 lines (100 loc) • 1.83 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class OM7_Fields extends Hl7Fields {
/**
* Sequence Number - Test/Observation Master File
*/
OM7_1: Hl7Field;
/**
* Universal Service Identifier
*/
OM7_2: Hl7Field;
/**
* Category Identifier
*/
OM7_3: Hl7Field;
/**
* Category Description
*/
OM7_4: Hl7Field;
/**
* Category Synonym
*/
OM7_5: Hl7Field;
/**
* Effective Test/Service Start Date/Time
*/
OM7_6: Hl7Field;
/**
* Effective Test/Service End Date/Time
*/
OM7_7: Hl7Field;
/**
* Test/Service Default Duration Quantity
*/
OM7_8: Hl7Field;
/**
* Test/Service Default Duration Units
*/
OM7_9: Hl7Field;
/**
* Test/Service Default Frequency
*/
OM7_10: Hl7Field;
/**
* Consent Indicator
*/
OM7_11: Hl7Field;
/**
* Consent Identifier
*/
OM7_12: Hl7Field;
/**
* Consent Effective Start Date/Time
*/
OM7_13: Hl7Field;
/**
* Consent Effective End Date/Time
*/
OM7_14: Hl7Field;
/**
* Consent Interval Quantity
*/
OM7_15: Hl7Field;
/**
* Consent Interval Units
*/
OM7_16: Hl7Field;
/**
* Consent Waiting Period Quantity
*/
OM7_17: Hl7Field;
/**
* Consent Waiting Period Units
*/
OM7_18: Hl7Field;
/**
* Effective Date/Time of Change
*/
OM7_19: Hl7Field;
/**
* Entered By
*/
OM7_20: Hl7Field;
/**
* Orderable-at Location
*/
OM7_21: Hl7Field;
/**
* Formulary Status
*/
OM7_22: Hl7Field;
/**
* Special Order Indicator
*/
OM7_23: Hl7Field;
/**
* Primary Key Value - CDM
*/
OM7_24: Hl7Field;
}