
Package ca.uhn.fhir.util
Class FhirVersionIndependentConcept
- java.lang.Object
-
- ca.uhn.fhir.util.FhirVersionIndependentConcept
-
- All Implemented Interfaces:
Comparable<FhirVersionIndependentConcept>
public class FhirVersionIndependentConcept extends Object implements Comparable<FhirVersionIndependentConcept>
-
-
Constructor Summary
Constructors Constructor Description FhirVersionIndependentConcept(String theSystem, String theCode)
ConstructorFhirVersionIndependentConcept(String theSystem, String theCode, String theDisplay)
FhirVersionIndependentConcept(String theSystem, String theCode, String theDisplay, String theSystemVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FhirVersionIndependentConcept theOther)
boolean
equals(Object theO)
String
getCode()
String
getDisplay()
String
getSystem()
String
getSystemVersion()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
FhirVersionIndependentConcept
public FhirVersionIndependentConcept(String theSystem, String theCode)
Constructor
-
FhirVersionIndependentConcept
public FhirVersionIndependentConcept(String theSystem, String theCode, String theDisplay)
-
FhirVersionIndependentConcept
public FhirVersionIndependentConcept(String theSystem, String theCode, String theDisplay, String theSystemVersion)
-
-
Method Detail
-
getDisplay
public String getDisplay()
-
getSystemVersion
public String getSystemVersion()
-
compareTo
public int compareTo(FhirVersionIndependentConcept theOther)
- Specified by:
compareTo
in interfaceComparable<FhirVersionIndependentConcept>
-
-