...
Report editor tokens can be inserted into the report editor window by standard report text, copy/paste, or by the OnePacs Report Generator system. These tokens are evaluated in real-time to values specific to the subject study. For example, the “Patient History” token would be substituted with the actual patient history captured during the confirmation process. They should not be confused with report template tokens which are used to format the general layout of a report while report template tokens would generally end up translated in the report body. Some report editor tokens and report template tokens overlap.
Below, is an example of a report editor token used with a standard report text. $IVCONTRAST is defined to be used for the standard.
When the token is inserted into a report (whether through typing, pasting, standard report texts, report generator templates, or other means), the token will be substituted with actual values for the study in question.
For example, when the token $IVCONTRAST is inserted into a report, OnePacs will replace "$IVCONTRAST" with the information that has been provided by the technologist regarding IV contrast during study confirmation, or with information that may be available in relevant DICOM headers if the IV contrast status was not provided by the technologist.
For example, "$IVCONTRAST" may be replaced with "With; 100 mL Omnipaque", if such information was provided during study confirmation, or if it is available in relevant DICOM headers.
Individual Tokens
An individual token can also be inserted by using the button on the right side of the report editor when entering a report.
Default Values
If information is not available for a particular token, one may specify a default, or failover, value to be used instead.
For example, the $COMPARISONS token is populated with information based on which prior studies have been selected as comparison studies by the radiologist at the time of study interpretation. If the radiologist has not selected any studies, it may be desirable for this token to be replaced with text such as "No prior studies for comparison."
The syntax for the inserted text in this case is:
$TOKEN:{Default value}
That is,
Comparisons: $COMPARISONS:{No comparison study available.}
Would resolve to a list of the study(ies) with which an examination is being compared if such information is available:
Comparisons: MR\OT - MR WRIST LEFT - 07/19/2013 03:59 PM EDT
or will fail over to "No comparison study available." if no comparison study information has been selected:
Comparisons: No comparison study.
Tokens Available for use in the OnePacs Report Edit window
Token | Description |
---|---|
$COMPARISONS | Comparison studies for the current study |
$DLP | Radiation Dose-length product information, in mGy•cm, if entered by the technologist during study confirmation. |
$HISTORY | History inputted by the technologist for the case during study confirmation |
$IVCONTRAST | Information regarding whether IV contrast was administered, and if so, type and dosage |
$CONTRAST_STATUS | Indication of whether IV contrast was administered (With, Without, With and Without, unknown) |
$LATERALITY | The study laterality |
$NUMVIEWS | The number of views for an XRAY study as provided during study confirmation. The token will be empty (null) if no such value is provided through the confirmation process. |
$NUMBER_OF_INSTANCES | The number of DICOM instance objects in the study (including non-image objects). |
$NUMBER_IMAGE_INSTANCES | The number of XRAY images within the study. This value is calculated based on current composition of the study. |
$PATIENT_AGE | The patient age (as specified in the DICOM header or calculated from patient date of birth and study date) |
$PATIENT_HISTORY | All available history information, including technologist-entered history (the $HISTORY token) as well as any history available in DICOM |
$PATIENT_SEX | Patient's Sex provided in DICOM data |
$PRIORS_AVAILABILITY | The priors availability status selected during confirmation |
$REFORMATIONS | A list of reformations entered by the technologist |
$SERIESLIST | A list of all series within a study |
$STUDY_ |
The study description provided in the DICOM data
BODY_PARTS | A list of all of the body parts in the exam, provided in the DICOM data |
$STUDY_DESCRIPTION | The study description provided in the DICOM data |
$STUDY_TYPES | A list of all the study types linked to the study |
Anchor | ||||
---|---|---|---|---|
|
The $COMPARISONS token will resolve to a list of comparison study(ies) selected by a radiologist as comparison studies at the time of study interpretation.
This is done by toggling the "comparison" folder icon in the study history list in the report edit window.
Many Report Generator templates for OnePacs make use of the $COMPARISONS token, so if comparison studies are selected prior to editing the report in the Report Generator GUI, or through auto-mode, the comparison study information will be inserted into the report.