POST api/v1/qcare/updateXRayOrder

QCare Post any update on patient/doctor/X-Ray information

Request Information

URI Parameters

None.

Body Parameters

QCareDto
NameDescriptionTypeAdditional information
msg_id

string

None.

name

string

None.

hkid

string

None.

passno

string

None.

gender

string

None.

dob

string

None.

studyDate

studyDate 已经包含了studytime 不确定是否需要studytime

date

None.

studyTime

string

None.

location

string

None.

chitno

string

None.

plan_type

string

None.

ref_doctor

string

None.

ref_clinic_fullname

string

None.

csCode

string

None.

modality

string

None.

Address

string

None.

accessionNo

string

None.

refClinicFullname

string

None.

examClinicFullName

string

None.

services

Collection of ServicesInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "services": [
    {
      "$id": "2",
      "studyDesc": "sample string 1",
      "bodypart": "sample string 2",
      "noOfImages": 1,
      "warningTime": 3
    },
    {
      "$ref": "2"
    }
  ],
  "msg_id": "sample string 1",
  "name": "sample string 2",
  "hkid": "sample string 3",
  "passno": "sample string 4",
  "gender": "sample string 5",
  "dob": "sample string 6",
  "studyDate": "2025-06-21T19:01:36.1111972+08:00",
  "studyTime": "sample string 7",
  "location": "sample string 8",
  "chitno": "sample string 9",
  "plan_type": "sample string 10",
  "ref_doctor": "sample string 11",
  "ref_clinic_fullname": "sample string 12",
  "csCode": "sample string 13",
  "modality": "sample string 14",
  "address": "sample string 15",
  "accessionNo": "sample string 16",
  "refClinicFullname": "sample string 17",
  "examClinicFullName": "sample string 18"
}

text/html

Sample:
{"$id":"1","services":[{"$id":"2","studyDesc":"sample string 1","bodypart":"sample string 2","noOfImages":1,"warningTime":3},{"$ref":"2"}],"msg_id":"sample string 1","name":"sample string 2","hkid":"sample string 3","passno":"sample string 4","gender":"sample string 5","dob":"sample string 6","studyDate":"2025-06-21T19:01:36.1111972+08:00","studyTime":"sample string 7","location":"sample string 8","chitno":"sample string 9","plan_type":"sample string 10","ref_doctor":"sample string 11","ref_clinic_fullname":"sample string 12","csCode":"sample string 13","modality":"sample string 14","address":"sample string 15","accessionNo":"sample string 16","refClinicFullname":"sample string 17","examClinicFullName":"sample string 18"}

application/xml, text/xml

Sample:
<QCareDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <services>
    <ServicesInfo>
      <studyDesc>sample string 1</studyDesc>
      <bodypart>sample string 2</bodypart>
      <NoOfImages>1</NoOfImages>
      <WarningTime>3</WarningTime>
    </ServicesInfo>
    <ServicesInfo>
      <studyDesc>sample string 1</studyDesc>
      <bodypart>sample string 2</bodypart>
      <NoOfImages>1</NoOfImages>
      <WarningTime>3</WarningTime>
    </ServicesInfo>
  </services>
  <msg_id>sample string 1</msg_id>
  <name>sample string 2</name>
  <hkid>sample string 3</hkid>
  <passno>sample string 4</passno>
  <gender>sample string 5</gender>
  <dob>sample string 6</dob>
  <studyDate>2025-06-21T19:01:36.1111972+08:00</studyDate>
  <studyTime>sample string 7</studyTime>
  <location>sample string 8</location>
  <chitno>sample string 9</chitno>
  <plan_type>sample string 10</plan_type>
  <ref_doctor>sample string 11</ref_doctor>
  <ref_clinic_fullname>sample string 12</ref_clinic_fullname>
  <csCode>sample string 13</csCode>
  <modality>sample string 14</modality>
  <Address>sample string 15</Address>
  <accessionNo>sample string 16</accessionNo>
  <refClinicFullname>sample string 17</refClinicFullname>
  <examClinicFullName>sample string 18</examClinicFullName>
</QCareDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.