{"version":3,"file":"Indication.mjs","sourceRoot":"","sources":["../../../../tsSourcesProject/model/samv2/embed/Indication.mts"],"names":[],"mappings":"AAIA,MAAM,OAAO,UAAU;IAQtB,YAAY,OAA4B;QANxC,SAAI,GAAuB,SAAS,CAAC;QAErC,SAAI,GAAwB,SAAS,CAAC;QAEtC,aAAQ,GAAuB,SAAS,CAAC;QAGxC,IAAI,MAAM,IAAI,OAAO;YAAE,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QAChD,IAAI,MAAM,IAAI,OAAO;YAAE,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;QAChD,IAAI,UAAU,IAAI,OAAO;YAAE,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;IAC7D,CAAC;CAED","sourcesContent":["// auto-generated file\nimport {SamText} from './SamText.mjs';\n\n\nexport class Indication {\n\n\tcode: string | undefined = undefined;\n\n\tname: SamText | undefined = undefined;\n\n\tsnomedCT: string | undefined = undefined;\n\n\tconstructor(partial: Partial<Indication>) {\n\t\tif ('code' in partial) this.code = partial.code;\n\t\tif ('name' in partial) this.name = partial.name;\n\t\tif ('snomedCT' in partial) this.snomedCT = partial.snomedCT;\n\t}\n\n}\n"]}