@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
61 lines (60 loc) • 1.11 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class TCC_Fields extends Hl7Fields {
/**
* Universal Service Identifier
*/
TCC_1: Hl7Field;
/**
* Equipment Test Application Identifier
*/
TCC_2: Hl7Field;
/**
* Specimen Source
*/
TCC_3: Hl7Field;
/**
* Auto-Dilution Factor Default
*/
TCC_4: Hl7Field;
/**
* Rerun Dilution Factor Default
*/
TCC_5: Hl7Field;
/**
* Pre-Dilution Factor Default
*/
TCC_6: Hl7Field;
/**
* Endogenous Content of Pre-Dilution Diluent
*/
TCC_7: Hl7Field;
/**
* Inventory Limits Warning Level
*/
TCC_8: Hl7Field;
/**
* Automatic Rerun Allowed
*/
TCC_9: Hl7Field;
/**
* Automatic Repeat Allowed
*/
TCC_10: Hl7Field;
/**
* Automatic Reflex Allowed
*/
TCC_11: Hl7Field;
/**
* Equipment Dynamic Range
*/
TCC_12: Hl7Field;
/**
* Units
*/
TCC_13: Hl7Field;
/**
* Processing Type
*/
TCC_14: Hl7Field;
}