/** * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.0.2 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import * as models from "./models" export class CodeDto { constructor(json: JSON | any) { Object.assign(this as CodeDto, json) } id?: string rev?: string deletionDate?: number parent?: string author?: string regions?: Array type?: string version?: string code?: string level?: number label?: { [key: string]: string } searchTerms?: { [key: string]: Array } links?: Array qualifiedLinks?: { [key: string]: Array } flags?: Array data?: string appendices?: { [key: string]: string } periodicity?: Array disabled?: boolean } export namespace CodeDto { export enum FlagsEnum { MaleOnly = "male_only", FemaleOnly = "female_only", Deptkinesitherapy = "deptkinesitherapy", Deptnursing = "deptnursing", Deptgeneralpractice = "deptgeneralpractice", Deptsocialworker = "deptsocialworker", Deptpsychology = "deptpsychology", Deptadministrative = "deptadministrative", Deptdietetics = "deptdietetics", Deptspeechtherapy = "deptspeechtherapy", Deptdentistry = "deptdentistry", Deptoccupationaltherapy = "deptoccupationaltherapy", Depthealthcare = "depthealthcare", Deptgynecology = "deptgynecology", Deptpediatry = "deptpediatry", Deptalgology = "deptalgology", Deptanatomopathology = "deptanatomopathology", Deptanesthesiology = "deptanesthesiology", Deptbacteriology = "deptbacteriology", Deptcardiacsurgery = "deptcardiacsurgery", Deptcardiology = "deptcardiology", Deptchildandadolescentpsychiatry = "deptchildandadolescentpsychiatry", Deptdermatology = "deptdermatology", Deptdiabetology = "deptdiabetology", Deptemergency = "deptemergency", Deptendocrinology = "deptendocrinology", Deptgastroenterology = "deptgastroenterology", Deptgenetics = "deptgenetics", Deptgeriatry = "deptgeriatry", Depthandsurgery = "depthandsurgery", Depthematology = "depthematology", Deptinfectiousdisease = "deptinfectiousdisease", Deptintensivecare = "deptintensivecare", Deptlaboratory = "deptlaboratory", Deptmajorburns = "deptmajorburns", Deptmaxillofacialsurgery = "deptmaxillofacialsurgery", Deptmedicine = "deptmedicine", Deptmolecularbiology = "deptmolecularbiology", Deptneonatalogy = "deptneonatalogy", Deptnephrology = "deptnephrology", Deptneurology = "deptneurology", Deptneurosurgery = "deptneurosurgery", Deptnte = "deptnte", Deptnuclear = "deptnuclear", Deptnutritiondietetics = "deptnutritiondietetics", Deptobstetrics = "deptobstetrics", Deptoncology = "deptoncology", Deptophtalmology = "deptophtalmology", Deptorthopedy = "deptorthopedy", Deptpalliativecare = "deptpalliativecare", Deptpediatricintensivecare = "deptpediatricintensivecare", Deptpediatricsurgery = "deptpediatricsurgery", Deptpharmacy = "deptpharmacy", Deptphysicalmedecine = "deptphysicalmedecine", Deptphysiotherapy = "deptphysiotherapy", Deptplasticandreparatorysurgery = "deptplasticandreparatorysurgery", Deptpneumology = "deptpneumology", Deptpodiatry = "deptpodiatry", Deptpsychiatry = "deptpsychiatry", Deptradiology = "deptradiology", Deptradiotherapy = "deptradiotherapy", Deptrevalidation = "deptrevalidation", Deptrheumatology = "deptrheumatology", Deptrhumatology = "deptrhumatology", Deptsenology = "deptsenology", Deptsocialservice = "deptsocialservice", Deptsportsmedecine = "deptsportsmedecine", Deptstomatology = "deptstomatology", Deptsurgery = "deptsurgery", Deptthoracicsurgery = "deptthoracicsurgery", Depttoxicology = "depttoxicology", Depttropicalmedecine = "depttropicalmedecine", Depturology = "depturology", Deptvascularsurgery = "deptvascularsurgery", Deptvisceraldigestiveabdominalsurgery = "deptvisceraldigestiveabdominalsurgery", Depttransplantsurgery = "depttransplantsurgery", Deptpercutaneous = "deptpercutaneous", Deptchildbirth = "deptchildbirth" } }