Uses of Class
com.ibm.fhir.model.type.Period.Builder
-
Packages that use Period.Builder Package Description com.ibm.fhir.model.type -
-
Uses of Period.Builder in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Period.Builder Modifier and Type Method Description static Period.BuilderPeriod. builder()Period.BuilderPeriod.Builder. end(DateTime end)The end of the period.Period.BuilderPeriod.Builder. extension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the element.Period.BuilderPeriod.Builder. extension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the element.protected Period.BuilderPeriod.Builder. from(Period period)Period.BuilderPeriod.Builder. id(String id)Unique id for the element within a resource (for internal references).Period.BuilderPeriod.Builder. start(DateTime start)The start of the period.Period.BuilderPeriod. toBuilder()
-