Uses of Class
org.hl7.fhir.r4.model.CodeSystem.PropertyComponent
-
Packages that use CodeSystem.PropertyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies -
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.PropertyComponent Modifier and Type Method Description protected CodeSystem.PropertyComponentJsonParser. parseCodeSystemPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.PropertyComponentXmlParser. parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.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.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return CodeSystem.PropertyComponent Modifier and Type Method Description static CodeSystem.PropertyComponentCodeSystemUtilities. defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)
-