pymedphys / pymedphys

A community effort to develop an open standard library for Medical Physics in Python. Building quality transparent software together via peer review and open source distribution. Open code is better science.
https://docs.pymedphys.com
Apache License 2.0
309 stars 72 forks source link

User testing WLutz #584

Closed SimonBiggs closed 3 years ago

SimonBiggs commented 4 years ago

Heya @mchamberland,

Were you keen on testing the whole Wlutz arc method? What vendor/model Linac do you have?

If you are, I can step you through the current installation process. I am working on simplifying it, but working with you to get it up and running at your site would likely help that process also.

Cheers, Simon

mchamberland commented 4 years ago

Sure! We have Elekta Synergy and Infinity, both with Agility MLC.

SimonBiggs commented 4 years ago

Awesome, same as us. So, the first step, which is still a bit bumpy, is sending the DICOM arc plans to the service mode of the Linac. The DICOM plans are for each energy over a range of dose rates:

image

https://github.com/pymedphys/pymedphys/tree/master/examples/labs/rccc/create_service_mode_plan

Right now, they will only work with Agility MLCs, so glad that's what you have. The idea is to eventually have the user provide a template DICOM file with their desired rectangular field and then it will build the DICOM files for their Linac. Not there yet though.

So, the first step, is get those DICOM files into the service mode of your Linac. This can be done with either pynetdicom or dcmsend. You'll need to have the DICOM file receiving enabled on the Linac side of things. I can't seem to send to one of our own Linac's though while I can to another ... haven't worked that out yet. Any insight on your end would be awesome.

If you haven't enabled DICOM receiving within the service mode of your Linac before you do it on the following screen within the Linac settings:

image

It's a mess, but you can see me calling dcmsend from an IPython notebook here:

https://github.com/pymedphys/pymedphys/blob/master/examples/labs/rccc/create_service_mode_plan/004_varied_dose_rates.ipynb

mchamberland commented 4 years ago

Thanks, I'll start by trying to transfer those DICOM files. Might take me a few days to get to it (we're doing annual scanning and calibration this weekend).

SimonBiggs commented 4 years ago

Kk :). Hope the weekend goes well :).

SimonBiggs commented 4 years ago

Hi @brjdenis,

I've seen some of your work over at https://github.com/brjdenis/qaserver. I've been making quite some progress on an arc based method which I have described over at https://github.com/pymedphys/pymedphys/pull/577.

This arc based Winston Lutz tool takes images in movie mode recording BB deviations at every gantry angle with an Arc beam.

Would you be interested in a video call at some point to set it up at your work and be able to get some user feedback? I'd be very keen on making it easy to use, potentially through a web server like qaserver.

Cheers, Simon

mchamberland commented 4 years ago

@SimonBiggs I'm trying to follow your notebook for sending plans to Service mode, but I'm having a little difficulty following along. Is there a sample plan I can try this on?

mchamberland commented 4 years ago

Also, I'm not sure what IP address to use for the linac. How do you connect through the NSS?

SimonBiggs commented 4 years ago

Actually, just point to the IP of the NSS, it will automatically forward it through for you.

I have an updated notebook:

https://github.com/pymedphys/pymedphys/blob/master/examples/labs/rccc/create_service_mode_plan/007_varied_dose_rates.ipynb

At the top cell there is a "Machine Map", make sure to update that configuration for your Linac:

machine_map = {
    '9002': {  # This string here needs to be the ID of your machine
        'sender_ae_title': b'PYMEDPHYS',  # This is the approved sender TITLE
        'ip': '192.168.10.15',  # this is the IP of your NSS on the centre network
        'port': 104  # This is the DICOM port, should be 104 by default
    },
}

There is also another config dict:

full_dose_rates = {
    '00_06MV': 600,
    '01_10MV': 600,
    '02_06FFF': 1560,
    '03_10FFF': 2300
}

Make sure to update that with the dose rates of your machine, it will then create three plans for each energy, a full dose rate, half dose rate, and an eighth dose rate.

Let me know how you go, if you're struggling would be more than happy to do a video call.

Cheers, Simon

mchamberland commented 4 years ago

Thanks, @SimonBiggs! I’ll give it another shot next week.

mchamberland commented 4 years ago

@SimonBiggs The ae.associate() command is not successful. I get "assoc.is_established" equal to False after the command.

I assume this is related: I also cannot ping the IP address of the linac. The request simply times out.

Do I need to get my IT department involved in allowing me to ping those IP addresses? This might be tricky...

SimonBiggs commented 4 years ago

If you open up the DICOM settings in your TPS do you happen to have a "send to service / send directly to Linac" option in there? Also, make sure, the NSS has two IPs. One of those IPs is on your side of the network, the other one of the IPs is on the Linac's side of the network (will likely be of the format 192.168.30.[something]). You want to make sure you are not using the Linac's internal IP for the NSS. Instead you want the IP address as assigned on your centre's network.

On Tue, 31 Dec 2019 at 06:57, Marc Chamberland notifications@github.com wrote:

@SimonBiggs https://github.com/SimonBiggs The ae.associate() command is not successful. I get "assoc.is_established" equal to False after the command.

I assume this is related: I also cannot ping the IP address of the linac. The request simply times out.

Do I need to get my IT department involved in allowing me to ping those IP addresses? This might be tricky...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pymedphys/pymedphys/issues/584?email_source=notifications&email_token=ABSBK65MV2IZ7XR4YFHEDVLQ3JHCHA5CNFSM4JPPVCX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH3CKKQ#issuecomment-569779498, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBK64H4ETH7HVXI7CCGFDQ3JHCHANCNFSM4JPPVCXQ .

mchamberland commented 4 years ago

@SimonBiggs Hmm... as far as I can tell, I'm using the right IP address.

