Uses of Class
org.hl7.fhir.r4.model.UsageContext
-
Packages that use UsageContext Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of UsageContext in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return UsageContext Modifier and Type Method Description protected UsageContextJsonParser. parseUsageContext(com.google.gson.JsonObject json)protected UsageContextXmlParser. parseUsageContext(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type UsageContext Modifier and Type Method Description protected voidJsonParser. composeUsageContext(String name, UsageContext element)protected voidRdfParser. composeUsageContext(Turtle.Complex parent, String parentType, String name, UsageContext element, int index)protected voidXmlParser. composeUsageContext(String name, UsageContext element)protected voidXmlParser. composeUsageContextElements(UsageContext element)protected voidJsonParser. composeUsageContextInner(UsageContext element)protected booleanXmlParser. parseUsageContextContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, UsageContext res)protected voidJsonParser. parseUsageContextProperties(com.google.gson.JsonObject json, UsageContext res) -
Uses of UsageContext in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type UsageContext Modifier and Type Field Description protected List<UsageContext>EvidenceVariable.EvidenceVariableCharacteristicComponent. usageContextUse UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.protected List<UsageContext>ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent. usageContextUse UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.protected List<UsageContext>MetadataResource. useContextThe content was developed with a focus and intent of supporting the contexts that are listed.
-