Package com.ibm.fhir.profile
Class ConstraintGenerator
- java.lang.Object
-
- com.ibm.fhir.profile.ConstraintGenerator
-
public class ConstraintGenerator extends Object
A class used to generate FHIRPath expressions from a profile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
ConstraintGenerator.Node
(package private) static class
ConstraintGenerator.Tree
-
Constructor Summary
Constructors Constructor Description ConstraintGenerator(StructureDefinition profile)
-
-
-
Constructor Detail
-
ConstraintGenerator
public ConstraintGenerator(StructureDefinition profile)
-
-
Method Detail
-
generate
public List<Constraint> generate()
-
-