I'm reading up on the NSS right now. I'm not familiar with it at all besides the fact that it exists!

SimonBiggs commented 4 years ago

Just note that no Elekta manual will detail the correct IP address unfortunately. The IP address you want is going to be the one on the same subnet as your PC (starts with the same 3 numbers, ie if your PCs IP is 192.168.1.42, as found by running ipconfig on Windows, then the Linac IP will need to be 192.168.1.x).

SimonBiggs commented 4 years ago

Essentially, think of it as the IP that is the "Linac" on your network. The only Linac IP on your network is the NSS.

mchamberland commented 4 years ago

My Elekta engineer gave me a document with the "ETH0 IP Address", which is not of the form 192.168.1.x (so, I assume this is the IP of the linac on the hospital side...?).

I also have the IP address of the Gateway... but I have no idea what a Gateway does.

mchamberland commented 4 years ago

Oh, it looks like my laptop is on a different subnet from the linac. Hmm... Maybe I need to try from a different computer in the department?

SimonBiggs commented 4 years ago

Yup, essentially you want to be on a computer that is on the same network as your OIS and TPS.

mchamberland commented 4 years ago

Even on the same subnet, I still can't connect or ping those IP addresses. I think I need to talk with Elekta and my IT department to figure this one out.

SimonBiggs commented 4 years ago

"Those IP addresses" do you mean your TPS OIS and Linac?

On Wed, 1 Jan 2020 at 03:24, Marc Chamberland notifications@github.com wrote:

Even on the same subnet, I still can't connect or ping those IP addresses. I think I need to talk with Elekta and my IT department to figure this one out.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pymedphys/pymedphys/issues/584?email_source=notifications&email_token=ABSBK65B73R25RCTBHA7GD3Q3NWZ5A5CNFSM4JPPVCX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH4M34A#issuecomment-569953776, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSBK622Z5ZMNB5Q24ZSH7TQ3NWZ5ANCNFSM4JPPVCXQ .

mchamberland commented 4 years ago

I meant the IP addresses of the three linacs.

SimonBiggs commented 4 years ago

Even on the same subnet, I still can't connect or ping those IP addresses. I think I need to talk with Elekta and my IT department to figure this one out.

Actually, I can't ping mine either:

image

But, in a file browser I can still type \\192.168.100.200\Backup\TCS, it then prompts me for a login, where I can login and see the backup files.

So it just seems ping is blocked. So maybe just test if you can navigate in the file browser?

mchamberland commented 4 years ago

Nope, can't even navigate to any of the linac IP addresses in the file browser.

SimonBiggs commented 4 years ago

Nope, can't even navigate to any of the linac IP addresses in the file browser.

kk, then yeah, I don't know. Sorry about that. The Wlutz tool still works without the arc, but the arc plan itself is what makes it so useful...

mchamberland commented 4 years ago

No problem. I've reached out to Elekta so see if it's a configuration issue on the NSS side or on the hospital side. I will report back, since this info might be useful to other Elekta users.

brjdenis commented 4 years ago

Hi @SimonBiggs, this looks like an interesting measurement. I am not sure if I could be of much help here, because nowadays I rearly get any time on my beloved VersaHD. But I am gonna read more of your stuff, and get back to you. This is interesting.

An additional note, I hope I will not stand out as an idiot: If the plan is not too complex, you could create iCOM CAT files. Then it is fairly easy to send the plan to the linac. Or perhaps instead of sending the plan to Integrity, it might be simpler to send it to Mosaiq, and from Mosaiq to Clinical, and then Copy to Service.

SimonBiggs commented 4 years ago

An additional note, I hope I will not stand out as an idiot: If the plan is not too complex, you could create iCOM CAT files. Then it is fairly easy to send the plan to the linac. Or perhaps instead of sending the plan to Integrity, it might be simpler to send it to Mosaiq, and from Mosaiq to Clinical, and then Copy to Service.

No, not silly at all. I do actually think that would be a tidier method, especially to get wider adoption.

brjdenis commented 4 years ago

I have tons of wl images lying around. From both vendors. If you need material to test PyMedPhys, I can share them. Just need to find a good way to anonymize them in batch.

SimonBiggs commented 4 years ago

I have tons of wl images lying around. From both vendors. If you need material to test PyMedPhys, I can share them. Just need to find a good way to anonymize them in batch.

PyMedPhys has a batch CLI anonymiser:

https://docs.pymedphys.com/ref/cli/dicom.html#anonymise

Usage from a command line can be:

pymedphys dicom anonymise input_dir -o output_dir
mchamberland commented 4 years ago

It turns out that the NSS shared drive was only enabled on one of the three linacs.

I still can't push dicom to any of them, but at least I've got access to the NSS share.

alihm1987 commented 4 years ago

Dear Simon, i am Ali from Iran and working in elekta distributor as a service engineer. I will be glad if I can be a member of your project. also I want to run all of pymped test for elekta machine specially those one related to VMAT test so I need to produce beam tests for variable dose rate, Gantry speed and leaf speed. Let's started and let me know what do you need? I can help anyone if they have technical question in this way also we can create iviewgt database to prevent user difficulties or unwanted mistake.

Regards, Ali Hossein field service engineer a.hosseini@fanavari.com

SimonBiggs commented 4 years ago

Hi Ali,

Great to hear from you.

also I want to run all of pymped test for elekta machine specially those one related to VMAT test so I need to produce beam tests for variable dose rate, Gantry speed and leaf speed. Let's started and let me know what do you need?

What in particular were you most interested in?

Cheers, Simon

alihm1987 commented 4 years ago

