Uses of Class
org.linuxforhealth.fhir.model.resource.MessageDefinition
-
Packages that use MessageDefinition Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor org.linuxforhealth.fhir.registry.util -
-
Uses of MessageDefinition in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MessageDefinition Modifier and Type Method Description MessageDefinition
MessageDefinition.Builder. build()
Build theMessageDefinition
Methods in org.linuxforhealth.fhir.model.resource with parameters of type MessageDefinition Modifier and Type Method Description protected MessageDefinition.Builder
MessageDefinition.Builder. from(MessageDefinition messageDefinition)
protected void
MessageDefinition.Builder. validate(MessageDefinition messageDefinition)
-
Uses of MessageDefinition in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type MessageDefinition Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, MessageDefinition messageDefinition)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, MessageDefinition messageDefinition)
-
Uses of MessageDefinition in org.linuxforhealth.fhir.registry.util
Methods in org.linuxforhealth.fhir.registry.util with parameters of type MessageDefinition Modifier and Type Method Description boolean
DefinitionalResourceVisitor. visit(java.lang.String elementName, int elementIndex, MessageDefinition messageDefinition)
-