
Package ca.uhn.fhir.context.support
Class IValidationSupport.CodingConceptProperty
- java.lang.Object
-
- ca.uhn.fhir.context.support.IValidationSupport.BaseConceptProperty
-
- ca.uhn.fhir.context.support.IValidationSupport.CodingConceptProperty
-
- Enclosing interface:
- IValidationSupport
public static class IValidationSupport.CodingConceptProperty extends IValidationSupport.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 String
getCode()
String
getCodeSystem()
String
getDisplay()
-
Methods inherited from class ca.uhn.fhir.context.support.IValidationSupport.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()
-
-