Hi Simon, I am interested in making a whole machine QA package so I want to find MV panel Sag and make LUT for it to correct the images and investigated the effect of it specially when we use BB on our test. as you now we have several testson pylinac which are very useful but all of them design and tested for Varian machines(MLC and Flat Panel are different) so I need to produce beams, iviewgt database(as dicom tag has some deficiency ) then run the tests and test the result then cross check it with some other site, if you did these works before let me know about your action if possible. many thanks,

alihm1987 commented 4 years ago

for example if I can have your beam,dcm files about wluts test, I can run those beams on some machines with agility head then share the results.

SimonBiggs commented 4 years ago

Hi @alihm1987,

Depending on your familiarity with the Jupyter ecosystem (https://jupyter.org/) you can use the following to create and send the DICOM arc plans to an Elekta Linac:

https://github.com/pymedphys/pymedphys/blob/master/examples/site-specific/cancer-care-associates/production/Winston%20Lutz/Arc%20Method/Creating%20Service%20Arc%20DICOM%20plans.ipynb

There are a few DICOM headers which are linac specific (primarily machine id). So that notebook file can be used to appropriately customise the DICOM plan file for your Linac.

Cheers, Simon

SimonBiggs commented 3 years ago

Hi @mchamberland,

Here is our current (as of today) notebook for sending DICOM plans to the Linac. (I've pinned it now so the link shouldn't break this time...).

https://github.com/pymedphys/pymedphys/blob/f4a5efd41d0f/site-specific/cancer-care-associates/production/Winston%20Lutz/Arc%20Method/Creating%20Service%20Arc%20DICOM%20plans.ipynb

SimonBiggs commented 3 years ago

@mchamberland and here are some DICOM files that we have successfully sent to our Linac in the past:

https://github.com/pymedphys/pymedphys/tree/f4a5efd41d0f48907686d3ee562ec1c3bf42fadb/pymedphys/_experimental/serviceplans/templates

SimonBiggs commented 3 years ago

And here's one of those headers:

(0008, 0005) Specific Character Set              CS: 'ISO_IR 100'
(0008, 0012) Instance Creation Date              DA: '20190913'
(0008, 0013) Instance Creation Time              TM: '095922'
(0008, 0014) Instance Creator UID                UI: 2.16.840.1.114337
(0008, 0016) SOP Class UID                       UI: RT Plan Storage
(0008, 0018) SOP Instance UID                    UI: 2.16.840.1.114337.1.1.1568332762.0
(0008, 0020) Study Date                          DA: '20170904'
(0008, 0030) Study Time                          TM: '173423'
(0008, 0050) Accession Number                    SH: ''
(0008, 0060) Modality                            CS: 'RTPLAN'
(0008, 0070) Manufacturer                        LO: 'CMS, Inc.'
(0008, 0090) Referring Physician's Name          PN: ''
(0008, 1070) Operators' Name                     PN: ''
(0008, 1090) Manufacturer's Model Name           LO: 'Monaco'
(0010, 0010) Patient's Name                      PN: 'MV^ISO'
(0010, 0020) Patient ID                          LO: 'MVISO'
(0010, 0030) Patient's Birth Date                DA: ''
(0010, 0040) Patient's Sex                       CS: 'O'
(0010, 1000) Other Patient IDs                   LO: 'MVISO'
(0010, 1001) Other Patient Names                 PN: 'MV^ISO'
(0020, 000d) Study Instance UID                  UI: 2.25.160509457700264495263816172992251265013
(0020, 000e) Series Instance UID                 UI: 2.16.840.1.114337.1568332762
(0020, 0010) Study ID                            SH: 'NO_ID'
(0020, 0011) Series Number                       IS: "1"
(0020, 0013) Instance Number                     IS: "1"
(300a, 0002) RT Plan Label                       SH: 'AVMATNEWSPLIT'
(300a, 0003) RT Plan Name                        LO: 'VMATNEWSPLIT'
(300a, 0004) RT Plan Description                 ST: ''
(300a, 0006) RT Plan Date                        DA: '20190913'
(300a, 0007) RT Plan Time                        TM: '095907.000000'
(300a, 000c) RT Plan Geometry                    CS: 'PATIENT'
(300a, 000e) Prescription Description            ST: 'Plan: RxA'
(300a, 0010)  Dose Reference Sequence   1 item(s) ----
   (300a, 0012) Dose Reference Number               IS: "1"
   (300a, 0014) Dose Reference Structure Type       CS: 'SITE'
   (300a, 0020) Dose Reference Type                 CS: 'TARGET'
   (300a, 0026) Target Prescription Dose            DS: "1.0"
   ---------
(300a, 0070)  Fraction Group Sequence   1 item(s) ----
   (300a, 0071) Fraction Group Number               IS: "1"
   (300a, 0078) Number of Fractions Planned         IS: "2"
   (300a, 0080) Number of Beams                     IS: "2"
   (300a, 00a0) Number of Brachy Application Setups IS: "0"
   (300c, 0004)  Referenced Beam Sequence   2 item(s) ----
      (300a, 0082) Beam Dose Specification Point       DS: [0.0, 0.0, 0.0]
      (300a, 0084) Beam Dose                           DS: "1.065"
      (300a, 0086) Beam Meterset                       DS: "157.238693"
      (300c, 0006) Referenced Beam Number              IS: "1"
      ---------
      (300a, 0082) Beam Dose Specification Point       DS: [0.0, 0.0, 0.0]
      (300a, 0084) Beam Dose                           DS: "1.04"
      (300a, 0086) Beam Meterset                       DS: "158.782211"
      (300c, 0006) Referenced Beam Number              IS: "2"
      ---------
   (300c, 0050)  Referenced Dose Reference Sequence   1 item(s) ----
      (300c, 0051) Referenced Dose Reference Number    IS: "1"
      ---------
   ---------
(300a, 00b0)  Beam Sequence   2 item(s) ----
   (0008, 1040) Institutional Department Name       LO: '2~Physics QA'
   (300a, 00b2) Treatment Machine Name              SH: '2619'
   (300a, 00b3) Primary Dosimeter Unit              CS: 'MU'
   (300a, 00b4) Source-Axis Distance                DS: "1000.0"
   (300a, 00b6)  Beam Limiting Device Sequence   2 item(s) ----
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "432.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "1"
      ---------
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "349.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "80"
      (300a, 00be) Leaf Position Boundaries            DS: Array of 81 elements
      ---------
   (300a, 00c0) Beam Number                         IS: "1"
   (300a, 00c2) Beam Name                           LO: '1-1'
   (300a, 00c3) Beam Description                    ST: 'G090'
   (300a, 00c4) Beam Type                           CS: 'DYNAMIC'
   (300a, 00c6) Radiation Type                      CS: 'PHOTON'
   (300a, 00ce) Treatment Delivery Type             CS: 'TREATMENT'
   (300a, 00d0) Number of Wedges                    IS: "0"
   (300a, 00e0) Number of Compensators              IS: "0"
   (300a, 00ed) Number of Boli                      IS: "0"
   (300a, 00f0) Number of Blocks                    IS: "0"
   (300a, 010e) Final Cumulative Meterset Weight    DS: "1.0"
   (300a, 0110) Number of Control Points            IS: "32"
   (300a, 0111)  Control Point Sequence   32 item(s) ----
      (300a, 0112) Control Point Index                 IS: "0"
      (300a, 0114) Nominal Beam Energy                 DS: "6.0"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "90.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0122) Patient Support Angle               DS: "0.0"
      (300a, 0123) Patient Support Rotation Direction  CS: 'NONE'
      (300a, 0125) Table Top Eccentric Angle           DS: "0.0"
      (300a, 0126) Table Top Eccentric Rotation Direct CS: 'NONE'
      (300a, 0128) Table Top Vertical Position         DS: None
      (300a, 0129) Table Top Longitudinal Position     DS: None
      (300a, 012a) Table Top Lateral Position          DS: None
      (300a, 012c) Isocenter Position                  DS: [0.0, 0.0, 0.0]
      (300a, 012e) Surface Entry Point                 DS: [51.0, -0.0, 0.0]
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.0
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "1"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "91.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.011904"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "2"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 10.5]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "93.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.030434"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 947.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "3"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-12.0, 10.8]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "95.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.053117"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.5
         (300a, 008a) Beam Dose Point SSD                 FL: 947.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "4"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "97.2"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.080861"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "5"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.5, 17.5]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "98.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.111069"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.0
         (300a, 008a) Beam Dose Point SSD                 FL: 946.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "6"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-15.0, 15.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "100.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.135327"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 946.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "7"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "101.8"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.162419"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 946.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "8"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "103.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.189276"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 946.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "9"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "105.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.207918"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.20000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 950.7999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "10"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "108.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.228485"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "11"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "110.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.251374"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "12"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "112.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.282069"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 948.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "13"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "114.8"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.318972"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.29999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 947.7000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "14"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-15.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "116.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.35288"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.0
         (300a, 008a) Beam Dose Point SSD                 FL: 950.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "15"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "119.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.382723"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 951.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "16"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "121.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.411964"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 950.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "17"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-18.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "123.2"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.438829"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "18"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "125.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.468708"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 947.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "19"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "127.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.49178"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 946.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "20"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "129.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.505675"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 948.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "21"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "131.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.512035"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "22"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 2.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "135.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.525277"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "23"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 2.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "136.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.568063"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 948.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "24"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "138.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.608604"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "25"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "140.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.660485"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "26"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "141.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.716119"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "27"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "143.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.775899"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "28"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "144.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.835732"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 948.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "29"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "146.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.895254"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "30"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "148.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.952883"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "31"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "150.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'NONE'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "1.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 950.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
   (300c, 006a) Referenced Patient Setup Number     IS: "1"
   ---------
   (0008, 1040) Institutional Department Name       LO: '2~Physics QA'
   (300a, 00b2) Treatment Machine Name              SH: '2619'
   (300a, 00b3) Primary Dosimeter Unit              CS: 'MU'
   (300a, 00b4) Source-Axis Distance                DS: "1000.0"
   (300a, 00b6)  Beam Limiting Device Sequence   2 item(s) ----
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "432.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "1"
      ---------
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "349.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "80"
      (300a, 00be) Leaf Position Boundaries            DS: Array of 81 elements
      ---------
   (300a, 00c0) Beam Number                         IS: "2"
   (300a, 00c2) Beam Name                           LO: '1-2'
   (300a, 00c3) Beam Description                    ST: 'G270'
   (300a, 00c4) Beam Type                           CS: 'DYNAMIC'
   (300a, 00c6) Radiation Type                      CS: 'PHOTON'
   (300a, 00ce) Treatment Delivery Type             CS: 'TREATMENT'
   (300a, 00d0) Number of Wedges                    IS: "0"
   (300a, 00e0) Number of Compensators              IS: "0"
   (300a, 00ed) Number of Boli                      IS: "0"
   (300a, 00f0) Number of Blocks                    IS: "0"
   (300a, 010e) Final Cumulative Meterset Weight    DS: "1.0"
   (300a, 0110) Number of Control Points            IS: "31"
   (300a, 0111)  Control Point Sequence   31 item(s) ----
      (300a, 0112) Control Point Index                 IS: "0"
      (300a, 0114) Nominal Beam Energy                 DS: "6.0"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "270.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0122) Patient Support Angle               DS: "0.0"
      (300a, 0123) Patient Support Rotation Direction  CS: 'NONE'
      (300a, 0125) Table Top Eccentric Angle           DS: "0.0"
      (300a, 0126) Table Top Eccentric Rotation Direct CS: 'NONE'
      (300a, 0128) Table Top Vertical Position         DS: None
      (300a, 0129) Table Top Longitudinal Position     DS: None
      (300a, 012a) Table Top Lateral Position          DS: None
      (300a, 012c) Isocenter Position                  DS: [0.0, 0.0, 0.0]
      (300a, 012e) Surface Entry Point                 DS: [-51.0, 0.0, 0.0]
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.70000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 952.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "1"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "268.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.021854"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 952.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "2"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "266.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.047574"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 952.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "3"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-12.0, 12.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "265.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.081022"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 952.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "4"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.0, 17.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "263.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.112712"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 952.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "5"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.5, 17.5]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "261.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.137965"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 952.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "6"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-12.0, 12.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "259.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.168614"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.29999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.5
         (300a, 008a) Beam Dose Point SSD                 FL: 951.7000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "7"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "258.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.19949"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.70000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 951.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "8"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "256.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.222389"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.0
         (300a, 008a) Beam Dose Point SSD                 FL: 951.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "9"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "252.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.245317"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.70000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 950.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "10"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "250.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.258261"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 949.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "11"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "248.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.277177"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.20000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 948.7999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "12"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "245.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.29413"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "13"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "243.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.3166"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.29999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.7000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "14"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "241.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.336873"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 951.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "15"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.0, 17.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "238.8"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.355809"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.0
         (300a, 008a) Beam Dose Point SSD                 FL: 950.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "16"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "235.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.377878"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 951.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "17"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "234.2"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.399352"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 953.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "18"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "231.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.41745"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 952.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "19"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "229.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.432562"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.20000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 950.7999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "20"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "227.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.44649"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "21"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "225.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.461644"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 55.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "22"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "223.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.500678"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 948.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "23"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "221.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.541481"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 950.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "24"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "219.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.590006"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "25"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.0, 17.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "218.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.646437"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "26"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "216.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.706081"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "27"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "215.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.771718"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 948.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "28"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "213.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.853681"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.0
         (300a, 008a) Beam Dose Point SSD                 FL: 949.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "29"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "211.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.933547"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "30"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "210.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'NONE'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "1.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.5
         (300a, 008a) Beam Dose Point SSD                 FL: 950.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
   (300c, 006a) Referenced Patient Setup Number     IS: "1"
   ---------
