File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/Hl7.Fhir.Specification/Validation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1212
1313namespace Hl7 . Fhir . Validation
1414{
15-
16- internal static class ElementDefinitionNavigatorExtensions
15+ public static class ElementDefinitionNavigatorExtensions
1716 {
18- public static string GetFhirPathConstraint ( this ElementDefinition . ConstraintComponent cc )
17+ internal static string GetFhirPathConstraint ( this ElementDefinition . ConstraintComponent cc )
1918 {
2019 // This was required for 3.0.0, but was rectified in the 3.0.1 technical update
2120 //if (cc.Key == "ele-1")
@@ -37,7 +36,7 @@ public static bool IsResourcePlaceholder(this ElementDefinition ed)
3736
3837 public static bool IsSlicing ( this ElementDefinitionNavigator nav ) => nav . Current . Slicing != null ;
3938
40- public static string ConstraintDescription ( this ElementDefinition . ConstraintComponent cc )
39+ internal static string ConstraintDescription ( this ElementDefinition . ConstraintComponent cc )
4140 {
4241 var desc = cc . Key ;
4342
You can’t perform that action at this time.
0 commit comments