Uses of Class
ca.uhn.fhir.context.support.IContextValidationSupport.BaseConceptProperty
-
Packages that use IContextValidationSupport.BaseConceptProperty Package Description ca.uhn.fhir.context.support -
-
Uses of IContextValidationSupport.BaseConceptProperty in ca.uhn.fhir.context.support
Subclasses of IContextValidationSupport.BaseConceptProperty in ca.uhn.fhir.context.support Modifier and Type Class Description static classIContextValidationSupport.CodingConceptPropertystatic classIContextValidationSupport.StringConceptPropertyMethods in ca.uhn.fhir.context.support that return types with arguments of type IContextValidationSupport.BaseConceptProperty Modifier and Type Method Description List<IContextValidationSupport.BaseConceptProperty>IContextValidationSupport.CodeValidationResult. getProperties()List<IContextValidationSupport.BaseConceptProperty>IContextValidationSupport.LookupCodeResult. getProperties()Method parameters in ca.uhn.fhir.context.support with type arguments of type IContextValidationSupport.BaseConceptProperty Modifier and Type Method Description voidIContextValidationSupport.CodeValidationResult. setProperties(List<IContextValidationSupport.BaseConceptProperty> theProperties)voidIContextValidationSupport.LookupCodeResult. setProperties(List<IContextValidationSupport.BaseConceptProperty> theProperties)
-