(300a, 0180)  Patient Setup Sequence   1 item(s) ----
   (0018, 5100) Patient Position                    CS: 'HFS'
   (300a, 0182) Patient Setup Number                IS: "1"
   (300a, 01b0) Setup Technique                     CS: 'ISOCENTRIC'
   ---------
(300c, 0060)  Referenced Structure Set Sequence   1 item(s) ----
   (0008, 1150) Referenced SOP Class UID            UI: RT Structure Set Storage
   (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.10008.5.1.4.1.1.481.3.1568332762
   ---------
(300e, 0002) Approval Status                     CS: 'UNAPPROVED'

In [4]: dcm
Out[4]:
(0008, 0005) Specific Character Set              CS: 'ISO_IR 100'
(0008, 0012) Instance Creation Date              DA: '20190913'
(0008, 0013) Instance Creation Time              TM: '095922'
(0008, 0014) Instance Creator UID                UI: 2.16.840.1.114337
(0008, 0016) SOP Class UID                       UI: RT Plan Storage
(0008, 0018) SOP Instance UID                    UI: 2.16.840.1.114337.1.1.1568332762.0
(0008, 0020) Study Date                          DA: '20170904'
(0008, 0030) Study Time                          TM: '173423'
(0008, 0050) Accession Number                    SH: ''
(0008, 0060) Modality                            CS: 'RTPLAN'
(0008, 0070) Manufacturer                        LO: 'CMS, Inc.'
(0008, 0090) Referring Physician's Name          PN: ''
(0008, 1070) Operators' Name                     PN: ''
(0008, 1090) Manufacturer's Model Name           LO: 'Monaco'
(0010, 0010) Patient's Name                      PN: 'MV^ISO'
(0010, 0020) Patient ID                          LO: 'MVISO'
(0010, 0030) Patient's Birth Date                DA: ''
(0010, 0040) Patient's Sex                       CS: 'O'
(0010, 1000) Other Patient IDs                   LO: 'MVISO'
(0010, 1001) Other Patient Names                 PN: 'MV^ISO'
(0020, 000d) Study Instance UID                  UI: 2.25.160509457700264495263816172992251265013
(0020, 000e) Series Instance UID                 UI: 2.16.840.1.114337.1568332762
(0020, 0010) Study ID                            SH: 'NO_ID'
(0020, 0011) Series Number                       IS: "1"
(0020, 0013) Instance Number                     IS: "1"
(300a, 0002) RT Plan Label                       SH: 'AVMATNEWSPLIT'
(300a, 0003) RT Plan Name                        LO: 'VMATNEWSPLIT'
(300a, 0004) RT Plan Description                 ST: ''
(300a, 0006) RT Plan Date                        DA: '20190913'
(300a, 0007) RT Plan Time                        TM: '095907.000000'
(300a, 000c) RT Plan Geometry                    CS: 'PATIENT'
(300a, 000e) Prescription Description            ST: 'Plan: RxA'
(300a, 0010)  Dose Reference Sequence   1 item(s) ----
   (300a, 0012) Dose Reference Number               IS: "1"
   (300a, 0014) Dose Reference Structure Type       CS: 'SITE'
   (300a, 0020) Dose Reference Type                 CS: 'TARGET'
   (300a, 0026) Target Prescription Dose            DS: "1.0"
   ---------
(300a, 0070)  Fraction Group Sequence   1 item(s) ----
   (300a, 0071) Fraction Group Number               IS: "1"
   (300a, 0078) Number of Fractions Planned         IS: "2"
   (300a, 0080) Number of Beams                     IS: "2"
   (300a, 00a0) Number of Brachy Application Setups IS: "0"
   (300c, 0004)  Referenced Beam Sequence   2 item(s) ----
      (300a, 0082) Beam Dose Specification Point       DS: [0.0, 0.0, 0.0]
      (300a, 0084) Beam Dose                           DS: "1.065"
      (300a, 0086) Beam Meterset                       DS: "157.238693"
      (300c, 0006) Referenced Beam Number              IS: "1"
      ---------
      (300a, 0082) Beam Dose Specification Point       DS: [0.0, 0.0, 0.0]
      (300a, 0084) Beam Dose                           DS: "1.04"
      (300a, 0086) Beam Meterset                       DS: "158.782211"
      (300c, 0006) Referenced Beam Number              IS: "2"
      ---------
   (300c, 0050)  Referenced Dose Reference Sequence   1 item(s) ----
      (300c, 0051) Referenced Dose Reference Number    IS: "1"
      ---------
   ---------
(300a, 00b0)  Beam Sequence   2 item(s) ----
   (0008, 1040) Institutional Department Name       LO: '2~Physics QA'
   (300a, 00b2) Treatment Machine Name              SH: '2619'
   (300a, 00b3) Primary Dosimeter Unit              CS: 'MU'
   (300a, 00b4) Source-Axis Distance                DS: "1000.0"
   (300a, 00b6)  Beam Limiting Device Sequence   2 item(s) ----
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "432.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "1"
      ---------
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "349.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "80"
      (300a, 00be) Leaf Position Boundaries            DS: Array of 81 elements
      ---------
   (300a, 00c0) Beam Number                         IS: "1"
   (300a, 00c2) Beam Name                           LO: '1-1'
   (300a, 00c3) Beam Description                    ST: 'G090'
   (300a, 00c4) Beam Type                           CS: 'DYNAMIC'
   (300a, 00c6) Radiation Type                      CS: 'PHOTON'
   (300a, 00ce) Treatment Delivery Type             CS: 'TREATMENT'
   (300a, 00d0) Number of Wedges                    IS: "0"
   (300a, 00e0) Number of Compensators              IS: "0"
   (300a, 00ed) Number of Boli                      IS: "0"
   (300a, 00f0) Number of Blocks                    IS: "0"
   (300a, 010e) Final Cumulative Meterset Weight    DS: "1.0"
   (300a, 0110) Number of Control Points            IS: "32"
   (300a, 0111)  Control Point Sequence   32 item(s) ----
      (300a, 0112) Control Point Index                 IS: "0"
      (300a, 0114) Nominal Beam Energy                 DS: "6.0"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "90.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0122) Patient Support Angle               DS: "0.0"
      (300a, 0123) Patient Support Rotation Direction  CS: 'NONE'
      (300a, 0125) Table Top Eccentric Angle           DS: "0.0"
      (300a, 0126) Table Top Eccentric Rotation Direct CS: 'NONE'
      (300a, 0128) Table Top Vertical Position         DS: None
      (300a, 0129) Table Top Longitudinal Position     DS: None
      (300a, 012a) Table Top Lateral Position          DS: None
      (300a, 012c) Isocenter Position                  DS: [0.0, 0.0, 0.0]
      (300a, 012e) Surface Entry Point                 DS: [51.0, -0.0, 0.0]
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.0
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "1"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "91.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.011904"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "2"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 10.5]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "93.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.030434"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 947.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "3"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-12.0, 10.8]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "95.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.053117"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.5
         (300a, 008a) Beam Dose Point SSD                 FL: 947.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "4"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "97.2"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.080861"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "5"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.5, 17.5]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "98.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.111069"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.0
         (300a, 008a) Beam Dose Point SSD                 FL: 946.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "6"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-15.0, 15.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "100.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.135327"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 946.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "7"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "101.8"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.162419"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 946.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "8"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "103.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.189276"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 946.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "9"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "105.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.207918"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.20000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 950.7999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "10"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "108.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.228485"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "11"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "110.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.251374"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "12"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "112.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.282069"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 948.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "13"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "114.8"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.318972"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.29999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 947.7000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "14"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-15.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "116.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.35288"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.0
         (300a, 008a) Beam Dose Point SSD                 FL: 950.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "15"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "119.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.382723"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 951.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "16"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "121.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.411964"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 950.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "17"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-18.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "123.2"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.438829"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "18"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "125.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.468708"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 947.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "19"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "127.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.49178"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 946.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "20"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "129.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.505675"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 948.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "21"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "131.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.512035"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "22"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 2.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "135.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.525277"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "23"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 2.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "136.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.568063"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 948.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "24"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "138.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.608604"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "25"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "140.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.660485"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "26"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "141.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.716119"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "27"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "143.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.775899"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "28"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 13.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "144.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.835732"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 948.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "29"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "146.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.895254"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "30"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "148.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CW'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.952883"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "31"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "150.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'NONE'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "1.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 950.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
   (300c, 006a) Referenced Patient Setup Number     IS: "1"
   ---------
   (0008, 1040) Institutional Department Name       LO: '2~Physics QA'
   (300a, 00b2) Treatment Machine Name              SH: '2619'
   (300a, 00b3) Primary Dosimeter Unit              CS: 'MU'
   (300a, 00b4) Source-Axis Distance                DS: "1000.0"
   (300a, 00b6)  Beam Limiting Device Sequence   2 item(s) ----
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "432.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "1"
      ---------
      (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
      (300a, 00ba) Source to Beam Limiting Device Dist DS: "349.0"
      (300a, 00bc) Number of Leaf/Jaw Pairs            IS: "80"
      (300a, 00be) Leaf Position Boundaries            DS: Array of 81 elements
      ---------
   (300a, 00c0) Beam Number                         IS: "2"
   (300a, 00c2) Beam Name                           LO: '1-2'
   (300a, 00c3) Beam Description                    ST: 'G270'
   (300a, 00c4) Beam Type                           CS: 'DYNAMIC'
   (300a, 00c6) Radiation Type                      CS: 'PHOTON'
   (300a, 00ce) Treatment Delivery Type             CS: 'TREATMENT'
   (300a, 00d0) Number of Wedges                    IS: "0"
   (300a, 00e0) Number of Compensators              IS: "0"
   (300a, 00ed) Number of Boli                      IS: "0"
   (300a, 00f0) Number of Blocks                    IS: "0"
   (300a, 010e) Final Cumulative Meterset Weight    DS: "1.0"
   (300a, 0110) Number of Control Points            IS: "31"
   (300a, 0111)  Control Point Sequence   31 item(s) ----
      (300a, 0112) Control Point Index                 IS: "0"
      (300a, 0114) Nominal Beam Energy                 DS: "6.0"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "270.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0122) Patient Support Angle               DS: "0.0"
      (300a, 0123) Patient Support Rotation Direction  CS: 'NONE'
      (300a, 0125) Table Top Eccentric Angle           DS: "0.0"
      (300a, 0126) Table Top Eccentric Rotation Direct CS: 'NONE'
      (300a, 0128) Table Top Vertical Position         DS: None
      (300a, 0129) Table Top Longitudinal Position     DS: None
      (300a, 012a) Table Top Lateral Position          DS: None
      (300a, 012c) Isocenter Position                  DS: [0.0, 0.0, 0.0]
      (300a, 012e) Surface Entry Point                 DS: [-51.0, 0.0, 0.0]
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.70000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 952.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "1"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "268.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.021854"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 952.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "2"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "266.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.047574"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.599998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 952.4000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "3"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-12.0, 12.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "265.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.081022"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.79999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 952.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "4"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.0, 17.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "263.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.112712"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 952.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "5"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.5, 17.5]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "261.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.137965"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 952.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "6"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-12.0, 12.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "259.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.168614"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.29999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.5
         (300a, 008a) Beam Dose Point SSD                 FL: 951.7000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "7"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "258.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.19949"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.70000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 951.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "8"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "256.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.222389"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.0
         (300a, 008a) Beam Dose Point SSD                 FL: 951.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "9"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "252.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.245317"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.70000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 950.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "10"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "250.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.258261"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 949.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "11"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 7.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "248.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.277177"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.20000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.20000076293945
         (300a, 008a) Beam Dose Point SSD                 FL: 948.7999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "12"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "245.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.29413"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "13"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "243.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.3166"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.29999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.7000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "14"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "241.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.336873"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.5
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 951.5
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "15"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.0, 17.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "238.8"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.355809"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.0
         (300a, 008a) Beam Dose Point SSD                 FL: 950.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "16"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "235.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.377878"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 48.79999923706055
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 951.2000122070312
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "17"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "234.2"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.399352"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 50.29999923706055
         (300a, 008a) Beam Dose Point SSD                 FL: 953.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "18"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "231.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.41745"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 47.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 51.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 952.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "19"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "229.6"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.432562"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.20000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 950.7999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "20"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "227.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.44649"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.900001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "21"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "225.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.461644"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 55.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "22"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "223.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.500678"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.099998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 948.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "23"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-7.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "221.4"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.541481"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 950.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "24"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "219.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.590006"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.70000076293945
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 949.2999877929688
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "25"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-17.0, 17.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "218.3"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.646437"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 52.400001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.5999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "26"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-20.0, 20.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "216.7"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.706081"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 53.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.599998474121094
         (300a, 008a) Beam Dose Point SSD                 FL: 947.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "27"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "215.1"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.771718"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.900001525878906
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.400001525878906
         (300a, 008a) Beam Dose Point SSD                 FL: 948.0999755859375
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "28"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-10.0, 10.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "213.5"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.853681"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 51.0
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 54.0
         (300a, 008a) Beam Dose Point SSD                 FL: 949.0
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "29"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-5.0, 5.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "211.9"
      (300a, 011f) Gantry Rotation Direction           CS: 'CC'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "0.933547"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 50.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 53.5
         (300a, 008a) Beam Dose Point SSD                 FL: 949.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
      (300a, 0112) Control Point Index                 IS: "30"
      (300a, 0115) Dose Rate Set                       DS: "0.0"
      (300a, 011a)  Beam Limiting Device Position Sequence   2 item(s) ----
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'ASYMY'
         (300a, 011c) Leaf/Jaw Positions                  DS: [-8.0, 8.0]
         ---------
         (300a, 00b8) RT Beam Limiting Device Type        CS: 'MLCX'
         (300a, 011c) Leaf/Jaw Positions                  DS: Array of 160 elements
         ---------
      (300a, 011e) Gantry Angle                        DS: "210.0"
      (300a, 011f) Gantry Rotation Direction           CS: 'NONE'
      (300a, 0120) Beam Limiting Device Angle          DS: "0.0"
      (300a, 0121) Beam Limiting Device Rotation Direc CS: 'NONE'
      (300a, 0130) Source to Surface Distance          DS: "949.0"
      (300a, 0134) Cumulative Meterset Weight          DS: "1.0"
      (300c, 0050)  Referenced Dose Reference Sequence   2 item(s) ----
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
         (300a, 0088) Beam Dose Point Depth               FL: 49.099998474121094
         (300a, 0089) Beam Dose Point Equivalent Depth    FL: 52.5
         (300a, 008a) Beam Dose Point SSD                 FL: 950.9000244140625
         (300a, 010c) Cumulative Dose Reference Coefficie DS: None
         (300c, 0051) Referenced Dose Reference Number    IS: "1"
         ---------
      ---------
   (300c, 006a) Referenced Patient Setup Number     IS: "1"
   ---------
