POST api/NTMedical/PostVitalSign

Request Information

URI Parameters

None.

Body Parameters

MedicalVitalSignDTO
NameDescriptionTypeAdditional information
Id

integer

None.

MedicalId

integer

None.

ReportedDateTime

date

None.

ReportedTime

time interval

None.

CustomReportedTime

string

String length: inclusive between 0 and 50

SystolicBP

decimal number

None.

DiastolicBP

decimal number

None.

HR

decimal number

None.

RR

decimal number

None.

PulseOx

decimal number

None.

Temp

decimal number

None.

BG

decimal number

None.

TempUnit

string

String length: inclusive between 0 and 50

VitalCategory

string

String length: inclusive between 0 and 400

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 20

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MedicalId": 2,
  "ReportedDateTime": "2024-11-21T00:30:53.1268693-08:00",
  "ReportedTime": "00:00:00.1234567",
  "CustomReportedTime": "sample string 5",
  "SystolicBP": 1.0,
  "DiastolicBP": 1.0,
  "HR": 1.0,
  "RR": 1.0,
  "PulseOx": 1.0,
  "Temp": 1.0,
  "BG": 1.0,
  "TempUnit": "sample string 6",
  "VitalCategory": "sample string 7",
  "ValidFlag": true,
  "DateCreated": "2024-11-21T00:30:53.1268693-08:00",
  "DateUpdated": "2024-11-21T00:30:53.1268693-08:00",
  "UserIDCreated": 11,
  "UserIDUpdated": 12,
  "CompanyCode": "sample string 13",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<MedicalVitalSignDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 13</CompanyCode>
  <DateCreated>2024-11-21T00:30:53.1268693-08:00</DateCreated>
  <DateUpdated>2024-11-21T00:30:53.1268693-08:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>11</UserIDCreated>
  <UserIDUpdated>12</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <BG>1</BG>
  <CustomReportedTime>sample string 5</CustomReportedTime>
  <DiastolicBP>1</DiastolicBP>
  <HR>1</HR>
  <Id>1</Id>
  <MedicalId>2</MedicalId>
  <PulseOx>1</PulseOx>
  <RR>1</RR>
  <ReportedDateTime>2024-11-21T00:30:53.1268693-08:00</ReportedDateTime>
  <ReportedTime>PT0.1234567S</ReportedTime>
  <SystolicBP>1</SystolicBP>
  <Temp>1</Temp>
  <TempUnit>sample string 6</TempUnit>
  <VitalCategory>sample string 7</VitalCategory>
</MedicalVitalSignDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfMedicalVitalSignDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

MedicalVitalSignDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "MedicalId": 2,
    "ReportedDateTime": "2024-11-21T00:30:53.1601667-08:00",
    "ReportedTime": "00:00:00.1234567",
    "CustomReportedTime": "sample string 5",
    "SystolicBP": 1.0,
    "DiastolicBP": 1.0,
    "HR": 1.0,
    "RR": 1.0,
    "PulseOx": 1.0,
    "Temp": 1.0,
    "BG": 1.0,
    "TempUnit": "sample string 6",
    "VitalCategory": "sample string 7",
    "ValidFlag": true,
    "DateCreated": "2024-11-21T00:30:53.1601667-08:00",
    "DateUpdated": "2024-11-21T00:30:53.1601667-08:00",
    "UserIDCreated": 11,
    "UserIDUpdated": 12,
    "CompanyCode": "sample string 13",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfMedicalVitalSignDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:CompanyCode>sample string 13</d2p1:CompanyCode>
    <d2p1:DateCreated>2024-11-21T00:30:53.1601667-08:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2024-11-21T00:30:53.1601667-08:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>11</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>12</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:BG>1</d2p1:BG>
    <d2p1:CustomReportedTime>sample string 5</d2p1:CustomReportedTime>
    <d2p1:DiastolicBP>1</d2p1:DiastolicBP>
    <d2p1:HR>1</d2p1:HR>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:MedicalId>2</d2p1:MedicalId>
    <d2p1:PulseOx>1</d2p1:PulseOx>
    <d2p1:RR>1</d2p1:RR>
    <d2p1:ReportedDateTime>2024-11-21T00:30:53.1601667-08:00</d2p1:ReportedDateTime>
    <d2p1:ReportedTime>PT0.1234567S</d2p1:ReportedTime>
    <d2p1:SystolicBP>1</d2p1:SystolicBP>
    <d2p1:Temp>1</d2p1:Temp>
    <d2p1:TempUnit>sample string 6</d2p1:TempUnit>
    <d2p1:VitalCategory>sample string 7</d2p1:VitalCategory>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfMedicalVitalSignDTO3NYuOdgi>