UNPKG

fhirtypes

Version:
13 lines (12 loc) 305 B
/** * @name StrandType * @description Type for strand. * @description Watson | Crick * @see <a href="https://hl7.org/fhir/R4/valueset-strand-type.html">StrandType</a> * @version R4 * @author Claudia Alarcón Lazo */ export declare enum StrandTypeEnum { WATSON = "watson", CRICK = "crick" }