Choose a head covering

Thursday, June 25, 2009

Chemo week 3

This week has been great. I have lot of energy. My stomach is not upset. I've been eating like a pig! I might even break into the 140 pounds club. So if this is the pattern of one bad week after chemo and then two good weeks I can deal with it.

On the downside there was lots of hair on my pillow this morning. The doctor told me I would lose my hair. But the infusion nurse said I may not. I was resigned to the fact I was going to lose my hair until the nurse gave me hope. I was hoping I would dodge this bullet, but I guess you can't be a "real" chemo patient if you don't lose your hair. I'm going to take a preemptive strike tonight and get my hair buzzed. But after all my hair falls out I have some choices. Please take the survey above to help me choose my new look.

I could go with the natural Kojak look:


The Hulk Hogan doo rag look:


Or the Bret Michaels doo rag plus cowboy hat look:












Wednesday, June 17, 2009

Chemo week 2

I sure some of you were worried I may have kill myself after the last post. Nope still here ;-) Week 2 has been better, not good, but better. I stopped taking the nausea medicine on Sat. because it wasn't working. By Monday my stomach started feeling better, I don't know if the effect of chemo wore off or the medicine was making me feel bad. The doctor basically told me if I was vomiting then my nausea wasn't that bad!

The fog in my head has also lifted mostly. They told me about "Chemo Brain" which they said I would be forgetful. But I wasn't really forgetful it was just hard to concentrate on anything. I've worked full days starting on Friday. I'm not 100% but I'm getting work accomplished. Trust me when you are programming you need to concentrate. I inserted an example below for those of you who have never seen code.

So I'm hopeful that maybe I'll only have 1 bad week out of every 3. My white blood cells will crash from days 10 to 14 and I'm supposed to be more tired. That hasn't happened yet.

Code to compare 2 files: (This is the simple stuff)

public static void compareFiles(String imdataDir, String imbdatDir) {

BufferedReader brImdata = null;
BufferedReader brImbdata = null;
int fileCnt = 0;

esrExtentions.add(".esr");

try {
File[] fileNames = filesToProcess(imdataDir, esrExtentions);

for (int x = 0; x < fileNames.length; x++) {
File fileImdata = fileNames[x];

fileCnt++;
if (fileCnt % 100 == 0 ) {
System.out.println("Files Processed " + fileCnt);
}

File fileImbdata = getBdataFile(imbdatDir + "\\" + fileImdata.getName());

if (fileImbdata.isFile()) {

boolean isFileDif = false;
int lineCnt = 0;

brImdata = new BufferedReader(new FileReader(fileImdata));
brImbdata = new BufferedReader(new FileReader(fileImbdata));
String lineImdata = null;
String lineImbdata = null;

while ((lineImdata = brImdata.readLine()) != null) {
lineCnt++;
lineImbdata = brImbdata.readLine();
if (lineCnt > 1) {
if (lineImbdata != null) {
if (!lineImdata.equals(lineImbdata)) {
System.out.println("line # " + lineCnt + " " + lineImdata);
System.out.println("line #B " + lineCnt + " " + lineImbdata);
isFileDif = true;
}

} else {
isFileDif = true;
}
}
}
if (brImbdata.readLine() != null) {
isFileDif = true;
}
if (isFileDif) {
System.err.println(" File is different " + fileImdata.getName());
}

brImdata.close();
brImbdata.close();
}

}

} catch (IOException ioe) {
ioe.printStackTrace();
}

}

Sunday, June 14, 2009

This is not going to be easy

After the first couple of days of chemo I thought I was going to skate through this without it being too bad. Well I was wrong. My stomach is still very upset. Nothing seems to help it. The doctor changed my medicine but it didn't work. I have an appointment with him on Monday so maybe some other medicine will work. The only thing that seems to help is lying down.

The worst thing about this is my head is in a fog. I can't concentrate to read or even watch TV. So I feel like I wandering around doing nothing all day, just waiting until it is time to sleep.

Sorry for the downer of a post, but I said I wasn't going to sugar coat it. Hopefully the next two weeks will be better.

Tuesday, June 9, 2009

Chemo Day 2

Well I made it to work today, but only for half a day. I was very tired and came home and took a nap after lunch. My stomach is very upset. I'm going to try to get a different nausea medicine for tomorrow.

On to tomorrow.

Monday, June 8, 2009

Chemo Day 1

Warning if you don't really want to know how chemo effects you stop reading now.

I'm not going to sugar coat it, but today was good.

I arrived at the infusion center at 8:00 AM. They gave me a little tour of the place. Where the food and drinks was stored (because I trying not to eat any sugar I can't eat 90% of it). The bathroom, the nurses station, etc. They then sat Bridget and I down and gave us a bunch of material to read over about chemo and explained the procedure.

Then we started. My chemo is called R-CHOP. First they administered Rituximab.

Rituximab (Mabthera®) belongs to a group of drugs known as monoclonal antibodies. It is used to treat several different types of B-cell non-Hodgkin lymphoma.

Monoclonal antibodies are used to try to destroy some types of cancer cells, while causing little harm to normal cells. They are designed to recognise certain proteins that are found on the surface of some cancer cells. The monoclonal antibody recognises the protein and locks onto it (like a key in a lock). This may then trigger the body’s immune system to attack the cancer cells and can sometimes make the cells destroy themselves

They start with a low dosage of the drug at first and then slowly increase the amount every 30 minutes. After the 3rd round my throat started feeling very sore and my nose started running. They stopped the treatment and gave me some hydrocortisone which lessened the soreness in my throat. Then the treatment was started again. It lasted until 2:00 PM.

Next I was given a anti-nausea medicine through the IV, sorry don't remember the name. It took about 30 minutes.

Next I was give Doxorubicin which is a chemo drug that is a red fluid injected in a big syringe. I had to suck on ice chips to constrict the blood vessels in my mouth to reduce the chance of mouth sores. This only took about 5 minutes.

Finally I was given Cyclophosphamide through the IV. This took about 30 minutes and I was all finished.

I have to take prednisolone, which is a steroid in pill form over the next 5 days. This revs up your immune system (the nurses words) and told me I would be very tired after I stoppled taking it.

OK, but how do you feel. Well the whole thing was pretty anticlimactic. I'm tired and my port site hurts and I have a headache, but not too bad. I had a lot of anxiety about what to expect which made it worse. As the drugs were going into me I kept waiting to feel bad. We will see what tomorrow brings and I will let you know about it.

My chair:


My view and TV:

Friday, June 5, 2009

Port

I had the port put in this morning. The surgery was a little more involved than I anticipated. It took about 45 minutes. It is now 3 hours after the surgery and I'm in a little pain but nothing too bad.

Wikipedia defines a port this way:
In medicine, a port (or portacath) is a small medical appliance that is installed beneath the skin.. A catheter connects the port to a vein. Under the skin, the port has a septum through which drugs can be injected and blood samples can be drawn many times, usually with less discomfort for the patient than a more typical "needle stick".
Ports are used mostly to treat hematology and oncology patients, but recently ports have been adapted also for hemodialysis patients.
The port is usually inserted in the upper chest, just below the clavicle or collar bone, leaving the patient's hands free.



This is what they put in me.




It was inserted in the upper right part of my chest.



Update:

I woke up this morning and the site where the port was put in is very stiff. It hurts to raise my arm over my shoulder. I will have to ask the doctor why she put the port in the right side since I'm right handed.