Package org.ehrbase.webtemplate.parser
Class OPTParser
- java.lang.Object
-
- org.ehrbase.webtemplate.parser.OPTParser
-
public class OPTParser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.nedap.archie.rminfo.ArchieRMInfoLookupARCHIE_RM_INFO_LOOKUPstatic StringCAREFLOW_STEPstatic StringCODED_TEXTstatic StringCURRENT_STATEstatic StringOPENEHRstatic StringPATH_DIVIDER
-
Constructor Summary
Constructors Constructor Description OPTParser(OPERATIONALTEMPLATE operationaltemplate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringbuildId(String term)static voidmakeIdUnique(WebTemplateNode node)WebTemplateparse()
-
-
-
Field Detail
-
PATH_DIVIDER
public static final String PATH_DIVIDER
- See Also:
- Constant Field Values
-
ARCHIE_RM_INFO_LOOKUP
public static final com.nedap.archie.rminfo.ArchieRMInfoLookup ARCHIE_RM_INFO_LOOKUP
-
CAREFLOW_STEP
public static final String CAREFLOW_STEP
- See Also:
- Constant Field Values
-
CODED_TEXT
public static final String CODED_TEXT
- See Also:
- Constant Field Values
-
OPENEHR
public static final String OPENEHR
- See Also:
- Constant Field Values
-
CURRENT_STATE
public static final String CURRENT_STATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OPTParser
public OPTParser(OPERATIONALTEMPLATE operationaltemplate)
-
-
Method Detail
-
parse
public WebTemplate parse()
-
makeIdUnique
public static void makeIdUnique(WebTemplateNode node)
-
-