摘要:
定义接口实现 class ObjectAuth(ABC): @staticmethod def dispatch(type): for sub_cls in ObjectAuth.__subclasses__(): if sub_cls.__name__.lower().find(type.lowe 阅读全文
摘要:
dicom DICOM协议是医疗领域对如何处理、存储、打印和传输医疗图片的一系列标准。 DICOM是 Digital Imaging and Communications in Medicine 的缩写,它包括一个文件存储定义和一个通讯协议。 AE (Application Entity ) 代表D 阅读全文