public class Fp2NdItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
Fp2NdItem() |
Fp2NdItem(Fp2NdItem 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 |
---|---|
BaseItem |
getAnesthesiaMethod()
Get 麻醉方法
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getCode()
Get 手术编码
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getEndTime()
Get 手术结束时间
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getIncisionHealingGrade()
Get 醉愈合方式
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getLevel()
Get 手术等级
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getName()
Get 手术名称
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getStartTime()
Get 手术开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
BaseItem |
getType()
Get 手术类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAnesthesiaMethod(BaseItem AnesthesiaMethod)
Set 麻醉方法
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCode(BaseItem Code)
Set 手术编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(BaseItem EndTime)
Set 手术结束时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIncisionHealingGrade(BaseItem IncisionHealingGrade)
Set 醉愈合方式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(BaseItem Level)
Set 手术等级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(BaseItem Name)
Set 手术名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(BaseItem StartTime)
Set 手术开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(BaseItem Type)
Set 手术类型
注意:此字段可能返回 null,表示取不到有效值。
|
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 Fp2NdItem()
public Fp2NdItem(Fp2NdItem source)
public BaseItem getCode()
public void setCode(BaseItem Code)
Code
- 手术编码
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getName()
public void setName(BaseItem Name)
Name
- 手术名称
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getStartTime()
public void setStartTime(BaseItem StartTime)
StartTime
- 手术开始时间
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getEndTime()
public void setEndTime(BaseItem EndTime)
EndTime
- 手术结束时间
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getLevel()
public void setLevel(BaseItem Level)
Level
- 手术等级
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getType()
public void setType(BaseItem Type)
Type
- 手术类型
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getIncisionHealingGrade()
public void setIncisionHealingGrade(BaseItem IncisionHealingGrade)
IncisionHealingGrade
- 醉愈合方式
注意:此字段可能返回 null,表示取不到有效值。public BaseItem getAnesthesiaMethod()
public void setAnesthesiaMethod(BaseItem AnesthesiaMethod)
AnesthesiaMethod
- 麻醉方法
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.