Uses of Class
org.hl7.fhir.dstu3.model.OperationDefinition
-
Packages that use OperationDefinition Package Description org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model org.hl7.fhir.dstu3.utils -
-
Uses of OperationDefinition in org.hl7.fhir.dstu3.context
Fields in org.hl7.fhir.dstu3.context with type parameters of type OperationDefinition Modifier and Type Field Description protected Map<String,OperationDefinition>BaseWorkerContext. operationsMethods in org.hl7.fhir.dstu3.context that return types with arguments of type OperationDefinition Modifier and Type Method Description Map<String,OperationDefinition>BaseWorkerContext. getOperations()Methods in org.hl7.fhir.dstu3.context with parameters of type OperationDefinition Modifier and Type Method Description voidBaseWorkerContext. seeOperation(OperationDefinition opd) -
Uses of OperationDefinition in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return OperationDefinition Modifier and Type Method Description protected OperationDefinitionJsonParser. parseOperationDefinition(com.google.gson.JsonObject json)protected OperationDefinitionXmlParser. parseOperationDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of OperationDefinition in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as OperationDefinition Modifier and Type Field Description protected OperationDefinitionOperationDefinition. baseTargetThe actual object that is the target of the reference (Indicates that this operation definition is a constraining profile on the base.)protected OperationDefinitionCapabilityStatement.CapabilityStatementRestOperationComponent. definitionTargetThe actual object that is the target of the reference (Where the formal definition can be found.)protected OperationDefinitionServiceDefinition. operationDefinitionTargetThe actual object that is the target of the reference (A reference to the operation that is used to invoke this service.)Methods in org.hl7.fhir.dstu3.model with parameters of type OperationDefinition Modifier and Type Method Description OperationDefinitionOperationDefinition. setBaseTarget(OperationDefinition value)CapabilityStatement.CapabilityStatementRestOperationComponentCapabilityStatement.CapabilityStatementRestOperationComponent. setDefinitionTarget(OperationDefinition value)ServiceDefinitionServiceDefinition. setOperationDefinitionTarget(OperationDefinition value) -
Uses of OperationDefinition in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type OperationDefinition Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, OperationDefinition opd)
-