org.eclipse.ohf.bridge.conf
Interface RhioDedicatedResources

All Known Implementing Classes:
AbstractRhioDedicatedResources

public interface RhioDedicatedResources


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
 

Method Detail

normalizePatientInfo

void normalizePatientInfo(PatientIdType pPatientId)
                          throws UnavailableResourcesException
This method fills up default values to the patient id object in case they are empty

Parameters:
pPatientInfo -
Throws:
UnavailableResourcesException

getRhioConfiguration

org.eclipse.ohf.bridge.conf.rhio.RhioConfig getRhioConfiguration()