Uses of Class
org.hl7.fhir.dstu3.model.ServiceDefinition
-
Packages that use ServiceDefinition Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ServiceDefinition in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ServiceDefinition Modifier and Type Method Description protected ServiceDefinitionJsonParser. parseServiceDefinition(com.google.gson.JsonObject json)protected ServiceDefinitionXmlParser. parseServiceDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type ServiceDefinition Modifier and Type Method Description protected voidJsonParser. composeServiceDefinition(String name, ServiceDefinition element)protected voidRdfParser. composeServiceDefinition(Turtle.Complex parent, String parentType, String name, ServiceDefinition element, int index)protected voidXmlParser. composeServiceDefinition(String name, ServiceDefinition element)protected voidXmlParser. composeServiceDefinitionElements(ServiceDefinition element)protected voidJsonParser. composeServiceDefinitionInner(ServiceDefinition element)protected booleanXmlParser. parseServiceDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceDefinition res)protected voidJsonParser. parseServiceDefinitionProperties(com.google.gson.JsonObject json, ServiceDefinition res) -
Uses of ServiceDefinition in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ServiceDefinition Modifier and Type Field Description protected ServiceDefinitionGuidanceResponse. moduleTargetThe actual object that is the target of the reference (A reference to the knowledge module that was invoked.)Methods in org.hl7.fhir.dstu3.model with parameters of type ServiceDefinition Modifier and Type Method Description GuidanceResponseGuidanceResponse. setModuleTarget(ServiceDefinition value)
-