Uses of Class
ca.uhn.fhir.model.dstu2.composite.MetaDt
Packages that use MetaDt
-
Uses of MetaDt in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return MetaDtModifier and TypeMethodDescriptionMetaDt.addProfile(ca.uhn.fhir.model.primitive.UriDt theValue)Adds a given new value for profile ()MetaDt.addProfile(String theUri)Adds a new value for profile ()MetaDt.addSecurity(CodingDt theValue)Adds a given new value for security ()Adds a given new value for tag ()MetaDt.setLastUpdated(ca.uhn.fhir.model.primitive.InstantDt theValue)Sets the value(s) for lastUpdated ()MetaDt.setLastUpdated(Date theHeaderDateValue)MetaDt.setLastUpdated(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for lastUpdated ()MetaDt.setLastUpdatedWithMillisPrecision(Date theDate)Sets the value for lastUpdated ()MetaDt.setProfile(List<ca.uhn.fhir.model.primitive.UriDt> theValue)Sets the value(s) for profile ()MetaDt.setSecurity(List<CodingDt> theValue)Sets the value(s) for security ()Sets the value(s) for tag ()MetaDt.setVersionId(ca.uhn.fhir.model.primitive.IdDt theValue)Sets the value(s) for versionId ()MetaDt.setVersionId(String theId)Sets the value for versionId ()