Class CompartmentReference
- java.lang.Object
-
- com.ibm.fhir.search.reference.value.CompartmentReference
-
public class CompartmentReference extends Object
Represents a reference to a resource compartment extracted by SearchUtil
-
-
Constructor Summary
Constructors Constructor Description CompartmentReference(String parameterName, String referenceResourceType, String referenceResourceValue)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getParameterName()
String
getReferenceResourceType()
String
getReferenceResourceValue()
int
hashCode()
-