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 TypeMethodDescriptionvoidEbXMLObjectContainer.addClassification(EbXMLClassification classification) Adds a classification to this container.voidEbXMLRegistryObject.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 TypeMethodDescriptionvoidEbXMLObjectContainer30.addClassification(EbXMLClassification classification) voidEbXMLRegistryObject30.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 TypeMethodDescriptionvoidXDSMetaClass.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 EbXMLClassificationLeafClassTransformer.createClassification(String classified, String node, EbXMLObjectLibrary library) AuthorTransformer.toEbXML(Author author, EbXMLObjectLibrary objectLibrary) Transforms anAuthorto aEbXMLClassification.CodeTransformer.toEbXML(Code code, EbXMLObjectLibrary objectLibrary) Transforms aCodeinstance 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 aEbXMLClassificationtoAuthor.CodeTransformer.fromEbXML(EbXMLClassification classification) Transforms aEbXMLClassificationto aCodeinstance. -
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 voidClassificationValidation.assertDisplayNamePresent(EbXMLClassification classification, String classificationScheme)