Class DefaultNamingSystemServiceImpl
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.support.AbstractNamingSystemServiceImpl
org.openehealth.ipf.commons.ihe.fhir.support.DefaultNamingSystemServiceImpl
- All Implemented Interfaces:
NamingSystemService
Default Implementation of a NamingSystem that loads and parses a Bundle of NamingSystem
resources using a Reader or from a FHIR server.
- Since:
- 3.6
- Author:
- Christian Ohr
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.fhir.support.AbstractNamingSystemServiceImpl
namingSystems
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddNamingSystemsFromJson
(Reader reader) addNamingSystemsFromXml
(Reader reader) void
setNamingSystemsFromJson
(URL... urls) void
setNamingSystemsFromXml
(URL... urls) Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.support.AbstractNamingSystemServiceImpl
addNamingSystems, findNamingSystems
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.ihe.fhir.support.NamingSystemService
findActiveNamingSystemByTypeAndValue, findFirstNamingSystem
-
Constructor Details
-
DefaultNamingSystemServiceImpl
-
-
Method Details
-
addNamingSystemsFromXml
-
setNamingSystemsFromXml
- Throws:
IOException
-
addNamingSystemsFromJson
-
setNamingSystemsFromJson
- Throws:
IOException
-
addNamingSystemsFromFhirServer
-