UNPKG

acr-assist-simulator-module

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

7 lines (6 loc) 146 B
import { Coding } from './coding.model'; export declare class CodableConcept { name: string; coding: Coding[]; constructor(); }