PUT api/VitalSigns

Request Information

URI Parameters

None.

Body Parameters

VitalSignVM
NameDescriptionTypeAdditional information
vitalSign

VitalSign

None.

VitalSignId

integer

None.

Type

string

None.

VitalSignName

string

None.

vitalSignAlerts

string

None.

isFemale

boolean

None.

LogicalOrder

integer

None.

VitalSignBillingElementList

string

None.

VitalSignBillingElementListDeleted

string

None.

Alerts

Collection of VitalSignAlertVm

None.

_vitalSignAlerts

Collection of VitalSignAlert

None.

Request Formats

application/json, text/json

Sample:
{
  "vitalSign": {
    "vitalSignId": 1,
    "type": "sample string 2",
    "vitalSignName": "sample string 3",
    "isFemale": true,
    "logicalOrder": 5
  },
  "vitalSignId": 1,
  "type": "sample string 2",
  "vitalSignName": "sample string 3",
  "vitalSignAlerts": "sample string 4",
  "isFemale": true,
  "logicalOrder": 6,
  "vitalSignBillingElementList": "sample string 7",
  "vitalSignBillingElementListDeleted": "sample string 8",
  "alerts": [
    {
      "chartScore": 1,
      "iconType": "sample string 2",
      "message": "sample string 3",
      "operator": "sample string 4",
      "patientInstruction": "sample string 5",
      "unit": "sample string 6",
      "value": 7.0,
      "vitalSignAlertId": 8,
      "vitalSignId": 9
    },
    {
      "chartScore": 1,
      "iconType": "sample string 2",
      "message": "sample string 3",
      "operator": "sample string 4",
      "patientInstruction": "sample string 5",
      "unit": "sample string 6",
      "value": 7.0,
      "vitalSignAlertId": 8,
      "vitalSignId": 9
    }
  ],
  "_vitalSignAlerts": [
    {
      "vitalSignAlertId": 1,
      "chartScore": 2,
      "operator": "sample string 3",
      "value": 4.0,
      "iconType": "sample string 5",
      "message": "sample string 6",
      "unit": "sample string 7",
      "patientInstruction": "sample string 8",
      "vitalSignId": 9,
      "vitalSign": {
        "vitalSignId": 1,
        "type": "sample string 2",
        "vitalSignName": "sample string 3",
        "isFemale": true,
        "logicalOrder": 5
      }
    },
    {
      "vitalSignAlertId": 1,
      "chartScore": 2,
      "operator": "sample string 3",
      "value": 4.0,
      "iconType": "sample string 5",
      "message": "sample string 6",
      "unit": "sample string 7",
      "patientInstruction": "sample string 8",
      "vitalSignId": 9,
      "vitalSign": {
        "vitalSignId": 1,
        "type": "sample string 2",
        "vitalSignName": "sample string 3",
        "isFemale": true,
        "logicalOrder": 5
      }
    }
  ]
}

text/html

Sample:
{"vitalSign":{"vitalSignId":1,"type":"sample string 2","vitalSignName":"sample string 3","isFemale":true,"logicalOrder":5},"vitalSignId":1,"type":"sample string 2","vitalSignName":"sample string 3","vitalSignAlerts":"sample string 4","isFemale":true,"logicalOrder":6,"vitalSignBillingElementList":"sample string 7","vitalSignBillingElementListDeleted":"sample string 8","alerts":[{"chartScore":1,"iconType":"sample string 2","message":"sample string 3","operator":"sample string 4","patientInstruction":"sample string 5","unit":"sample string 6","value":7.0,"vitalSignAlertId":8,"vitalSignId":9},{"chartScore":1,"iconType":"sample string 2","message":"sample string 3","operator":"sample string 4","patientInstruction":"sample string 5","unit":"sample string 6","value":7.0,"vitalSignAlertId":8,"vitalSignId":9}],"_vitalSignAlerts":[{"vitalSignAlertId":1,"chartScore":2,"operator":"sample string 3","value":4.0,"iconType":"sample string 5","message":"sample string 6","unit":"sample string 7","patientInstruction":"sample string 8","vitalSignId":9,"vitalSign":{"vitalSignId":1,"type":"sample string 2","vitalSignName":"sample string 3","isFemale":true,"logicalOrder":5}},{"vitalSignAlertId":1,"chartScore":2,"operator":"sample string 3","value":4.0,"iconType":"sample string 5","message":"sample string 6","unit":"sample string 7","patientInstruction":"sample string 8","vitalSignId":9,"vitalSign":{"vitalSignId":1,"type":"sample string 2","vitalSignName":"sample string 3","isFemale":true,"logicalOrder":5}}]}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'UrgentCareExtra.Data.Models.VitalSignAlert' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'UrgentCareExtra.Data.Models.VitalSignAlert' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VitalSignVM'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.