Uses of Class
se.cambio.cds.openehr.model.ordinal.vo.OrdinalVO

Packages that use OrdinalVO
se.cambio.cds.openehr.model.facade.archetype.plain   
se.cambio.cds.openehr.model.facade.archetype.vo   
se.cambio.cds.openehr.view.applicationobjects   
 

Uses of OrdinalVO 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 OrdinalVO
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 OrdinalVO 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 OrdinalVO
 Collection<OrdinalVO> TemplateObjectBundleCustomVO.getOrdinalVOs()
           
 Collection<OrdinalVO> ArchetypeObjectBundleCustomVO.getOrdinalVOs()
           
 

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

Constructor parameters in se.cambio.cds.openehr.model.facade.archetype.vo with type arguments of type OrdinalVO
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 OrdinalVO in se.cambio.cds.openehr.view.applicationobjects
 

Methods in se.cambio.cds.openehr.view.applicationobjects that return OrdinalVO
static OrdinalVO Ordinals.getOrdinalVO(String idTemplate, String idParentArchetypeNode, Integer value)
           
 

Methods in se.cambio.cds.openehr.view.applicationobjects that return types with arguments of type OrdinalVO
static Map<Integer,OrdinalVO> Ordinals.getOrdinalTemplateMap(String idTemplate, String idParentArchetypeNode)
           
static Collection<OrdinalVO> Ordinals.getOrdinalVOs(String idTemplate, String idParentArchetypeNode)
           
 

Methods in se.cambio.cds.openehr.view.applicationobjects with parameters of type OrdinalVO
static void Ordinals.registerOrdinal(OrdinalVO ordinalVO)
           
 

Method parameters in se.cambio.cds.openehr.view.applicationobjects with type arguments of type OrdinalVO
static void Ordinals.loadOrdinals(Collection<OrdinalVO> ordinalVOs)
           
 



Copyright © 2013 Cambio. All Rights Reserved.