(300a, 0180)  Patient Setup Sequence   1 item(s) ----
   (0018, 5100) Patient Position                    CS: 'HFS'
   (300a, 0182) Patient Setup Number                IS: "1"
   (300a, 01b0) Setup Technique                     CS: 'ISOCENTRIC'
   ---------
(300c, 0060)  Referenced Structure Set Sequence   1 item(s) ----
   (0008, 1150) Referenced SOP Class UID            UI: RT Structure Set Storage
   (0008, 1155) Referenced SOP Instance UID         UI: 1.2.840.10008.5.1.4.1.1.481.3.1568332762
   ---------
(300e, 0002) Approval Status                     CS: 'UNAPPROVED'
SimonBiggs commented 3 years ago

And here's a notebook that shows pynetdicom in debugging mode:

https://github.com/pymedphys/pymedphys/blob/f4a5efd41d0f48907686d3ee562ec1c3bf42fadb/protyping/dicom/extend-ct/extend-ct-server.ipynb

Key line is the following:

pynetdicom.debug_logger()
mchamberland commented 3 years ago

@SimonBiggs Alright, I'm testing with the sample files you said you were able to send, in particular the rectangle one.

Ignoring the boiler plate stuff at the top, I have the following code:

ae = pynetdicom.AE(ae_title=settings['sender_ae_title'])
ae.requested_contexts = pynetdicom.VerificationPresentationContexts
ae.add_requested_context(
    pynetdicom.sop_class.RTPlanStorage,
    transfer_syntax=pydicom.uid.ExplicitVRLittleEndian
    )

