{
"appSubKey": "string",
"appKey": "string",
"id": 0,
"objectType": "string",
"objectReference": "string"
}
curl --location --request POST '/mremr/reg/pat/card/patPreferences/selectBaseDicData' \
--header 'Content-Type: application/json' \
--data-raw '{
"appSubKey": "string",
"appKey": "string",
"id": 0,
"objectType": "string",
"objectReference": "string"
}'
com.mediway.hos.base.model.BaseResponse<com.mediway.his.hiscore.cf.model.vo.pa.CfPaPatPreferencesVO>
{
"code": "",
"msg": "",
"data": {
"appKey": "",
"appSubKey": "",
"data": "",
"dataMapMode": "",
"id": 0,
"objectType": "",
"objectReference": "",
"objectTypeList": [
{
"id": "",
"code": "",
"text": "",
"pyCode": ""
}
],
"cardTypeDefList": [
{
"id": "",
"code": "",
"text": "",
"fareType": "",
"prtInvFlag": "",
"useInvType": "",
"cardFareCost": "",
"reclaimFlag": "",
"defaultFlag": "",
"activeFlag": "",
"cardNoLength": 0,
"securityNoFlag": "",
"preCardFlag": "",
"readCardMode": "",
"hardComDr": 0,
"setFocusElement": "",
"searchMasFlag": "",
"cardRefFocusElement": "",
"readCardFocusElement": "",
"searchCardNoMode": "",
"cardNamePlateStr": "",
"validateMode": "",
"regType": "",
"overLayPatInfoFlag": "",
"usePanoToCardNo": "",
"cardPayNeedCheckFlag": "",
"temporaryCardFlag": "",
"dateFrom": "",
"dateTo": ""
}
]
}
}