fhirtypes
Version:
17 lines (16 loc) • 601 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OrientationTypeEnum = void 0;
/**
* @name OrientationType
* @description Type for orientation.
* @description sense | antisense
* @see <a href="https://hl7.org/fhir/R4/valueset-orientation-type.html">OrientationType</a>
* @version R4
* @author Claudia Alarcón Lazo
*/
var OrientationTypeEnum;
(function (OrientationTypeEnum) {
OrientationTypeEnum["SENSE"] = "sense";
OrientationTypeEnum["ANTISENSE"] = "antisense";
})(OrientationTypeEnum || (exports.OrientationTypeEnum = OrientationTypeEnum = {}));