Package ca.uhn.fhir.context.support
Class IContextValidationSupport.CodingConceptProperty
- java.lang.Object
-
- ca.uhn.fhir.context.support.IContextValidationSupport.BaseConceptProperty
-
- ca.uhn.fhir.context.support.IContextValidationSupport.CodingConceptProperty
-
public static class IContextValidationSupport.CodingConceptProperty extends IContextValidationSupport.BaseConceptProperty
-
-
Constructor Summary
Constructors Constructor Description CodingConceptProperty(String theName, String theCodeSystem, String theCode, String theDisplay)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()StringgetCodeSystem()StringgetDisplay()-
Methods inherited from class ca.uhn.fhir.context.support.IContextValidationSupport.BaseConceptProperty
getPropertyName
-
-
-
-
Constructor Detail
-
CodingConceptProperty
public CodingConceptProperty(String theName, String theCodeSystem, String theCode, String theDisplay)
Constructor- Parameters:
theName- The name
-
-
Method Detail
-
getCodeSystem
public String getCodeSystem()
-
getDisplay
public String getDisplay()
-
-