@dotbase/hl7-v2-message
Version:
Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.
97 lines (96 loc) • 1.72 kB
TypeScript
import Hl7Fields from '../../../model/Hl7Fields';
import Hl7Field from '../../../model/Hl7Field';
export default class PCR_Fields extends Hl7Fields {
/**
* Implicated Product
*/
PCR_1: Hl7Field;
/**
* Generic Product
*/
PCR_2: Hl7Field;
/**
* Product Class
*/
PCR_3: Hl7Field;
/**
* Total Duration Of Therapy
*/
PCR_4: Hl7Field;
/**
* Product Manufacture Date
*/
PCR_5: Hl7Field;
/**
* Product Expiration Date
*/
PCR_6: Hl7Field;
/**
* Product Implantation Date
*/
PCR_7: Hl7Field;
/**
* Product Explantation Date
*/
PCR_8: Hl7Field;
/**
* Single Use Device
*/
PCR_9: Hl7Field;
/**
* Indication For Product Use
*/
PCR_10: Hl7Field;
/**
* Product Problem
*/
PCR_11: Hl7Field;
/**
* Product Serial/Lot Number
*/
PCR_12: Hl7Field;
/**
* Product Available For Inspection
*/
PCR_13: Hl7Field;
/**
* Product Evaluation Performed
*/
PCR_14: Hl7Field;
/**
* Product Evaluation Status
*/
PCR_15: Hl7Field;
/**
* Product Evaluation Results
*/
PCR_16: Hl7Field;
/**
* Evaluated Product Source
*/
PCR_17: Hl7Field;
/**
* Date Product Returned To Manufacturer
*/
PCR_18: Hl7Field;
/**
* Device Operator Qualifications
*/
PCR_19: Hl7Field;
/**
* Relatedness Assessment
*/
PCR_20: Hl7Field;
/**
* Action Taken In Response To The Event
*/
PCR_21: Hl7Field;
/**
* Event Causality Observations
*/
PCR_22: Hl7Field;
/**
* Indirect Exposure Mechanism
*/
PCR_23: Hl7Field;
}