Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

It is possible to craft a Query URL to bypass the initial query screen and display the results directly. This is needed to link to a study directly from EPR. This would also allow one to save bookmarks such as "Today's CT Scans", "All investigations done yesterday's", etc.

Group 1 (Time)

Parameter

Example

Today

day=today

http://dcm4chee_ip:8080/oviyam8/oviyam?day=today

Yesterday

day=yesterday

http://dcm4chee_ip:8080/oviyam8/oviyam?day=yesterday

Last Week

day=lastweek

http://dcm4chee_ip:8080/oviyam8/oviyam?day=lastweek

Last Month

day=lastmonth

http://dcm4chee_ip:8080/oviyam8/oviyam?day=lastmonth

Period

day=between&from=date&to=date

http://dcm4chee_ip:8080/oviyam8/oviyam?day=between&from=2009/03/15&to=2009/04/15

Group 2 (ID)

Parameter

Example

PATIENT ID

patientID=id

http://dcm4chee_ip:8080/oviyam8/oviyam?patientID=108392

PATIENT NAME

patientName=name

http://dcm4chee_ip:8080/oviyam8/oviyam?patientName=Doe^John

ACCESSION NUMBER

accessionNumber=no

http://dcm4chee_ip:8080/oviyam8/oviyam?accessionNumber=CT3886

DATE OF BIRTH

birthDate=date

http://dcm4chee_ip:8080/oviyam8/oviyam?birthDate=2009/01/24

Group 3 (Modality)

Parameter

Example

MODALITY

modality=modality

http://dcm4chee_ip:8080/oviyam8/oviyam?modality=CT

More than one parameter can be combined. However only one parameter from each group should be used at a time.

Compound query examples:
  • No labels