Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLClassification
Packages that use EbXMLClassification
Package
Description
-
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLClassificationModifier and TypeMethodDescriptionEbXMLFactory.createClassification
(EbXMLObjectLibrary objectLibrary) Creates a new classification.EbXMLRegistryObject.getSingleClassification
(String scheme) Returns the first classification matching the given scheme.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return types with arguments of type EbXMLClassificationModifier and TypeMethodDescriptionEbXMLObjectContainer.getClassifications()
EbXMLRegistryObject.getClassifications()
EbXMLRegistryObject.getClassifications
(String scheme) Returns the classification matching the given scheme.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type EbXMLClassificationModifier 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
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLClassificationMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLClassificationModifier and TypeMethodDescriptionEbXMLFactory30.createClassification
(EbXMLObjectLibrary objectLibrary) EbXMLRegistryObject30.getSingleClassification
(String scheme) Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type EbXMLClassificationModifier and TypeMethodDescriptionEbXMLObjectContainer30.getClassifications()
EbXMLRegistryObject30.getClassifications()
EbXMLRegistryObject30.getClassifications
(String scheme) Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type EbXMLClassificationModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return types with arguments of type EbXMLClassificationMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.metadata with type arguments of type EbXMLClassificationModifier and TypeMethodDescriptionvoid
XDSMetaClass.setExtraClassifications
(List<EbXMLClassification> extraClassifications) -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters that return types with arguments of type EbXMLClassificationModifier and TypeMethodDescriptionClassificationListAdapter.unmarshal
(ClassificationList classificationList) Method parameters in org.openehealth.ipf.commons.ihe.xds.core.metadata.jaxbadapters with type arguments of type EbXMLClassificationModifier and TypeMethodDescriptionClassificationListAdapter.marshal
(List<EbXMLClassification> ebXMLClassifications) -
Uses of EbXMLClassification in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml that return EbXMLClassificationModifier 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
.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type EbXMLClassificationModifier 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
Methods in org.openehealth.ipf.commons.ihe.xds.core.validate with parameters of type EbXMLClassificationModifier and TypeMethodDescriptionstatic void
ClassificationValidation.assertDisplayNamePresent
(EbXMLClassification classification, String classificationScheme)