{
"templateName": "string",
"personId": "string",
"deptId": "string",
"useScope": 0,
"tempDetailList": [
{
"eventId": "string",
"eventName": "string",
"eventTypeId": "string",
"eventTypeName": "string",
"itemId": "string",
"itemName": "string",
"itemPrice": 0,
"itemUnit": "string",
"aorticIntervalTime": 9999,
"insertThroatMaskConcern": "string",
"vt": 9999.99,
"rr": 9999.99,
"ppeak": 9999.99,
"inhalationExhalationRatio": "string",
"ph": 9999.99,
"pCarbonDioxide": 9999.99,
"pOxygen": 9999.99,
"sodiumIon": 9999.99,
"potassiumIon": 9999.99,
"chlorideIon": 9999.99,
"calciumIon": 9999.99,
"hct": 9999.99,
"glu": 9999.99,
"lac": 9999.99,
"thb": 9999.99,
"oxygenHb": 9999.99,
"cohb": 9999.99,
"methb": 9999.99,
"hhb": 9999.99,
"bloodOxygenSaturation": 9999.99,
"tCarbonDioxide": 9999.99,
"beEcf": 9999.99,
"oxygenContent": 9999.99,
"beB": 9999.99,
"ag": 9999.99,
"oxygenationRatio": 9999.99,
"standardOxygenSaturation": 9999.99,
"actualBicarbonate": 9999.99,
"standardActualBicarbonate": 9999.99,
"mosm": 9999.99
}
]
}
curl --location --request POST '/eventTemplate/save' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZWRpY2FsVGl0bGVJZCI6IiIsImNvZGUiOiJzeXN0ZW0iLCJjYUlkIjoic3lzdGVtIiwibWVkaWNhbFRpdGxlTmFtZSI6IiIsIm5hbWUiOiJzeXN0ZW0iLCJleHAiOjQ3Nzk0ODEwNzd9.j-KTZYGTr5kBNcboYUcjihlC53Ursyp7rh7DNGv_PnE' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateName": "string",
"personId": "string",
"deptId": "string",
"useScope": 0,
"tempDetailList": [
{
"eventId": "string",
"eventName": "string",
"eventTypeId": "string",
"eventTypeName": "string",
"itemId": "string",
"itemName": "string",
"itemPrice": 0,
"itemUnit": "string",
"aorticIntervalTime": 9999,
"insertThroatMaskConcern": "string",
"vt": 9999.99,
"rr": 9999.99,
"ppeak": 9999.99,
"inhalationExhalationRatio": "string",
"ph": 9999.99,
"pCarbonDioxide": 9999.99,
"pOxygen": 9999.99,
"sodiumIon": 9999.99,
"potassiumIon": 9999.99,
"chlorideIon": 9999.99,
"calciumIon": 9999.99,
"hct": 9999.99,
"glu": 9999.99,
"lac": 9999.99,
"thb": 9999.99,
"oxygenHb": 9999.99,
"cohb": 9999.99,
"methb": 9999.99,
"hhb": 9999.99,
"bloodOxygenSaturation": 9999.99,
"tCarbonDioxide": 9999.99,
"beEcf": 9999.99,
"oxygenContent": 9999.99,
"beB": 9999.99,
"ag": 9999.99,
"oxygenationRatio": 9999.99,
"standardOxygenSaturation": 9999.99,
"actualBicarbonate": 9999.99,
"standardActualBicarbonate": 9999.99,
"mosm": 9999.99
}
]
}'
{}