
Package ca.uhn.fhir.mdm.rules.json
Class MdmResourceSearchParamJson
java.lang.Object
ca.uhn.fhir.mdm.rules.json.MdmResourceSearchParamJson
public class MdmResourceSearchParamJson
extends Object
implements ca.uhn.fhir.model.api.IModelJson, Iterable<String>
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSearchParam(String theSearchParam) iterator()setResourceType(String theResourceType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MdmResourceSearchParamJson
public MdmResourceSearchParamJson()
-
-
Method Details