Uses of Class
org.hl7.fhir.dstu3.model.CodeSystem.ConceptPropertyComponent
-
Packages that use CodeSystem.ConceptPropertyComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description protected CodeSystem.ConceptPropertyComponentJsonParser. parseCodeSystemConceptPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.ConceptPropertyComponentXmlParser. parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type CodeSystem.ConceptPropertyComponent Modifier and Type Field Description protected List<CodeSystem.ConceptPropertyComponent>CodeSystem.ConceptDefinitionComponent. propertyA property value for this concept.Methods in org.hl7.fhir.dstu3.model that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptPropertyComponentCodeSystem.ConceptDefinitionComponent. addProperty()CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. copy()CodeSystem.ConceptPropertyComponentCodeSystem.ConceptDefinitionComponent. getPropertyFirstRep()CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. setCode(String value)CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. setCodeElement(CodeType value)CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. setValue(Type value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description List<CodeSystem.ConceptPropertyComponent>CodeSystem.ConceptDefinitionComponent. getProperty()Methods in org.hl7.fhir.dstu3.model with parameters of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. addProperty(CodeSystem.ConceptPropertyComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. setProperty(List<CodeSystem.ConceptPropertyComponent> theProperty)
-