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
ConstructorDescriptionCodingConceptProperty
(String theName, String theCodeSystem, String theCode, String theDisplay) Constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.context.support.IValidationSupport.BaseConceptProperty
getPropertyName
-
Constructor Details
-
CodingConceptProperty
public CodingConceptProperty(String theName, String theCodeSystem, String theCode, String theDisplay) Constructor- Parameters:
theName
- The name
-
-
Method Details
-
getCode
-
getCodeSystem
-
getDisplay
-
getType
- Specified by:
getType
in classIValidationSupport.BaseConceptProperty
-