plan = pydicom.dcmread('../../../python-test/dicom/test_plt.dcm', force=True)

assoc = ae.associate(settings['ip'], settings['port'], ae_title=b'EOS_RTD')
status = assoc.send_c_store(plan)
assoc.release()

I get the following error back:

AttributeError: Unable to determine the presentation context to use with dataset as it contains no '(0002,0010) Transfer Syntax UID' file meta information element

I feel like I'm missing something about pydicom Dataset vsFileDataset, maybe?

mchamberland commented 3 years ago

Also, how do you do Python syntax highlighting in GitHub comments, again?

mchamberland commented 3 years ago

@SimonBiggs Aaah, looking at your Jupyter notebook again, I see that this is what the _dicom.header stuff is doing... I missed that. I think I can figure it out now...

SimonBiggs commented 3 years ago

I think these are the key lines you're after:

plan.TransferSyntaxUID = pydicom.uid.ExplicitVRLittleEndian
plan.fix_meta_info(enforce_standard=True)

You'll need those after you load up the plan, and before you send it to the machine.


Also for syntax highlighting, I wrote the above like so:

```python
plan.TransferSyntaxUID = pydicom.uid.ExplicitVRLittleEndian
plan.fix_meta_info(enforce_standard=True)
```
SimonBiggs commented 3 years ago

