Uses of Class
org.hl7.fhir.dstu3.model.CodeSystem.PropertyComponent
-
Packages that use CodeSystem.PropertyComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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.dstu3.model with parameters of type CodeSystem.PropertyComponent Modifier and Type Method Description CodeSystemCodeSystem. addProperty(CodeSystem.PropertyComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeSystem.PropertyComponent Modifier and Type Method Description CodeSystemCodeSystem. setProperty(List<CodeSystem.PropertyComponent> theProperty)
-