Class SearchParameter

java.lang.Object
ca.uhn.fhir.tinder.model.SearchParameter

public class SearchParameter extends Object
  • Constructor Details

    • SearchParameter

      public SearchParameter(String theVersion, String theResourceName)
  • Method Details

    • addCompartment

      public void addCompartment(String theCompartment)
    • getCompartments

      public List<String> getCompartments()
    • getCompositeOf

      public List<String> getCompositeOf()
    • getCompositeTypes

      public List<String> getCompositeTypes()
    • getConstantName

      public String getConstantName()
    • getDescription

      public String getDescription()
    • getFluentConstantName

      public String getFluentConstantName()
    • getName

      public String getName()
    • getNameCapitalized

      public String getNameCapitalized()
    • getPath

      public String getPath()
    • getPaths

      public List<SearchParameter.Include> getPaths()
    • getTargetTypes

      public List<String> getTargetTypes()
    • getType

      public String getType()
    • getTypeCapitalized

      public String getTypeCapitalized()
    • setCompositeOf

      public void setCompositeOf(List<String> theCompositeOf)
    • setCompositeTypes

      public void setCompositeTypes(List<String> theCompositeTypes)
    • setDescription

      public void setDescription(String theDescription)
    • setName

      public void setName(String theName)
    • setPath

      public void setPath(String thePath)
    • addTargetType

      public void addTargetType(String theTargetType)
    • setType

      public void setType(String theType)