<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Radiology Technician Schools</title>
	<atom:link href="http://www.radiology-technician-schools.com/radiology-schools/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radiology-technician-schools.com/radiology-schools</link>
	<description>How To Become a Radiology Technician</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:29:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on need advice on computers? by GrahamH</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/need-advice-on-computers/comment-page-1/#comment-2628</link>
		<dc:creator>GrahamH</dc:creator>
		<pubDate>Sat, 11 Feb 2012 03:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/need-advice-on-computers/#comment-2628</guid>
		<description>This is very involved and I don&#039;t think you are going to get many sensible answers. The following outline may help you.

Software specification: This is what the system should provide based on the criteria you have been given. Imagine yourself simply telling someone &quot; the system should do this and the system should do that&quot; - that&#039;s the basis of the specification.

Software Design: This is the breaking down of the specification into discreet individual parts. Each part should be self contained although data can be passed in from another part and the processed data passed out to a subsequent part.This normally involves flow charting and/or deciding on a &#039;top down&#039; or &#039;bottom up&#039; approach. Up to this point no consideration at all is taken (or at least should be taken!) of how the system is to be actually programmed.

Writing the Software: It is at this point that you consider what programming language(s) provide the best facilities to implement your design e.g. implemented entirely using one language or different parts written in different languages that are &#039;pulled together&#039; during the compilation stage.

Validation and Debugging: Individual parts should be tested as stand alone modules with ideally every possible way through them tested with valid and invalid data. Only when each does exactly what it is supposed to do is the whole system pulled together and re-tested as a whole.

