Uses of Class
org.hl7.fhir.dstu3.model.MessageDefinition
-
Packages that use MessageDefinition Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of MessageDefinition in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return MessageDefinition Modifier and Type Method Description protected MessageDefinitionJsonParser. parseMessageDefinition(com.google.gson.JsonObject json)protected MessageDefinitionXmlParser. parseMessageDefinition(org.xmlpull.v1.XmlPullParser xpp) -
Uses of MessageDefinition in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as MessageDefinition Modifier and Type Field Description protected MessageDefinitionMessageDefinition. baseTargetThe actual object that is the target of the reference (The MessageDefinition that is the basis for the contents of this resource.)protected MessageDefinitionCapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent. definitionTargetThe actual object that is the target of the reference (Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.)protected MessageDefinitionMessageDefinition.MessageDefinitionAllowedResponseComponent. messageTargetThe actual object that is the target of the reference (A reference to the message definition that must be adhered to by this supported response.)Fields in org.hl7.fhir.dstu3.model with type parameters of type MessageDefinition Modifier and Type Field Description protected List<MessageDefinition>MessageDefinition. replacesTargetThe actual objects that are the target of the reference (A MessageDefinition that is superseded by this definition.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type MessageDefinition Modifier and Type Method Description List<MessageDefinition>MessageDefinition. getReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.dstu3.model with parameters of type MessageDefinition Modifier and Type Method Description MessageDefinitionMessageDefinition. setBaseTarget(MessageDefinition value)CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponentCapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent. setDefinitionTarget(MessageDefinition value)MessageDefinition.MessageDefinitionAllowedResponseComponentMessageDefinition.MessageDefinitionAllowedResponseComponent. setMessageTarget(MessageDefinition value)
-