Class DomainStructure
- java.lang.Object
-
- org.ehrbase.ehr.encode.wrappers.json.writer.translator_db2raw.DomainStructure
-
public class DomainStructure extends Object
Created by christian on 4/26/2018.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPEN_EHR_EHR
-
Constructor Summary
Constructors Constructor Description DomainStructure(String nodeIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringarchetypeSlotType()booleanisArchetypeSlot()is it a composition structure element?
-
-
-
Field Detail
-
OPEN_EHR_EHR
public static final String OPEN_EHR_EHR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DomainStructure
public DomainStructure(String nodeIdentifier)
-
-
Method Detail
-
isArchetypeSlot
public boolean isArchetypeSlot()
is it a composition structure element?- Returns:
-
archetypeSlotType
public String archetypeSlotType()
-
-