文档
测试

光谱详情页查询-频谱信息与实验条件

POST
show/drug_detail_info/getDrugDetailSpectraDeatil

接口描述

光谱详情页查询-频谱信息与实验条件

请求参数

参数名
类型
描述
必填
spectrum_id
string
光谱ID 示例:“spec202107061108197943100873”
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
object
数据字典
必填
Instrument Type
string
仪器类型 示例:Bruker
必填
Chromatography Type
string
色谱类型 示例:GC
必填
Retention Index Type
string
保留指数类型 示例:based on 9 n-alkanes (C10-C36)
可选
Retention Index
string
保留指数 示例:1531.68
必填
Column Type
string
列类型 示例:CP-SIL 8 CB LOW BLEED/MS
可选
Derivative Type
string
衍生类型 示例:1 TMS
可选
Derivative Formula
string
导数公式 示例:C12H16O4Si
可选
Derivative Molecular Weight
string
可选
Ionization Mode
string
电离模式 示例:Positive
可选
Retention Time
string
保留时间 示例:556.862
可选
Sample Concentration
string
样品浓度 示例:25.0 mM
必填
Sample Assessment
string
样本评估 示例:Excellent
必填
Spectrum Assessment
string
频谱评估 示例:Excellent
必填
Collision Energy Level
string
碰撞能级 示例:high
可选
Collision Energy Voltage
string
碰撞能量电压 示例:40
可选
Solvent
string
溶剂 示例:Water
必填
Sample Mass
string
样品质量 示例:4.7 mg
必填
Nucleus
string
核 示例:13C
可选
Frequency
string
频率 示例:600 MHz
必填
Sample pH
string
样品pH值 示例:7.00
必填
Sample Temperature
string
样品温度 示例:25.0
必填
Chemical Shift Reference
string
化学位移参考 示例:DSS
必填
Nucleus X
string
X核 示例:1H
必填
Nucleus Y
string
Y核 示例:13C
必填
spectrum_type
string
频谱类型 示例:LC-MS/MS
必填
drug_name
string
药物库化合物 Acetylsalicylic acid
必填
splash_key
string
开机键 splash10-006w-2910000000-910e8ce2493a05870b33
必填
drug_id
string
光谱关联的药物ID
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": { "Instrument Type": "GC-MS", "Chromatography Type": "GC", "Retention Index Type": "based on 9 n-alkanes (C10-C36)", "Retention Index": "1531.68", "Column Type": "5%-phenyl-95%-dimethylpolysiloxane capillary column", "Derivative Type": "1 TMS", "Derivative Formula": "C12H16O4Si", "Derivative Molecular Weight": "252.339", "spectrum_type": "GC-MS", "splash_key": "splash10-006w-2910000000-910e8ce2493a05870b33", "drug_name": "Acetylsalicylic acid", "drug_id": "drug202107051418326655303045" } }