GET api/Patient/Referrals?personalId={personalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personalId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ReferralBasicInfo
NameDescriptionTypeAdditional information
ReferralId

integer

None.

CaseId

integer

None.

AdmissionId

integer

None.

AdmissionDate

date

None.

AdmissionCabinetId

integer

None.

CreateCabinetId

integer

None.

CreateCabinetName

string

None.

IntendedCabinetId

integer

None.

IntendedCabinetName

string

None.

PatientPersonalID

string

None.

PatientID

integer

None.

PatientName

string

None.

PatientSurname

string

None.

PatientBirthDate

date

None.

PatientSexId

integer

None.

ReferralDate

date

None.

StatusId

integer

None.

StatusCode

string

None.

StatusDesc

string

None.

TypeId

integer

None.

ReferralTypeCode

string

None.

Type

string

None.

DoctorCreated

string

None.

IssuingDoctor

string

None.

IssuingDoctorcode

string

None.

SourceInstitution

string

None.

SourceInstitutionCode

string

None.

CreateUser

string

None.

WithoutReading

boolean

None.

DocumentPackageGeneratedId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "referralId": 1,
    "caseId": 2,
    "admissionId": 1,
    "admissionDate": "2025-05-02T09:44:37.3962891+02:00",
    "admissionCabinetId": 4,
    "createCabinetId": 5,
    "createCabinetName": "sample string 6",
    "intendedCabinetId": 7,
    "intendedCabinetName": "sample string 8",
    "patientPersonalID": "sample string 9",
    "patientID": 10,
    "patientName": "sample string 11",
    "patientSurname": "sample string 12",
    "patientBirthDate": "2025-05-02T09:44:37.3962891+02:00",
    "patientSexId": 14,
    "referralDate": "2025-05-02T09:44:37.3962891+02:00",
    "statusId": 16,
    "statusCode": "sample string 17",
    "statusDesc": "sample string 18",
    "typeId": 19,
    "referralTypeCode": "sample string 20",
    "type": "sample string 21",
    "doctorCreated": "sample string 22",
    "issuingDoctor": "sample string 23",
    "issuingDoctorcode": "sample string 24",
    "sourceInstitution": "sample string 25",
    "sourceInstitutionCode": "sample string 26",
    "createUser": "sample string 27",
    "withoutReading": true,
    "documentPackageGeneratedId": 1
  },
  {
    "referralId": 1,
    "caseId": 2,
    "admissionId": 1,
    "admissionDate": "2025-05-02T09:44:37.3962891+02:00",
    "admissionCabinetId": 4,
    "createCabinetId": 5,
    "createCabinetName": "sample string 6",
    "intendedCabinetId": 7,
    "intendedCabinetName": "sample string 8",
    "patientPersonalID": "sample string 9",
    "patientID": 10,
    "patientName": "sample string 11",
    "patientSurname": "sample string 12",
    "patientBirthDate": "2025-05-02T09:44:37.3962891+02:00",
    "patientSexId": 14,
    "referralDate": "2025-05-02T09:44:37.3962891+02:00",
    "statusId": 16,
    "statusCode": "sample string 17",
    "statusDesc": "sample string 18",
    "typeId": 19,
    "referralTypeCode": "sample string 20",
    "type": "sample string 21",
    "doctorCreated": "sample string 22",
    "issuingDoctor": "sample string 23",
    "issuingDoctorcode": "sample string 24",
    "sourceInstitution": "sample string 25",
    "sourceInstitutionCode": "sample string 26",
    "createUser": "sample string 27",
    "withoutReading": true,
    "documentPackageGeneratedId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfReferralBasicInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.BDO.Referral">
  <ReferralBasicInfo>
    <AdmissionCabinetId>4</AdmissionCabinetId>
    <AdmissionDate>2025-05-02T09:44:37.3962891+02:00</AdmissionDate>
    <AdmissionId>1</AdmissionId>
    <CaseId>2</CaseId>
    <CreateCabinetId>5</CreateCabinetId>
    <CreateCabinetName>sample string 6</CreateCabinetName>
    <CreateUser>sample string 27</CreateUser>
    <DoctorCreated>sample string 22</DoctorCreated>
    <DocumentPackageGeneratedId>1</DocumentPackageGeneratedId>
    <IntendedCabinetId>7</IntendedCabinetId>
    <IntendedCabinetName>sample string 8</IntendedCabinetName>
    <IssuingDoctor>sample string 23</IssuingDoctor>
    <IssuingDoctorcode>sample string 24</IssuingDoctorcode>
    <PatientBirthDate>2025-05-02T09:44:37.3962891+02:00</PatientBirthDate>
    <PatientID>10</PatientID>
    <PatientName>sample string 11</PatientName>
    <PatientPersonalID>sample string 9</PatientPersonalID>
    <PatientSexId>14</PatientSexId>
    <PatientSurname>sample string 12</PatientSurname>
    <ReferralDate>2025-05-02T09:44:37.3962891+02:00</ReferralDate>
    <ReferralId>1</ReferralId>
    <ReferralTypeCode>sample string 20</ReferralTypeCode>
    <SourceInstitution>sample string 25</SourceInstitution>
    <SourceInstitutionCode>sample string 26</SourceInstitutionCode>
    <StatusCode>sample string 17</StatusCode>
    <StatusDesc>sample string 18</StatusDesc>
    <StatusId>16</StatusId>
    <Type>sample string 21</Type>
    <TypeId>19</TypeId>
    <WithoutReading>true</WithoutReading>
  </ReferralBasicInfo>
  <ReferralBasicInfo>
    <AdmissionCabinetId>4</AdmissionCabinetId>
    <AdmissionDate>2025-05-02T09:44:37.3962891+02:00</AdmissionDate>
    <AdmissionId>1</AdmissionId>
    <CaseId>2</CaseId>
    <CreateCabinetId>5</CreateCabinetId>
    <CreateCabinetName>sample string 6</CreateCabinetName>
    <CreateUser>sample string 27</CreateUser>
    <DoctorCreated>sample string 22</DoctorCreated>
    <DocumentPackageGeneratedId>1</DocumentPackageGeneratedId>
    <IntendedCabinetId>7</IntendedCabinetId>
    <IntendedCabinetName>sample string 8</IntendedCabinetName>
    <IssuingDoctor>sample string 23</IssuingDoctor>
    <IssuingDoctorcode>sample string 24</IssuingDoctorcode>
    <PatientBirthDate>2025-05-02T09:44:37.3962891+02:00</PatientBirthDate>
    <PatientID>10</PatientID>
    <PatientName>sample string 11</PatientName>
    <PatientPersonalID>sample string 9</PatientPersonalID>
    <PatientSexId>14</PatientSexId>
    <PatientSurname>sample string 12</PatientSurname>
    <ReferralDate>2025-05-02T09:44:37.3962891+02:00</ReferralDate>
    <ReferralId>1</ReferralId>
    <ReferralTypeCode>sample string 20</ReferralTypeCode>
    <SourceInstitution>sample string 25</SourceInstitution>
    <SourceInstitutionCode>sample string 26</SourceInstitutionCode>
    <StatusCode>sample string 17</StatusCode>
    <StatusDesc>sample string 18</StatusDesc>
    <StatusId>16</StatusId>
    <Type>sample string 21</Type>
    <TypeId>19</TypeId>
    <WithoutReading>true</WithoutReading>
  </ReferralBasicInfo>
</ArrayOfReferralBasicInfo>