Uses of Class
org.hl7.fhir.r4.model.OperationDefinition
-
Packages that use OperationDefinition Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of OperationDefinition in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type OperationDefinition Modifier and Type Method Description voidOperationDefinition. copyValues(OperationDefinition dst) -
Uses of OperationDefinition in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type OperationDefinition Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, OperationDefinition opd)
-