Package org.linuxforhealth.fhir.profile
Class ConstraintGenerator
- java.lang.Object
-
- org.linuxforhealth.fhir.profile.ConstraintGenerator
-
@NotThreadSafe public class ConstraintGenerator extends java.lang.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.ConstraintGenerationException
(package private) static class
ConstraintGenerator.Node
(package private) static class
ConstraintGenerator.Tree
-
Constructor Summary
Constructors Constructor Description ConstraintGenerator(StructureDefinition profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Constraint>
generate()
-
-
-
Constructor Detail
-
ConstraintGenerator
public ConstraintGenerator(StructureDefinition profile)
-
-
Method Detail
-
generate
public java.util.List<Constraint> generate()
-
-