-1
class Kon:
def __init__(self, cId, isP, fsn = "", snoId = "", synDesc = "", preDesc = ""):
self.conceptId = cId
self.isprimitive = isP
self.fullySpecifiedName = fsn
#self.ctv3id =
self.snomedId = snoId
#self.conceptStatus = ""
self.synonymDesc= synDesc
self.preferredDesc = preDesc
と別のクラスでは、この機能崑
呼ばれてきましたか?File "/klaseak.py", line 169, in sct2fsn
return c["fullySpecifiedName"]
TypeError: 'Kon' object is not subscriptable
'kontzeptuaJaso'は何ですか? –