Uses of Class
org.linuxforhealth.fhir.model.resource.StructureDefinition.Snapshot
-
Packages that use StructureDefinition.Snapshot Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of StructureDefinition.Snapshot in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return StructureDefinition.Snapshot Modifier and Type Method Description StructureDefinition.Snapshot
StructureDefinition.Snapshot.Builder. build()
Build theStructureDefinition.Snapshot
StructureDefinition.Snapshot
StructureDefinition. getSnapshot()
A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.Methods in org.linuxforhealth.fhir.model.resource with parameters of type StructureDefinition.Snapshot Modifier and Type Method Description protected StructureDefinition.Snapshot.Builder
StructureDefinition.Snapshot.Builder. from(StructureDefinition.Snapshot snapshot)
StructureDefinition.Builder
StructureDefinition.Builder. snapshot(StructureDefinition.Snapshot snapshot)
A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.protected void
StructureDefinition.Snapshot.Builder. validate(StructureDefinition.Snapshot snapshot)
-