Uses of Class
org.hl7.fhir.dstu2016may.model.CodeSystem.CodeSystemPropertyComponent
-
Packages that use CodeSystem.CodeSystemPropertyComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of CodeSystem.CodeSystemPropertyComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return CodeSystem.CodeSystemPropertyComponent Modifier and Type Method Description protected CodeSystem.CodeSystemPropertyComponentJsonParser. parseCodeSystemCodeSystemPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.CodeSystemPropertyComponentXmlParser. parseCodeSystemCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type CodeSystem.CodeSystemPropertyComponent Modifier and Type Method Description protected voidJsonParser. composeCodeSystemCodeSystemPropertyComponent(String name, CodeSystem.CodeSystemPropertyComponent element)protected voidRdfParser. composeCodeSystemCodeSystemPropertyComponent(RdfGenerator.Complex parent, String parentType, String name, CodeSystem.CodeSystemPropertyComponent element, int index)protected voidXmlParser. composeCodeSystemCodeSystemPropertyComponent(String name, CodeSystem.CodeSystemPropertyComponent element)protected voidJsonParser. composeCodeSystemCodeSystemPropertyComponentInner(CodeSystem.CodeSystemPropertyComponent element) -
Uses of CodeSystem.CodeSystemPropertyComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type CodeSystem.CodeSystemPropertyComponent Modifier and Type Field Description protected List<CodeSystem.CodeSystemPropertyComponent>CodeSystem. propertyA property defines an additional slot through which additional information can be provided about a concept.Methods in org.hl7.fhir.dstu2016may.model that return CodeSystem.CodeSystemPropertyComponent Modifier and Type Method Description CodeSystem.CodeSystemPropertyComponentCodeSystem. addProperty()CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. copy()CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. setCode(String value)CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. setCodeElement(CodeType value)CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. setDescription(String value)CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. setDescriptionElement(StringType value)CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. setType(CodeSystem.PropertyType value)CodeSystem.CodeSystemPropertyComponentCodeSystem.CodeSystemPropertyComponent. setTypeElement(Enumeration<CodeSystem.PropertyType> value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type CodeSystem.CodeSystemPropertyComponent Modifier and Type Method Description List<CodeSystem.CodeSystemPropertyComponent>CodeSystem. getProperty()Methods in org.hl7.fhir.dstu2016may.model with parameters of type CodeSystem.CodeSystemPropertyComponent Modifier and Type Method Description CodeSystemCodeSystem. addProperty(CodeSystem.CodeSystemPropertyComponent t)
-