@SimonBiggs Aaah, looking at your Jupyter notebook again, I see that this is what the _dicom.header stuff is doing... I missed that. I think I can figure it out now...

Actually, all the pymedphys._dicom.header.adjust_machine_name is doing is allowing the DICOM file to be customised to the target machine name. See the code for that function here:

https://github.com/pymedphys/pymedphys/blob/f4a5efd41d0f48907686d3ee562ec1c3bf42fadb/pymedphys/_dicom/header.py#L24-L33

mchamberland commented 3 years ago

@SimonBiggs Yup, that’s what I was missing. Thanks so much! I was able to send one of your sample plans to service mode.

Which means when we’re finally completely back up (probably a couple of weeks), I’ll be able to test what this thread was about: the arc Winston-Lutz!

SimonBiggs commented 3 years ago

Which means when we’re finally completely back up (probably a couple of weeks), I’ll be able to test what this thread was about: the arc Winston-Lutz!

Awesome :). Also, once everything is a bit more sane up/over there I'd be keen to hear what sort of things you've been working on :). Might be nice to have another video chat, send me a hola 🙂.

SimonBiggs commented 3 years ago

Also, you might be interested @mchamberland, I gave a talk that included the WLutz arc. It's over here: https://www.youtube.com/watch?v=_HeJBfkXfxg

