org.eclipse.ohf.bridge.conf
Class AbstractRhioDedicatedResources

java.lang.Object
  extended by org.eclipse.ohf.bridge.conf.AbstractRhioDedicatedResources
All Implemented Interfaces:
RhioDedicatedResources

public abstract class AbstractRhioDedicatedResources
extends java.lang.Object
implements RhioDedicatedResources


Constructor Summary
AbstractRhioDedicatedResources(org.eclipse.ohf.bridge.conf.rhio.RhioConfig pConfig)
           
 
Method Summary
 org.eclipse.ohf.bridge.conf.rhio.RhioConfig getRhioConfiguration()
           
 void normalizePatientInfo(PatientIdType pPatientId)
          This method fills up default values to the patient id object in case they are empty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRhioDedicatedResources

public AbstractRhioDedicatedResources(org.eclipse.ohf.bridge.conf.rhio.RhioConfig pConfig)
Method Detail

normalizePatientInfo

public void normalizePatientInfo(PatientIdType pPatientId)
                          throws UnavailableResourcesException
Description copied from interface: RhioDedicatedResources
This method fills up default values to the patient id object in case they are empty

Specified by:
normalizePatientInfo in interface RhioDedicatedResources
Throws:
UnavailableResourcesException

getRhioConfiguration

public org.eclipse.ohf.bridge.conf.rhio.RhioConfig getRhioConfiguration()
Specified by:
getRhioConfiguration in interface RhioDedicatedResources