public class IndicationsDrug extends AbstractModel
header, skipSign
Constructor and Description |
---|
IndicationsDrug() |
IndicationsDrug(IndicationsDrug 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 |
---|---|
String |
getApprovalNumber()
Get 批准文号
|
String |
getDrugId()
Get 药品ID
|
String |
getDrugName()
Get 药品名称
|
String |
getManufacturer()
Get 生产厂家
|
String |
getSpecifications()
Get 规格
|
String |
getTradeName()
Get 商品名
|
Long |
getType()
Get 类型 默认0 0-西药 2-中药
|
void |
setApprovalNumber(String ApprovalNumber)
Set 批准文号
|
void |
setDrugId(String DrugId)
Set 药品ID
|
void |
setDrugName(String DrugName)
Set 药品名称
|
void |
setManufacturer(String Manufacturer)
Set 生产厂家
|
void |
setSpecifications(String Specifications)
Set 规格
|
void |
setTradeName(String TradeName)
Set 商品名
|
void |
setType(Long Type)
Set 类型 默认0 0-西药 2-中药
|
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 IndicationsDrug()
public IndicationsDrug(IndicationsDrug source)
public String getDrugName()
public void setDrugName(String DrugName)
DrugName
- 药品名称public String getSpecifications()
public void setSpecifications(String Specifications)
Specifications
- 规格public String getApprovalNumber()
public void setApprovalNumber(String ApprovalNumber)
ApprovalNumber
- 批准文号public String getManufacturer()
public void setManufacturer(String Manufacturer)
Manufacturer
- 生产厂家public String getDrugId()
public void setDrugId(String DrugId)
DrugId
- 药品IDpublic String getTradeName()
public void setTradeName(String TradeName)
TradeName
- 商品名public Long getType()
public void setType(Long Type)
Type
- 类型 默认0 0-西药 2-中药Copyright © 2025. All rights reserved.