Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestResourceSearchParam
-
Uses of Conformance.RestResourceSearchParam in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionConformance.RestResourceSearchParam.addChain
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for chain ()Adds a new value for chain ()Conformance.Rest.addSearchParam()
Adds and returns a new value for searchParam ()Conformance.RestResource.addSearchParam()
Adds and returns a new value for searchParam ()Conformance.Rest.getSearchParamFirstRep()
Gets the first repetition for searchParam (), creating it if it does not already exist.Conformance.RestResource.getSearchParamFirstRep()
Gets the first repetition for searchParam (), creating it if it does not already exist.Sets the value(s) for chain ()Conformance.RestResourceSearchParam.setDefinition
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for definition ()Conformance.RestResourceSearchParam.setDefinition
(String theUri) Sets the value for definition ()Conformance.RestResourceSearchParam.setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()Conformance.RestResourceSearchParam.setDocumentation
(String theString) Sets the value for documentation ()Conformance.RestResourceSearchParam.setModifier
(SearchModifierCodeEnum theValue) Sets the value(s), and clears any existing value(s) for modifier ()Conformance.RestResourceSearchParam.setModifier
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<SearchModifierCodeEnum>> theValue) Sets the value(s) for modifier ()Conformance.RestResourceSearchParam.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Conformance.RestResourceSearchParam.setTarget
(ResourceTypeEnum theValue) Sets the value(s), and clears any existing value(s) for target ()Conformance.RestResourceSearchParam.setTarget
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue) Sets the value(s) for target ()Conformance.RestResourceSearchParam.setType
(SearchParamTypeEnum theValue) Sets the value(s) for type ()Conformance.RestResourceSearchParam.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchParamTypeEnum> theValue) Sets the value(s) for type ()Modifier and TypeMethodDescriptionConformance.Rest.getSearchParam()
Gets the value(s) for searchParam ().Conformance.RestResource.getSearchParam()
Gets the value(s) for searchParam ().Modifier and TypeMethodDescriptionConformance.Rest.addSearchParam
(Conformance.RestResourceSearchParam theValue) Adds a given new value for searchParam ()Conformance.RestResource.addSearchParam
(Conformance.RestResourceSearchParam theValue) Adds a given new value for searchParam ()Modifier and TypeMethodDescriptionConformance.Rest.setSearchParam
(List<Conformance.RestResourceSearchParam> theValue) Sets the value(s) for searchParam ()Conformance.RestResource.setSearchParam
(List<Conformance.RestResourceSearchParam> theValue) Sets the value(s) for searchParam ()