Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLClassification
Package
Description
-
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createClassification
(EbXMLObjectLibrary objectLibrary) Creates a new classification.EbXMLRegistryObject.getSingleClassification
(String scheme) Returns the first classification matching the given scheme.Modifier and TypeMethodDescriptionEbXMLObjectContainer.getClassifications()
EbXMLRegistryObject.getClassifications()
EbXMLRegistryObject.getClassifications
(String scheme) Returns the classification matching the given scheme.Modifier and TypeMethodDescriptionvoid
EbXMLObjectContainer.addClassification
(EbXMLClassification classification) Adds a classification to this container.void
EbXMLRegistryObject.addClassification
(EbXMLClassification classification, String scheme) Adds a classification to this entry with a random id. -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeMethodDescriptionEbXMLFactory30.createClassification
(EbXMLObjectLibrary objectLibrary) EbXMLRegistryObject30.getSingleClassification
(String scheme) Modifier and TypeMethodDescriptionEbXMLObjectContainer30.getClassifications()
EbXMLRegistryObject30.getClassifications()
EbXMLRegistryObject30.getClassifications
(String scheme) Modifier and TypeMethodDescriptionvoid
EbXMLObjectContainer30.addClassification
(EbXMLClassification classification) void
EbXMLRegistryObject30.addClassification
(EbXMLClassification classification, String scheme) -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.metadata
Modifier and TypeMethodDescriptionvoid
XDSMetaClass.setExtraClassifications
(List<EbXMLClassification> extraClassifications) -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters
Modifier and TypeMethodDescriptionClassificationListAdapter.unmarshal
(ClassificationList classificationList) Modifier and TypeMethodDescriptionClassificationListAdapter.marshal
(List<EbXMLClassification> ebXMLClassifications) -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Modifier and TypeMethodDescriptionprotected EbXMLClassification
LeafClassTransformer.createClassification
(String classified, String node, EbXMLObjectLibrary library) AuthorTransformer.toEbXML
(Author author, EbXMLObjectLibrary objectLibrary) Transforms anAuthor
to aEbXMLClassification
.CodeTransformer.toEbXML
(Code code, EbXMLObjectLibrary objectLibrary) Transforms aCode
instance to aEbXMLClassification
.Modifier and TypeMethodDescriptionAuthorTransformer.fromEbXML
(EbXMLClassification classification) Transforms an aEbXMLClassification
toAuthor
.CodeTransformer.fromEbXML
(EbXMLClassification classification) Transforms aEbXMLClassification
to aCode
instance. -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.validate
Modifier and TypeMethodDescriptionstatic void
ClassificationValidation.assertDisplayNamePresent
(EbXMLClassification classification, String classificationScheme)