public ExamineLungsAuscultateLungLobe(bool targetLeftLung, LungLobeLocation targetLobe)
 {
     _targetLeftLung = targetLeftLung;
     _targetLobe     = targetLobe;
 }
 public ExamineLungsPrecussLungLobe(bool targetLeftLung, LungLobeLocation targetLobe)
 {
     _targetLeftLung = targetLeftLung;
     _targetLobe     = targetLobe;
 }
 public ExamineBronchoscopySample(bool targetLeftLung, LungLobeLocation targetLobe)
 {
     _targetLeftLung = targetLeftLung;
     _targetLobe     = targetLobe;
 }