:) Cheers, Simon

alihm1987 commented 3 years ago

Dear Simon,

Hope you are doing well

Can i have your personal email to contact you directly?

Best Regards

On Tue, May 18, 2021, 10:17 AM Simon Biggs @.***> wrote:

Closed #584 https://github.com/pymedphys/pymedphys/issues/584.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pymedphys/pymedphys/issues/584#event-4758355844, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOTFCAT7KI2OXJOCVQEUMIDTOH5OXANCNFSM4JPPVCXQ .

SimonBiggs commented 3 years ago

Sure, me@simonbiggs.net will catch me 🙂

Cheers, Simon

SimonBiggs commented 3 years ago

For PyMedPhys related queries I would prefer that you utilise the Discourse forum however:

https://pymedphys.discourse.group/

alihm1987 commented 3 years ago

Dear Simon,

Thanks for your kindly reply, As i told you before, i want to run your test over Elekta machine and i can run your test on several machine if you want because i am elekta distributor engineer and work on elekta machines in all of my country. So please give me a start point, and continue step by step till we can run all test for elekta machine without any problem and best accuracy.

Best Regards,

On Tue, May 18, 2021, 10:35 AM Simon Biggs @.***> wrote:

For PyMedPhys related queries I would prefer that you utilise the Discourse forum however:

https://pymedphys.discourse.group/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pymedphys/pymedphys/issues/584#issuecomment-842870927, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOTFCAVPUSMCL6WHF4FRFWDTOH7SNANCNFSM4JPPVCXQ .