public class FirstPage extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FirstPage() | 
| FirstPage(FirstPage 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 | 
|---|---|
| BlockInfo | getClinicalDiagnosis()Get 临床诊断 | 
| BlockInfoV2 | getDamagePoi()Get 受伤中毒的外部原因 | 
| DischargeDiagnosis[] | getDischargeDiagnosis()Get 出入院诊断 | 
| Fp2NdItem[] | getFp2NdItems()Get 病案首页第二页 | 
| Long | getPage()Get 数据在原PDF文件中的第几页 | 
| BlockInfo | getPathologicalDiagnosis()Get 病理诊断 | 
| void | setClinicalDiagnosis(BlockInfo ClinicalDiagnosis)Set 临床诊断 | 
| void | setDamagePoi(BlockInfoV2 DamagePoi)Set 受伤中毒的外部原因 | 
| void | setDischargeDiagnosis(DischargeDiagnosis[] DischargeDiagnosis)Set 出入院诊断 | 
| void | setFp2NdItems(Fp2NdItem[] Fp2NdItems)Set 病案首页第二页 | 
| void | setPage(Long Page)Set 数据在原PDF文件中的第几页 | 
| void | setPathologicalDiagnosis(BlockInfo PathologicalDiagnosis)Set 病理诊断 | 
| 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, toJsonStringpublic FirstPage()
public FirstPage(FirstPage source)
public DischargeDiagnosis[] getDischargeDiagnosis()
public void setDischargeDiagnosis(DischargeDiagnosis[] DischargeDiagnosis)
DischargeDiagnosis - 出入院诊断public BlockInfo getPathologicalDiagnosis()
public void setPathologicalDiagnosis(BlockInfo PathologicalDiagnosis)
PathologicalDiagnosis - 病理诊断public BlockInfo getClinicalDiagnosis()
public void setClinicalDiagnosis(BlockInfo ClinicalDiagnosis)
ClinicalDiagnosis - 临床诊断public BlockInfoV2 getDamagePoi()
public void setDamagePoi(BlockInfoV2 DamagePoi)
DamagePoi - 受伤中毒的外部原因public Fp2NdItem[] getFp2NdItems()
public void setFp2NdItems(Fp2NdItem[] Fp2NdItems)
Fp2NdItems - 病案首页第二页public Long getPage()
public void setPage(Long Page)
Page - 数据在原PDF文件中的第几页Copyright © 2025. All rights reserved.