Uses of Class
org.hl7.fhir.utilities.FhirPublication
-
Packages that use FhirPublication Package Description org.hl7.fhir.utilities org.hl7.fhir.utilities.npm -
-
Uses of FhirPublication in org.hl7.fhir.utilities
Methods in org.hl7.fhir.utilities that return FhirPublication Modifier and Type Method Description static FhirPublicationFhirPublication. fromCode(String v)static FhirPublicationFhirPublication. valueOf(String name)Returns the enum constant of this type with the specified name.static FhirPublication[]FhirPublication. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FhirPublication in org.hl7.fhir.utilities.npm
Methods in org.hl7.fhir.utilities.npm with parameters of type FhirPublication Modifier and Type Method Description voidPackageList.PackageListEntry. init(String version, String path, String status, String sequence, FhirPublication fhirVersion)PackageList.PackageListEntryPackageList. newVersion(String version, String path, String status, String sequence, FhirPublication fhirVersion)voidPackageList.PackageListEntry. update(String version, String path, String status, String sequence, FhirPublication fhirVersion, String tcPath, String date)only used for a technical correction.
-