public class DurgPropertyInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DurgPropertyInfo() |
DurgPropertyInfo(DurgPropertyInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAntibacterialClass()
Get 抗菌药级别 1:非限制级, 2:限制级, 3:特殊使用级
|
Long |
getAntibacterialType()
Get 抗菌药分类 1:抗真菌药物, 2:抗细菌药物, 3:抗结核药物, 4:其他抗菌药, 0:普通药品
|
Long |
getChargeType()
Get 社保药品 1:甲类药品, 2:乙类药品, 3:双跨药品, 4:自费药品, 0:未知
|
Long |
getDrugType()
Get 药品类型 1:西药,2:中成药,3:中药,4:化学药品,5:生物制药
|
Long |
getIsBasicDrug()
Get 是否为基本药物 1:是, 2:否, 0:未知
|
Long |
getSpeciallyDrugType()
Get 特殊药品类型 1:毒性药品, 2:麻醉药品, 3:放射药品, 4:精神一类药品, 5:精神二类药品, 6:其他特管药品, 7:贵重药品
|
void |
setAntibacterialClass(Long AntibacterialClass)
Set 抗菌药级别 1:非限制级, 2:限制级, 3:特殊使用级
|
void |
setAntibacterialType(Long AntibacterialType)
Set 抗菌药分类 1:抗真菌药物, 2:抗细菌药物, 3:抗结核药物, 4:其他抗菌药, 0:普通药品
|
void |
setChargeType(Long ChargeType)
Set 社保药品 1:甲类药品, 2:乙类药品, 3:双跨药品, 4:自费药品, 0:未知
|
void |
setDrugType(Long DrugType)
Set 药品类型 1:西药,2:中成药,3:中药,4:化学药品,5:生物制药
|
void |
setIsBasicDrug(Long IsBasicDrug)
Set 是否为基本药物 1:是, 2:否, 0:未知
|
void |
setSpeciallyDrugType(Long SpeciallyDrugType)
Set 特殊药品类型 1:毒性药品, 2:麻醉药品, 3:放射药品, 4:精神一类药品, 5:精神二类药品, 6:其他特管药品, 7:贵重药品
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DurgPropertyInfo()
public DurgPropertyInfo(DurgPropertyInfo source)
public Long getDrugType()
public void setDrugType(Long DrugType)
DrugType
- 药品类型 1:西药,2:中成药,3:中药,4:化学药品,5:生物制药public Long getAntibacterialType()
public void setAntibacterialType(Long AntibacterialType)
AntibacterialType
- 抗菌药分类 1:抗真菌药物, 2:抗细菌药物, 3:抗结核药物, 4:其他抗菌药, 0:普通药品public Long getAntibacterialClass()
public void setAntibacterialClass(Long AntibacterialClass)
AntibacterialClass
- 抗菌药级别 1:非限制级, 2:限制级, 3:特殊使用级public Long getSpeciallyDrugType()
public void setSpeciallyDrugType(Long SpeciallyDrugType)
SpeciallyDrugType
- 特殊药品类型 1:毒性药品, 2:麻醉药品, 3:放射药品, 4:精神一类药品, 5:精神二类药品, 6:其他特管药品, 7:贵重药品public Long getIsBasicDrug()
public void setIsBasicDrug(Long IsBasicDrug)
IsBasicDrug
- 是否为基本药物 1:是, 2:否, 0:未知public Long getChargeType()
public void setChargeType(Long ChargeType)
ChargeType
- 社保药品 1:甲类药品, 2:乙类药品, 3:双跨药品, 4:自费药品, 0:未知Copyright © 2025. All rights reserved.