All the above is an ideal that in practice is very unlikely to be adhered to by any system designers. If they all did the above we would never have systems that contained bugs! </description>
		<content:encoded><![CDATA[<p>This is very involved and I don&#8217;t think you are going to get many sensible answers. The following outline may help you.</p>
<p>Software specification: This is what the system should provide based on the criteria you have been given. Imagine yourself simply telling someone &#8221; the system should do this and the system should do that&#8221; &#8211; that&#8217;s the basis of the specification.</p>
<p>Software Design: This is the breaking down of the specification into discreet individual parts. Each part should be self contained although data can be passed in from another part and the processed data passed out to a subsequent part.This normally involves flow charting and/or deciding on a &#8216;top down&#8217; or &#8216;bottom up&#8217; approach. Up to this point no consideration at all is taken (or at least should be taken!) of how the system is to be actually programmed.</p>
<p>Writing the Software: It is at this point that you consider what programming language(s) provide the best facilities to implement your design e.g. implemented entirely using one language or different parts written in different languages that are &#8216;pulled together&#8217; during the compilation stage.</p>
<p>Validation and Debugging: Individual parts should be tested as stand alone modules with ideally every possible way through them tested with valid and invalid data. Only when each does exactly what it is supposed to do is the whole system pulled together and re-tested as a whole.</p>
<p>All the above is an ideal that in practice is very unlikely to be adhered to by any system designers. If they all did the above we would never have systems that contained bugs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on need advice on computers? by micealg</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/need-advice-on-computers/comment-page-1/#comment-2627</link>
		<dc:creator>micealg</dc:creator>
		<pubDate>Sat, 11 Feb 2012 03:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/need-advice-on-computers/#comment-2627</guid>
		<description>SOFTWARE SPECIFICATIONS
What does the software need to do?
How will it process data?
What Input does it require?
What benefits will it have over the current system in place?

SOFTWARE DESIGN
How will people interact with the program?
How will data flow within the system?
How long will the application take to develop?

WRITING THE SOFTWARE
What is the ideal language for this application?
What individual modules will the system comprise of?
Functions inherit to each module.
Pseudo code for each function.

VALIDATION AND DEBUGGING
What input will have to be validated and what criteria should it conform to?
Test plan for the application...
- How long will it take?
- What needs to be tested?
- Special test conditions?
</description>
		<content:encoded><![CDATA[<p>SOFTWARE SPECIFICATIONS<br />
What does the software need to do?<br />
How will it process data?<br />
What Input does it require?<br />
What benefits will it have over the current system in place?</p>
<p>SOFTWARE DESIGN<br />
How will people interact with the program?<br />
How will data flow within the system?<br />
How long will the application take to develop?</p>
<p>WRITING THE SOFTWARE<br />
What is the ideal language for this application?<br />
What individual modules will the system comprise of?<br />
Functions inherit to each module.<br />
Pseudo code for each function.</p>
<p>VALIDATION AND DEBUGGING<br />
What input will have to be validated and what criteria should it conform to?<br />
Test plan for the application&#8230;<br />
- How long will it take?<br />
- What needs to be tested?<br />
- Special test conditions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on need advice on computers? by colanth</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/need-advice-on-computers/comment-page-1/#comment-2626</link>
		<dc:creator>colanth</dc:creator>
		<pubDate>Sat, 11 Feb 2012 03:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/need-advice-on-computers/#comment-2626</guid>
		<description>It depends on where you&#039;re starting from.  If you have no prior experience in computer programming and database design, this is a 3 or 4 year project (evidently assigned by someone who also has no knowledge of what the project entails.)  You have to learn programming, program design, database design, software QA and at least 2 computer languages (SQL and a programming language to write the program itself in).

Most fairly experienced programmers know very little about program design, database design or program validation and testing.  In medical terms, that would be like a cardiac surgeon/gynecologist/neurosurgeon.  Not many good ones around.  And the body they&#039;re working on doesn&#039;t change every 6 months either.

I&#039;ve only been doing this for 35 years, and I&#039;d be a bit lost at your point in the project too.  (As a consultant, if I were asked to do this - including software validation - I&#039;d first research whether I could ask for more than 6 figures.  It&#039;s a VERY non-trivial assignment.)

Of course, if this is your senior project for a CS degree, you shouldn&#039;t be lost at all, just a bit shocked.</description>
		<content:encoded><![CDATA[<p>It depends on where you&#8217;re starting from.  If you have no prior experience in computer programming and database design, this is a 3 or 4 year project (evidently assigned by someone who also has no knowledge of what the project entails.)  You have to learn programming, program design, database design, software QA and at least 2 computer languages (SQL and a programming language to write the program itself in).</p>
<p>Most fairly experienced programmers know very little about program design, database design or program validation and testing.  In medical terms, that would be like a cardiac surgeon/gynecologist/neurosurgeon.  Not many good ones around.  And the body they&#8217;re working on doesn&#8217;t change every 6 months either.</p>
<p>I&#8217;ve only been doing this for 35 years, and I&#8217;d be a bit lost at your point in the project too.  (As a consultant, if I were asked to do this &#8211; including software validation &#8211; I&#8217;d first research whether I could ask for more than 6 figures.  It&#8217;s a VERY non-trivial assignment.)</p>
<p>Of course, if this is your senior project for a CS degree, you shouldn&#8217;t be lost at all, just a bit shocked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on After high school, do i have to go to college to become an x-ray tech? by RadTech - BAS RT(R)(ARRT)</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/after-high-school-do-i-have-to-go-to-college-to-become-an-x-ray-tech/comment-page-1/#comment-2625</link>
		<dc:creator>RadTech - BAS RT(R)(ARRT)</dc:creator>
		<pubDate>Fri, 10 Feb 2012 09:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/after-high-school-do-i-have-to-go-to-college-to-become-an-x-ray-tech/#comment-2625</guid>
		<description>You need to go through an accredited radiography program, which can be either through a college or a hospital. You can find programs at ARRT.org.</description>
		<content:encoded><![CDATA[<p>You need to go through an accredited radiography program, which can be either through a college or a hospital. You can find programs at ARRT.org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on After high school, do i have to go to college to become an x-ray tech? by my baseball team</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/after-high-school-do-i-have-to-go-to-college-to-become-an-x-ray-tech/comment-page-1/#comment-2624</link>
		<dc:creator>my baseball team</dc:creator>
		<pubDate>Fri, 10 Feb 2012 09:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/after-high-school-do-i-have-to-go-to-college-to-become-an-x-ray-tech/#comment-2624</guid>
		<description>An online associates degree while interning would probably be your best option</description>
		<content:encoded><![CDATA[<p>An online associates degree while interning would probably be your best option</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on After high school, do i have to go to college to become an x-ray tech? by Amaretta</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/after-high-school-do-i-have-to-go-to-college-to-become-an-x-ray-tech/comment-page-1/#comment-2623</link>
		<dc:creator>Amaretta</dc:creator>
		<pubDate>Fri, 10 Feb 2012 08:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/after-high-school-do-i-have-to-go-to-college-to-become-an-x-ray-tech/#comment-2623</guid>
		<description>You can get your training at a community college that offers those courses.</description>
		<content:encoded><![CDATA[<p>You can get your training at a community college that offers those courses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ultrasound Technician advice. help please!? by June Bugg</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/ultrasound-technician-advice-help-please/comment-page-1/#comment-2622</link>
		<dc:creator>June Bugg</dc:creator>
		<pubDate>Thu, 09 Feb 2012 13:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/ultrasound-technician-advice-help-please/#comment-2622</guid>
		<description>You can certainly get your AA and then go to a college for another two years to get your degree in ultrasound. However, there are also two-year AAS degrees available for ultrasound. The education is the same, except that you skip all the unnecessary general education classes. The job is the same after you graduate and, as long as you pass your ARDMS registry exams after graduation, you have the same chances of employment and the same pay as someone with a four-year education. I don&#039;t know about any programs that may be available in your area, but I know that there are a lot of community colleges that offer 2-year sonography degrees. There will always be prerequisites for any program, but, since you&#039;ve already had some college courses, you may have already fulfilled some prerequisites.

Diagnostic medical sonography is definitely a good job. It tends to have regular hours, pays well, and is meaningful as you are able to help patients. Employment outlook is also good. Of course, whether it&#039;s right for you depends on what you are looking for in a job.

I&#039;m not an ultrasound technologist yet, but I am a first-year student in a two-year program. I will be halfway through my program at the end of July this year (when I&#039;m going away to clinicals). If you have any more questions, feel free to email me; I&#039;d be happy to help any way I can!</description>
		<content:encoded><![CDATA[<p>You can certainly get your AA and then go to a college for another two years to get your degree in ultrasound. However, there are also two-year AAS degrees available for ultrasound. The education is the same, except that you skip all the unnecessary general education classes. The job is the same after you graduate and, as long as you pass your ARDMS registry exams after graduation, you have the same chances of employment and the same pay as someone with a four-year education. I don&#8217;t know about any programs that may be available in your area, but I know that there are a lot of community colleges that offer 2-year sonography degrees. There will always be prerequisites for any program, but, since you&#8217;ve already had some college courses, you may have already fulfilled some prerequisites.</p>
<p>Diagnostic medical sonography is definitely a good job. It tends to have regular hours, pays well, and is meaningful as you are able to help patients. Employment outlook is also good. Of course, whether it&#8217;s right for you depends on what you are looking for in a job.</p>
<p>I&#8217;m not an ultrasound technologist yet, but I am a first-year student in a two-year program. I will be halfway through my program at the end of July this year (when I&#8217;m going away to clinicals). If you have any more questions, feel free to email me; I&#8217;d be happy to help any way I can!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to become a sonographer? by Leigh23</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/how-to-become-a-sonographer-2/comment-page-1/#comment-2621</link>
		<dc:creator>Leigh23</dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/how-to-become-a-sonographer-2/#comment-2621</guid>
		<description>A bachelor&#039;s is really only necessary if you want to teach in the future, or become a department head at a hospital. The majority of Sonographers have Associate&#039;s degrees, and that is obviously the most common type of degree found offered for this field. 

As far as salary goes in ultrasound, you get paid more if you are Registered - which is why going through an accredited program is so important. And then you can increase your pay by obtaining additional registries. Employers usually only hire Registered Sonographers so that&#039;s what&#039;s crucial, type of degree is less important. 

I would only recommend technical colleges, community colleges, or hospital programs for Sonography. Trade/for-profit schools are not respected in this field and could hurt you when looking for a job.  Good luck :)

Helpful link: http://www.bls.gov/oco/ocos273.htm</description>
		<content:encoded><![CDATA[<p>A bachelor&#8217;s is really only necessary if you want to teach in the future, or become a department head at a hospital. The majority of Sonographers have Associate&#8217;s degrees, and that is obviously the most common type of degree found offered for this field. </p>
<p>As far as salary goes in ultrasound, you get paid more if you are Registered &#8211; which is why going through an accredited program is so important. And then you can increase your pay by obtaining additional registries. Employers usually only hire Registered Sonographers so that&#8217;s what&#8217;s crucial, type of degree is less important. </p>
<p>I would only recommend technical colleges, community colleges, or hospital programs for Sonography. Trade/for-profit schools are not respected in this field and could hurt you when looking for a job.  Good luck <img src='http://www.radiology-technician-schools.com/radiology-schools/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Helpful link: <a href="http://www.bls.gov/oco/ocos273.htm">http://www.bls.gov/oco/ocos273.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why do I feel like a looser sometimes? by ... Anna ....</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/why-do-i-feel-like-a-looser-sometimes/comment-page-1/#comment-2620</link>
		<dc:creator>... Anna ....</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/why-do-i-feel-like-a-looser-sometimes/#comment-2620</guid>
		<description>You&#039;re not a loser. I&#039;m 19 and I don&#039;t have my license. I don&#039;t like driving. I work part time too. Don&#039;t beat yourself up for not doing any of these things. You don&#039;t have to do any of these things to feel good about yourself. It&#039;s your life. There are plenty chances to re-do them again. Plus, you should feel lucky that there are other people in third world countries starving or living in poor conditions.</description>
		<content:encoded><![CDATA[<p>You&#8217;re not a loser. I&#8217;m 19 and I don&#8217;t have my license. I don&#8217;t like driving. I work part time too. Don&#8217;t beat yourself up for not doing any of these things. You don&#8217;t have to do any of these things to feel good about yourself. It&#8217;s your life. There are plenty chances to re-do them again. Plus, you should feel lucky that there are other people in third world countries starving or living in poor conditions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why do I feel like a looser sometimes? by biofreak1992</title>
		<link>http://www.radiology-technician-schools.com/radiology-schools/why-do-i-feel-like-a-looser-sometimes/comment-page-1/#comment-2619</link>
		<dc:creator>biofreak1992</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.radiology-technician-schools.com/radiology-schools/why-do-i-feel-like-a-looser-sometimes/#comment-2619</guid>
		<description>Could be that you can&#039;t spell &quot;loser&quot; correctly.
:D</description>
		<content:encoded><![CDATA[<p>Could be that you can&#8217;t spell &#8220;loser&#8221; correctly. <img src='http://www.radiology-technician-schools.com/radiology-schools/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

