Uses of Class
org.hl7.fhir.dstu2.model.OperationDefinition
-
Packages that use OperationDefinition Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of OperationDefinition in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.model
Fields in org.hl7.fhir.dstu2.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 OperationDefinitionConformance.ConformanceRestOperationComponent. definitionTargetThe actual object that is the target of the reference (Where the formal definition can be found.)Methods in org.hl7.fhir.dstu2.model with parameters of type OperationDefinition Modifier and Type Method Description OperationDefinitionOperationDefinition. setBaseTarget(OperationDefinition value)Conformance.ConformanceRestOperationComponentConformance.ConformanceRestOperationComponent. setDefinitionTarget(OperationDefinition value) -
Uses of OperationDefinition in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type OperationDefinition Modifier and Type Method Description voidNarrativeGenerator. generate(OperationDefinition opd)
-