Uses of Class
org.hl7.fhir.r4b.model.CodeSystem.PropertyComponent
-
Packages that use CodeSystem.PropertyComponent Package Description org.hl7.fhir.r4b.comparison org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.renderers org.hl7.fhir.r4b.terminologies -
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4b.comparison
Methods in org.hl7.fhir.r4b.comparison with parameters of type CodeSystem.PropertyComponent Modifier and Type Method Description CodeSystem.ConceptPropertyComponentCodeSystemComparer. getProp(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CodeSystem.PropertyComponent Modifier and Type Method Description protected CodeSystem.PropertyComponentJsonParser. parseCodeSystemPropertyComponent(com.google.gson.JsonObject json)protected CodeSystem.PropertyComponentXmlParser. parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type CodeSystem.PropertyComponent Modifier and Type Field Description protected List<CodeSystem.PropertyComponent>CodeSystem. propertyA property defines an additional slot through which additional information can be provided about a concept.Methods in org.hl7.fhir.r4b.model that return types with arguments of type CodeSystem.PropertyComponent Modifier and Type Method Description List<CodeSystem.PropertyComponent>CodeSystem. getProperty()Methods in org.hl7.fhir.r4b.model with parameters of type CodeSystem.PropertyComponent Modifier and Type Method Description CodeSystemCodeSystem. addProperty(CodeSystem.PropertyComponent t)voidCodeSystem.PropertyComponent. copyValues(CodeSystem.PropertyComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type CodeSystem.PropertyComponent Modifier and Type Method Description CodeSystemCodeSystem. setProperty(List<CodeSystem.PropertyComponent> theProperty) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4b.renderers
Method parameters in org.hl7.fhir.r4b.renderers with type arguments of type CodeSystem.PropertyComponent Modifier and Type Method Description protected org.hl7.fhir.utilities.xhtml.XhtmlNodeTerminologyRenderer. addTableHeaderRowStandard(org.hl7.fhir.utilities.xhtml.XhtmlNode t, boolean hasHierarchy, boolean hasDisplay, boolean definitions, boolean comments, boolean version, boolean deprecated, List<CodeSystem.PropertyComponent> properties, List<String> langs, boolean doLangs) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4b.terminologies
Constructors in org.hl7.fhir.r4b.terminologies with parameters of type CodeSystem.PropertyComponent Constructor Description PropertyFilter(ValueSet.ConceptSetFilterComponent fc, CodeSystem.PropertyComponent propertyDefinition)
-