| To | -rcc-support@uq.edu.au | -- - | -
|---|---|---|
| Subject | -- | - - | -
| Body | -- | - - | -
| To | -rcc-support@uq.edu.au | -- - | -
|---|---|---|
| Subject | -- | - - | -
| Body | -- | - - | -
| To | -rcc-support@uq.edu.au | -- - | -
|---|---|---|
| Subject | -- | - - | -
| Body | -- | - - | -
{intro}
} + + { + fields.map((field) => ( +| To | +{to} | ++ + | +
|---|---|---|
| Subject | ++ | + + | +
| Body | ++ | + + | +
my xnat project id
` - - Change the PatientComments element 0010,4000 to set XNAT project routing info - - `@always()@append(){Project:@param(@PROJECTID) Subject:@contents([0010,0010]) Session:@contents([0008,0050])}` - - Review/set other parameters at the start of the file - - PROFILENAME, eg. AIS-Clinical-Site-210604 - - DATEINC, eg. 0 - - PROJECTNAME, SITEID, SITENAME, TRIALNAME, TRIALSPONSOR as required - - Optional: review script to check anonymisation settings are appropriate - -7. Start CTP GUI - - ``` - java -jar Launcher.jar - ``` - -8. Click the CTP "Start" button - -9. Click the "CTP Home Page" button to open the Web UI - - - If the browser can't connect, check CTP is not already running, or try changing the Server port - -10. Login - - - Top RHS banner should show "Welcome admin" - -11. Optional: click "User Manager" to change default usernames/passwords - -12. Optional: click "DICOM Anonymizer" to view/edit anonymiser script - -13. Unzip DCMTK and MrBrain dicom sample - -14. Try sending an dicom to CTP using dcmtk - - ``` - cd dcmtk-3.6.5-win64-dynamic/bin - dcmsend localhost 25055 ../../dicom_viewer_Mrbrain/MRBRAIN.DCM - ``` - -15. Login to the XNAT server with an admin account to view Prearchive - - - Use "Upload" → "Go to prearchive" - - DICOM should appear in "Receiving" status, with project id assigned from step 6 - - Optional: non-admin users need to search by subject/etc - - Use Refresh to check when "Ready" or it disappears from list (as it has been routed to the project) - - Debugging: use dcm2xml from DCMTK to check anonymised dicom file under CTP/roots/FileAfterAnonymization25055 - -16. Logout and login with the new XNAT user from step 1 - -17. Navigate to the project set in step 6 - - - You should see the dicom listed as subject "1737775597" - -18. Use subject "1737775597" → "MR Session" → "View Images" to view the uploaded image - -19. Try a dicom send from the scanner using PC address and port 25055 (check windows firewall settings?) - -20. Enable CTP as a service. Instructions [here](/facility-guides/ctp/run-as-service) - -
'
actions:
- - text: Documentation
- link: /user-guides/getting-started
+ - text: Browse the guides
+ link: /user-guides
icon: open-book
variant: primary
- text: Go to XNAT
diff --git a/src/content/docs/user-guides/getting-started/index.mdx b/src/content/docs/user-guides/getting-started/index.mdx
index 263e148f..82ec3ef7 100644
--- a/src/content/docs/user-guides/getting-started/index.mdx
+++ b/src/content/docs/user-guides/getting-started/index.mdx
@@ -1,126 +1,117 @@
---
-title: Getting Started
-description: Sign up and get started with UQ XNAT — choose your organisation type
+title: Signing up
+description: Sign up for UQ XNAT with your AAF credentials, or request an AAF Virtual Home account if your organisation is not an AAF member
tableOfContents: false
---
-import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
-import EmailRequestForm from '@components/EmailRequestForm.astro';
-import EmailAafRequestForm from '@components/EmailAafRequestForm.astro';
+import { Tabs, TabItem, Steps, LinkCard } from '@astrojs/starlight/components';
+import ChoiceCards from '@components/ChoiceCards.astro';
+import RequestEmailForm from '@components/RequestEmailForm.astro';
import SignInAaf from '@partials/sign-in-aaf.mdx';
-import AccessingProject from '@partials/accessing-project.mdx';
import TabQueryLink from '@components/TabQueryLink.astro';
-import MemberChooser from '@components/MemberChooser.astro';