Uses of Class
org.hl7.fhir.r5.model.CapabilityStatement2.SystemInteractionComponent
-
Packages that use CapabilityStatement2.SystemInteractionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of CapabilityStatement2.SystemInteractionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CapabilityStatement2.SystemInteractionComponent Modifier and Type Method Description protected CapabilityStatement2.SystemInteractionComponentJsonParser. parseCapabilityStatement2SystemInteractionComponent(com.google.gson.JsonObject json)protected CapabilityStatement2.SystemInteractionComponentXmlParser. parseCapabilityStatement2SystemInteractionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CapabilityStatement2.SystemInteractionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CapabilityStatement2.SystemInteractionComponent Modifier and Type Field Description protected List<CapabilityStatement2.SystemInteractionComponent>CapabilityStatement2.CapabilityStatement2RestComponent. interactionA specification of restful operations supported by the system.Methods in org.hl7.fhir.r5.model that return types with arguments of type CapabilityStatement2.SystemInteractionComponent Modifier and Type Method Description List<CapabilityStatement2.SystemInteractionComponent>CapabilityStatement2.CapabilityStatement2RestComponent. getInteraction()Methods in org.hl7.fhir.r5.model with parameters of type CapabilityStatement2.SystemInteractionComponent Modifier and Type Method Description CapabilityStatement2.CapabilityStatement2RestComponentCapabilityStatement2.CapabilityStatement2RestComponent. addInteraction(CapabilityStatement2.SystemInteractionComponent t)voidCapabilityStatement2.SystemInteractionComponent. copyValues(CapabilityStatement2.SystemInteractionComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type CapabilityStatement2.SystemInteractionComponent Modifier and Type Method Description CapabilityStatement2.CapabilityStatement2RestComponentCapabilityStatement2.CapabilityStatement2RestComponent. setInteraction(List<CapabilityStatement2.SystemInteractionComponent> theInteraction)
-