UNPKG

fhirtypes

Version:
21 lines (20 loc) 808 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UDIEntryTypeEnum = void 0; /** * @name UDIEntryType * @description Codes to identify how UDI data was entered. * @description barcode | rfid | manual | card | self-reported | unknown * @see <a href="https://hl7.org/fhir/R4/valueset-udi-entry-type.html">UDIEntryType</a> * @version R4 * @author Claudia Alarcón Lazo */ var UDIEntryTypeEnum; (function (UDIEntryTypeEnum) { UDIEntryTypeEnum["BARCODE"] = "barcode"; UDIEntryTypeEnum["RFID"] = "rfid"; UDIEntryTypeEnum["MANUAL"] = "manual"; UDIEntryTypeEnum["CARD"] = "card"; UDIEntryTypeEnum["SELF_REPORTED"] = "self-reported"; UDIEntryTypeEnum["UNKNOWN"] = "unknown"; })(UDIEntryTypeEnum || (exports.UDIEntryTypeEnum = UDIEntryTypeEnum = {}));