GET api/NTSetting/GetComponentOrderDetail?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfMEComponentOrderDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

MEComponentOrderDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "OrderCategoryId": 1,
    "OrderCategoryTypeId": 2,
    "ImagingBodyPartId": 3,
    "ImagingSubTypeId": 4,
    "MedicationDoseId": 5,
    "SupplySubTypeId": 6,
    "LaboratoryOrderSpecimenCode": 7,
    "ProcedureSubTypeId": 1,
    "DotNonDotId": 1,
    "SpecimenTypeId": 1,
    "OrderCategorySubTypeLevel1Id": 1
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfMEComponentOrderDTOzIntITI8 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.DTO.MedicalExam">
    <d2p1:DotNonDotId>1</d2p1:DotNonDotId>
    <d2p1:ImagingBodyPartId>3</d2p1:ImagingBodyPartId>
    <d2p1:ImagingSubTypeId>4</d2p1:ImagingSubTypeId>
    <d2p1:LaboratoryOrderSpecimenCode>7</d2p1:LaboratoryOrderSpecimenCode>
    <d2p1:MedicationDoseId>5</d2p1:MedicationDoseId>
    <d2p1:OrderCategoryId>1</d2p1:OrderCategoryId>
    <d2p1:OrderCategorySubTypeLevel1Id>1</d2p1:OrderCategorySubTypeLevel1Id>
    <d2p1:OrderCategoryTypeId>2</d2p1:OrderCategoryTypeId>
    <d2p1:ProcedureSubTypeId>1</d2p1:ProcedureSubTypeId>
    <d2p1:SpecimenTypeId>1</d2p1:SpecimenTypeId>
    <d2p1:SupplySubTypeId>6</d2p1:SupplySubTypeId>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfMEComponentOrderDTOzIntITI8>