Class CanonicalSupport
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.index.CanonicalSupport
-
public class CanonicalSupport extends java.lang.ObjectUtility methods supporting the processing of profile search parameters which are stored using common_canonical_values
-
-
Constructor Summary
Constructors Constructor Description CanonicalSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProfileParametercreateProfileParameter(java.lang.String name, java.lang.String stringValue)Split the given string value to extract the profile url, version and fragment parts if they exist
-
-
-
Method Detail
-
createProfileParameter
public static ProfileParameter createProfileParameter(java.lang.String name, java.lang.String stringValue)
Split the given string value to extract the profile url, version and fragment parts if they exist- Parameters:
stringValue-- Returns:
-
-