se.cambio.cds.ts
Interface TerminologyServicePlugin

Package class diagram package TerminologyServicePlugin
All Superinterfaces:
TerminologyService
All Known Implementing Classes:
CSVTerminologyServicePlugin, DummyTerminologyServicePlugin, ICD10TerminologyServicePlugin

public interface TerminologyServicePlugin
extends TerminologyService


Method Summary
 String getTerminologyId()
           
 void init(InputStream is)
           
 
Methods inherited from interface se.cambio.cds.ts.TerminologyService
getSupportedTerminologies, hasPropertyOfValue, isSubclassOf, isSubclassOf, isTerminologySupported, retrieve, retrieveAll, retrieveAllPossibleValues, retrieveAllSubclasses, retrieveTerm
 

Method Detail

getTerminologyId

String getTerminologyId()

init

void init(InputStream is)
          throws InternalErrorException
Throws:
InternalErrorException


Copyright © 2013 Cambio. All Rights Reserved.