se.cambio.cds.openehr.view.applicationobjects
Class CodedTexts

Package class diagram package CodedTexts
java.lang.Object
  extended by se.cambio.cds.openehr.view.applicationobjects.CodedTexts

public class CodedTexts
extends Object


Method Summary
static Map<String,CodedTextVO> getCodedTextTemplateMap(String idTemplate, String idParentArchetypeNode)
           
static CodedTextVO getCodedTextVO(String idTemplate, String idParentArchetypeNode, String code)
           
static ArrayList<CodedTextVO> getCodedTextVOs(String idTemplate, String idParentArchetypeNode)
           
static CodedTexts getDelegate()
           
static void loadCodedTexts(Collection<CodedTextVO> codedTextVOs)
           
static void registerCodedText(CodedTextVO codedTextVO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadCodedTexts

public static void loadCodedTexts(Collection<CodedTextVO> codedTextVOs)

registerCodedText

public static void registerCodedText(CodedTextVO codedTextVO)

getCodedTextTemplateMap

public static Map<String,CodedTextVO> getCodedTextTemplateMap(String idTemplate,
                                                              String idParentArchetypeNode)

getCodedTextVO

public static CodedTextVO getCodedTextVO(String idTemplate,
                                         String idParentArchetypeNode,
                                         String code)

getCodedTextVOs

public static ArrayList<CodedTextVO> getCodedTextVOs(String idTemplate,
                                                     String idParentArchetypeNode)

getDelegate

public static CodedTexts getDelegate()


Copyright © 2013 Cambio. All Rights Reserved.