public class Abnormals extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Abnormals() | 
| Abnormals(Abnormals 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 | getAbnormalReason()Get 异常原因 PatientInfo 病人信息缺失;OrderInfo 医嘱信息缺失; PrescriptionError 处方异常提醒 | 
| String | getTitle()Get 标题 | 
| String | getType()Get 类型 | 
| void | setAbnormalReason(String AbnormalReason)Set 异常原因 PatientInfo 病人信息缺失;OrderInfo 医嘱信息缺失; PrescriptionError 处方异常提醒 | 
| void | setTitle(String Title)Set 标题 | 
| void | setType(String Type)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 Abnormals()
public Abnormals(Abnormals source)
public String getType()
public void setType(String Type)
Type - 类型public String getTitle()
public void setTitle(String Title)
Title - 标题public String getAbnormalReason()
public void setAbnormalReason(String AbnormalReason)
AbnormalReason - 异常原因 PatientInfo 病人信息缺失;OrderInfo 医嘱信息缺失; PrescriptionError 处方异常提醒Copyright © 2025. All rights reserved.