first commit
This commit is contained in:
No files matched your search
@@ -0,0 +1,8 @@
|
||||
package organization
|
||||
|
||||
// OrganizationSearchParams menampung parameter untuk pencarian Organisasi
|
||||
type OrganizationSearchParams struct {
|
||||
Name string `form:"name"`
|
||||
PartOf string `form:"partof"` // ID Organisasi Parent
|
||||
Identifier string `form:"identifier"` // Identifier Organisasi (contoh: http://sys-ids.kemkes.go.id/organization/10000004|R220001)
|
||||
}
|
||||
Reference in New Issue
Block a user