Consultar ordens

Consultar ordens da sua organização na Eden

Por meio deste serviço você poderá consultar as ordens de exame que estão registradas no Edén. Dessa forma, você poderá manter seu sistema atualizado com as informações geradas no Edén, como o status de cada ordem ou como saber se as imagens já foram capturadas

Orders list.

get
/orders/

List all orders.

Autorizações
AuthorizationstringObrigatório
Parâmetros de consulta
start_datestringOpcional

Start date in ISO 8601 format. Mandatory if end_date is not specified. The difference between the start date and the end date cannot be more than one month. Example: "?start_date=2024-11-11T00:00:00-06:00".

end_datestringOpcional

End date in ISO 8601 format. Mandatory if start_date is not specified. The difference between the start date and the end date cannot be more than one month.

updated_start_datestringOpcional

Updated at Start date in ISO 8601 format. The difference between the updated start date and the updated end date cannot be more than one month. Example: "2024-01-01T00:00:00Z".

updated_end_datestringOpcional

Updated at End date in ISO 8601 format. The difference between the updated start date and the updated end date cannot be more than one month. Example: "2024-01-31T23:59:59Z".

modalitystringOpcional

Modality identifiers. In order to specify more than one, this parameter must be repeated. Example: "?modality=MG&modality=CT".

facilitystringOpcional

Facilities UUIDs. In order to specify more than one, this parameter must be repeated. Example: "?facility=id1&facility=id2".

roomstringOpcional

Rooms UUIDs. In order to specify more than one, this parameter must be repeated. Example: "?room=id1&room=id2".

patient_identifierstringOpcional

Identifier of the patient. Example: "?patient_identifier=ARCP-901212-001".

statusstringOpcional

Order status to filter query. Order status: - NEW - PATIENT_ARRIVED - IN_PROCESS - COMPLETED

Study status (only for COMPLETED orders):
- READING_PENDING
- READING
- SIGNED
- REVIEW_PENDING
- DELIVERED
- IMAGES_SENT
- IN_ADDENDUM
- ADDENDUM_SIGNED

Example: "?status=COMPLETED&status=SIGNED"
limitstringOpcional

Maximum number of items that will be returned per page. Defaults to 10.

offsetstringOpcional

Determines where the current page of data should start within the entire dataset. It represents the number of items that should be skipped before starting to display the items on the current page. Defaults to 0.

orderingstringOpcional

Determines the field by which the dataset will be sorted and the direction in which it will be sorted. The field and direction option are specified, separated by a comma. The values that the direction can take are "asc" and "desc" for ascending and descending respectively. Defaults to "created_at,asc".

Respostas
get
/orders/

Atualizado