Uses of Class
se.cambio.cds.openehr.model.cluster.vo.ClusterVO

Packages that use ClusterVO
se.cambio.cds.gdl.editor.view.util   
se.cambio.cds.openehr.model.facade.archetype.plain   
se.cambio.cds.openehr.model.facade.archetype.vo   
se.cambio.cds.openehr.util   
se.cambio.cds.openehr.view.applicationobjects   
 

Uses of ClusterVO in se.cambio.cds.gdl.editor.view.util
 

Methods in se.cambio.cds.gdl.editor.view.util with parameters of type ClusterVO
static SelectableNode<Object> ClusterNodesUtil.createClusterNode(ClusterVO clusterVO, Object object)
           
 

Uses of ClusterVO in se.cambio.cds.openehr.model.facade.archetype.plain
 

Method parameters in se.cambio.cds.openehr.model.facade.archetype.plain with type arguments of type ClusterVO
static void PlainArchetypeFacadeDelegate.loadArchetypeObjects(org.openehr.am.archetype.Archetype ar, String idTemplate, Collection<ArchetypeElementVO> archetypeElementVOs, Collection<ClusterVO> clusterVOs, Collection<CodedTextVO> codedTextVOs, Collection<OrdinalVO> ordinalVOs, Collection<ArchetypeSlotVO> archetypeSlotVOs, Collection<UnitVO> unitVOs, Collection<ProportionTypeVO> proportionTypeVOs, String language)
           
 

Uses of ClusterVO in se.cambio.cds.openehr.model.facade.archetype.vo
 

Methods in se.cambio.cds.openehr.model.facade.archetype.vo that return types with arguments of type ClusterVO
 Collection<ClusterVO> TemplateObjectBundleCustomVO.getClusterVOs()
           
 Collection<ClusterVO> ArchetypeObjectBundleCustomVO.getClusterVOs()
           
 

Method parameters in se.cambio.cds.openehr.model.facade.archetype.vo with type arguments of type ClusterVO
 void TemplateObjectBundleCustomVO.setClusterVOs(Collection<ClusterVO> clusterVOs)
           
 void ArchetypeObjectBundleCustomVO.setClusterVOs(Collection<ClusterVO> clusterVOs)
           
 

Constructor parameters in se.cambio.cds.openehr.model.facade.archetype.vo with type arguments of type ClusterVO
ArchetypeObjectBundleCustomVO(ArchetypeDTO archetypeVO, Collection<ArchetypeElementVO> archetypeElementVOs, Collection<ClusterVO> clusterVOs, Collection<ArchetypeSlotVO> archetypeSlotVOs, Collection<CodedTextVO> codedTextVOs, Collection<OrdinalVO> ordinalVOs, Collection<UnitVO> unitVOs, Collection<ProportionTypeVO> proportionTypeVOs)
           
TemplateObjectBundleCustomVO(TemplateDTO templateVO, Collection<ArchetypeElementVO> archetypeElementVOs, Collection<ClusterVO> clusterVOs, Collection<ArchetypeSlotVO> archetypeSlotVOs, Collection<CodedTextVO> codedTextVOs, Collection<OrdinalVO> ordinalVOs, Collection<UnitVO> unitVOs, Collection<ProportionTypeVO> proportionTypeVOs)
           
 

Uses of ClusterVO in se.cambio.cds.openehr.util
 

Methods in se.cambio.cds.openehr.util that return ClusterVO
static ClusterVO DVSwingUtil.getSection(ArchetypeElementVO archetypeElementVO, int level)
           
 

Uses of ClusterVO in se.cambio.cds.openehr.view.applicationobjects
 

Methods in se.cambio.cds.openehr.view.applicationobjects that return ClusterVO
static ClusterVO Clusters.getClusterVO(String idTemplate, String idCluster)
           
static ClusterVO Clusters.getClusterVOWithCardinalityGT1(String idTemplate, String idCluster)
           
 

Methods in se.cambio.cds.openehr.view.applicationobjects that return types with arguments of type ClusterVO
static ArrayList<ClusterVO> ArchetypeElements.getClusters(ArchetypeElementVO archetypeElementVO)
           
static Collection<ClusterVO> Clusters.getSections(String idTemplate)
           
 

Methods in se.cambio.cds.openehr.view.applicationobjects with parameters of type ClusterVO
static void Clusters.registerCluster(ClusterVO clusterVO)
           
 

Method parameters in se.cambio.cds.openehr.view.applicationobjects with type arguments of type ClusterVO
static void Clusters.loadClusters(Collection<ClusterVO> clusterVOs)
           
 



Copyright © 2013 Cambio. All Rights Reserved.